http://kevinjmh.github.io/web/2014/04/20/build-your-jekyll-blog/
20 April 2014
Follow the instructions on jekyllbootstrap
Download rubyinstaller&DevKit
Run command in cmd:
gem install bundler
gem install jekyll
Swich the dir to your site folder
Run command in cmd:
jekyll serve
jekyll serve --watch(自动更新,如出错请cmd运行gem install wdm)
rake post title="Hello World"
rake page name="about.md"
rake page name="pages/about.md"
rake page name="pages/about"
# this will create the file: ./pages/about/index.html
Build Your Jekyll Blog (On Github)
原文:http://www.cnblogs.com/manhua/p/4236373.html