A hexo theme inspire by jekyllrb.com
- Comment System
- IE10-
- Support responsive
- Support zh-cn/en
$ 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
Modify theme
setting in _config.yml
to jekyll
:
theme: jekyll
Add feed
setting:
feed:
type: atom
path: atom.xml
limit: 20
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
$ hexo g && hexo s
$ cd themes/jekyll && git pull
If you are having issues, please let me know. MIALTO: pinggodstudio[at]gmail.com
MIT