使用jekyll快速搭建静态博客
GuoYongfeng opened this issue · 0 comments
GuoYongfeng commented
建议前往这里学习jekyll的使用:http://jekyllcn.com/
基本用法
$ gem install jekyll
$ jekyll new docs
$ cd docs
$ jekyll serve
# => 打开浏览器 http://localhost:4000
GuoYongfeng opened this issue · 0 comments
建议前往这里学习jekyll的使用:http://jekyllcn.com/
$ gem install jekyll
$ jekyll new docs
$ cd docs
$ jekyll serve
# => 打开浏览器 http://localhost:4000