yrom / hexo-theme-even

:rocket: A simple theme for Hexo http://www.ahonn.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hexo-theme-even

A simple theme for Hexo blog framework

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-generator-feed hexo-generator-sitemap hexo-browsersync hexo-generator-archive
$ cd themes/
$ git clone https://github.com/ahonn/hexo-theme-even even
$ cd even/
$ cp _config.yml.sample _config.yml

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

About

:rocket: A simple theme for Hexo http://www.ahonn.me

License:MIT License


Languages

Language:CSS 69.9%Language:HTML 24.3%Language:JavaScript 5.8%