Joey's Notes | 黄药师的笔记本
serve locally:
$ bundle exec jekyll serve
sublime plugin:
sublime-jekyll
create new post
# by adding below two gems
# gem 'thor'
# gem 'stringex'
$ thor jekyll:new The title of the new post
build production pages:
$ jekyll build