A super simple theme for Hexo
Check out Even theme in live : demo
$ hexo init blog
$ cd blog
$ npm install
$ npm install --save hexo-renderer-jade hexo-renderer-scss hexo-generator-feed hexo-generator-sitemap hexo-browsersync
$ cd themes/
$ git clone https://github.com/ahonn/hexo-theme-even even
$ cd even/
$ cp _config.yml.sample _config.yml
Please make sure installed hexo-renderer-jade
and hexo-renderer-scss
Then update your blog's _config.yml
(yourblog/config.yml) to use the theme.
# Extensions
## Plugins: http://hexo.io/plugins/
## Themes: http://hexo.io/themes/
theme: even
Email: ahonn95@outlook.com