github官方教程
ruby
gem install bundler
git checkout -b gh-pages
Gemfile
gem 'github-pages', group: :jekyll_plugins
bundler install
bundler exec jekyll serve