A Simple Hexo Theme
- install renderers
git clone https://github.com/chuguixin/Simple.git themes/Simple
npm install hexo-renderer-less --save
npm install hexo-renderer-jade --save
- Edit _config.yml in hexo root, change
theme
toSimple
- Edit _config.yml in
themes/Simple