This is the base Jekyll theme. You can find out more info about customizing your Jekyll theme, as well as basic Jekyll usage documentation at jekyllrb.com
You can find the source code for the Jekyll new theme at: github.com/jglovier/jekyll-new
You can find the source code for Jekyll at github.com/jekyll/jekyll
- set up enviroment
http://rubyinstaller.org/downloads/
download and install RubyInstaller.exe
download and install Devkit - cd devkit into folder
ruby dk.rb init
ruby dk.rb install - install jekyll
change gem source to ruby.taobo.org
gem install jekyll
jekyll -v
check version success and install ok. - create your website project
into your project folder
jekyll new website_name - local review
jekyll serve
open localhost:4000 and check