/hexo-theme-even

:rocket: A super simple theme for Hexo

Primary LanguageCSSMIT LicenseMIT

hexo-theme-even

A super simple theme for Hexo

even

Demo

Check out Even theme in live : demo

Document

Installation

$ 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

Contact

Email: ahonn95@outlook.com