Skip to content

Instantly share code, notes, and snippets.

@KxNxT
Created December 3, 2015 12:07
Show Gist options
  • Save KxNxT/279c670341f07a68ca07 to your computer and use it in GitHub Desktop.
Save KxNxT/279c670341f07a68ca07 to your computer and use it in GitHub Desktop.
git clone https://github.com/plusjade/jekyll-bootstrap.git USERNAME.github.io
cd USERNAME.github.io/
git remote set-url origin git@github.com:USERNAME/USERNAME.github.io.git
git push origin master
prose:
# rooturl: '_posts' # コメントを外すとこのディレクトリ以外はProse.ioで編集できなくなるらしい。
siteurl: 'http://USERNAME.github.io/'
media: 'media'
metadata:
_posts:
- name: "layout"
field:
element: "hidden"
value: "blog"
- name: "title"
field:
element: "text"
value: ""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment