Skip to content

coderminer/hexo-theme-even

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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: [email protected]

About

🚀 A super simple theme for Hexo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 71.0%
  • HTML 23.7%
  • JavaScript 5.3%