A theme for Jekyll to build a personal blog
##Screenshots
##Demo
You can see the theme running on my blog.
##Usage
###Installation
git clone
gem install jekyll
for installing itjekyll serve
to run the site live.###Configration
markdown: rdiscount #kramdown
highlighter: pygments
permalink: /:title/
paginate: 6
paginate_path: page/:num
blog:
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 # 百度统计ID
author:
name: Way Lau # 作者名称
email: [email protected] # 邮箱地址
weibo: http://weibo.com/waylau521 # 微博地址
github: https://github.com/waylau # GitHub地址
twitter: https://twitter.com/waylau521 #twitter 地址
logo: /res/img/icon.png # logo地址
###Creating Posts
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).
##License
Feel free to fork and contribute to the project, just create a pull request.
Open sourced under MIT License
##Reference