本文共 1578 字,大约阅读时间需要 5 分钟。
A theme for Jekyll to build a personal blog. See
You can see the theme running on .
git clone
gem install jekyll
for installing itjekyll serve
to run the site live.markdown: rdiscount #kramdownhighlighter: pygmentspermalink: /:title/paginate: 6paginate_path: page/:numblog: name: Way Lau's Blog # 博客名称 description: 技术改变世界! # 博客描述 title: Way Lau's Personal Site | www.waylau.com # 网页标题 url: http://www.waylau.com # 博客地址 duoshuo: waylau # 多说ID tongji: 28cf5fa48a599e39c5cc760931de942f # 百度统计IDauthor: name: Way Lau # 作者名称 email: waylau521@gmail.com # 邮箱地址 weibo: http://weibo.com/waylau521 # 微博地址 github: https://github.com/waylau # GitHub地址 twitter: https://twitter.com/waylau521 #twitter 地址 logo: /res/img/icon.png # logo地址
For creating posts add this snippet in front of your post's markdown file:
--- layout: post title: "your title here" tags: your tags here class: post ---
Add content below this and save the post in _posts
directory (you will have to create it).
Feel free to fork and contribute to the project, just create a pull request.
Open sourced under
转载地址:http://ncfwl.baihongyu.com/