caiwangwhu / hexo-theme-jekyll

A hexo theme inspire by jekyllrb.com.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project have ceased to maintenance, welcome to try the new theme hexo-theme-apollo.

hexo-theme-jekyll-screenshot

Install

$ hexo init Blog && cd Blog && npm install
$ npm install --save hexo-renderer-jade hexo-generator-feed
$ git clone https://github.com/pinggod/hexo-theme-jekyll.git themes/jekyll

Enable

Modify theme setting in _config.yml to jekyll:

theme: jekyll

Add feed setting:

feed:
  type: atom
  path: atom.xml
  limit: 20

Add Demo.md

For better experience, you can remove default demo markdown file by using the follow command and add another markdown file provided by this theme:

$ rm source/_posts/hello-world.md && mv themes/jekyll/.post/demo.md source/_posts 

Run

$ hexo g && hexo s

License

MIT

About

A hexo theme inspire by jekyllrb.com.


Languages

Language:CSS 72.2%Language:HTML 26.4%Language:JavaScript 1.4%