hexo-theme-jekyll

hexo-theme-jekyll

A hexo theme inspire by jekyllrb.com. Websit:

Hexo Theme : Jekyll

A hexo theme inspire by jekyllrb.com

Never Support

  • Comment System
  • IE10-

Plan

  • Support responsive
  • Support zh-cn/en

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

Update

$ cd themes/jekyll && git pull

Contribute

Support

If you are having issues, please let me know. MIALTO: pinggodstudio[at]gmail.com

License

MIT