A super simple theme for Hexo
$ npm install hexo-renderer-ejs hexo-renderer-dartsass --save
$ git clone https://github.com/ahonn/hexo-theme-even themes/even
$ cp themes/even/_config.yml.example themes/even/_config.yml
Modify yoursite/_config.yml
:
# Extensions
## Plugins: http://hexo.io/plugins/
## Themes: http://hexo.io/themes/
theme: even
For more options, check out the document
You can update to latest master branch by the following command:
$ cd themes/even
$ git pull
Contribution is welcome, feel free to open an issue or pull request.
This project exists thanks to all the people who contribute.