码迷,mamicode.com
首页 > 其他好文 > 详细

Build Your Jekyll Blog (On Github)

时间:2015-01-20 17:28:01      阅读:196      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!