Notes of Jekyll
记录一些常用的 Jekyll 指令。
# 新建文章
$ rake post title="Your Article Title"
# 启动本地的 jekelll web server, 预览 http://localhost:4000
$ jekyll serve
记录一些常用的 Jekyll 指令。
# 新建文章
$ rake post title="Your Article Title"
# 启动本地的 jekelll web server, 预览 http://localhost:4000
$ jekyll serve