Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/waylau/jekyll-theme-blog

A theme for Jekyll to build a personal blog
https://github.com/waylau/jekyll-theme-blog

Last synced: about 2 months ago
JSON representation

A theme for Jekyll to build a personal blog

Awesome Lists containing this project

README

        

jekyll-theme-blog
=================

A theme for Jekyll to build a personal blog

##Screenshots

![](http://99btgc01.info/uploads/2014/11/jekyll-theme%281%29.jpg)

![](http://99btgc01.info/uploads/2014/11/jekyll-theme2%281%29.jpg)

##Demo

You can see the theme running on [my blog](http://www.waylau.com/).

##Usage

###Installation

- Start by cloning the github repo using `git clone`
- You must have jekyll installed to run this, use `gem install jekyll` for installing it
- Use `jekyll 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](LICENSE.md)

##Reference

* [http://jekyllrb.com/](http://jekyllrb.com/)
* [https://github.com/pexcn/Jekyll-Light](https://github.com/pexcn/Jekyll-Light)