增加pages步骤:
git add .
git commit -m "first post"
git push origin master
jekyll serve
rake post title="Hello World"
增加到本地库。
- 参考资料 : windows7下基于github搭建jekyll博客
- 官方资料:Generating SSH Keys
- 三分钟搭建jekyll :Zero to Hosted Jekyll Blog in 3 Minutes
git add .
git commit -m "first post"
git push origin master
jekyll serve
rake post title="Hello World"