Create a new Jekyll site scaffold in PATH
jekyll new
Change into your new directory
cd new-site
Change Gemfile and _config.yml, run
bundle install
Build your site
bundle exec jekyll build
Serve your site locally
bundle exec jekyll serve
Preview a draft post
jekyll s --drafts
Browser
http://localhost:4000/
分类
Jekyll