首页 > 其他 > 详细

Build Your Jekyll Blog (On Github)

时间:2015-01-20 17:26:59      阅读:224      评论:0      收藏:0      [点我收藏+]

http://kevinjmh.github.io/web/2014/04/20/build-your-jekyll-blog/

 20 April 2014

On GitHub

Follow the instructions on jekyllbootstrap

On Windows

Tutorial

Download rubyinstaller&DevKit

Run command in cmd:

gem install bundler
gem install jekyll

Visit Local Site

Swich the dir to your site folder

Run command in cmd:

jekyll serve

jekyll serve --watch(自动更新,如出错请cmd运行gem install wdm)

Some Useage

rake post title="Hello World"
rake page name="about.md"
rake page name="pages/about.md"
rake page name="pages/about"
# this will create the file: ./pages/about/index.html

Build Your Jekyll Blog (On Github)

原文:http://www.cnblogs.com/manhua/p/4236373.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!