Hexo Theme
A minimalist theme for Hexo This theme is written with Pug
Installation
Install
npm install --save hexo-renderer-pug hexo-generator-feed hexo-generator-sitemap
git clone https://github.com/farnaziifz/hexo-hive.git
Enable
Modify theme
setting in _config.yml
to hexo-hive
You can override the theme options using main _config.yml
theme: hexo-hive
menu:
- page: home
directory: /
- page: archive
directory: /archives/
- page: rss
directory: /atom.xml
footer:
- item: contact-us
directory: /contact-us
- item: about-us
directory: /about-us
Update
cd themes/hexo-hive
git pull
Requirment
test with the latest version of the following:
library | Min.Version |
---|---|
Hexo | 3.8.x |
Sass | 3.7.x |
Pug | 2.0.x |
License
MIT