Getting Started

A super simple theme for Hexo

GitHub stars
GitHub forks
GitHub issues
GitHub license

Screenshots

even-screenshots

🔯 Live Preview

Installation

1
2
3
$ 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:

1
2
3
4
# Extensions
## Plugins: http://hexo.io/plugins/
## Themes: http://hexo.io/themes/
theme: even

For more options, check out the document

Update

You can update to latest master branch by the following command:

1
2
$ cd themes/even
$ git pull

Contributing

Contribution is welcome, feel free to open an issue or pull request.

Contributors

This project exists thanks to all the people who contribute.