##Reference:
- https://pages.github.com/
- 每个人都应该有一个Jekyll博客 http://www.tuicool.com/articles/ruMVjyN
- Windows下运行jeklly,并在本地浏览Bootstrap文档 http://blog.csdn.net/u012844814/article/details/28869997
- Markdown语法及规范 https://www.douban.com/note/485099162/
##Portable Jekyll 在windows下安装jeklly ,Portable Jekyll for Windows 指导 and Download 下载完成后直接解压到任意路径即可。在管理员CMD下进入解压的portable Jekyll所对应的路径运行setpath.cmd即可。
The portable version contains everything which is required to run Jekyll v3.1.1 on Windows:
- Ruby 2.0
- Ruby development Kit
- Git 2.0
##Usage Instructions Jekyll Wiki
####basic command
- jekyll new myblog 创建一个站点
- cd myblog
- jekyll serve 开启服务器,在浏览器输入 127.0.0.1:4000访问