This project development has cease, welcome to try the new theme hexo-theme-apollo.
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