A light theme for Hexo. Online Demo: http://powman.org
- Custom Navigation Menu
- Custom Shortcut Icons
- Archive List
- ABOUT Information
- Links
- Supported
Duoshuo Comment
anddisqus
- Supproted
Google Analytics
andTencent Analytics
- hexo-renderer-jade
- hexo-generator-feed
Once Hexo is installed, run the following commands to initialise Hexo in the target .
$ hexo init <folder>
$ cd <folder>
$ npm install
For more detail on Hexo official website: https://hexo.io/docs/setup.html
Theme Prontera
is using Jade
for its templates.
$ npm install hexo-renderer-jade --save
$ npm install hexo-generator-feed --save
Clone theme from Github:
$ git clone https://github.com/AngryPowman/hexo-theme-prontera themes/prontera
Change your theme config _config.yml
to prontera
on the root of your Hexo directory:
# Extensions
## Plugins: https://hexo.io/plugins/
## Themes: https://hexo.io/themes/
theme: prontera
You can just change the constant $MAIN_COLOR
in themes/prontera/source/scss/_partial/base.scss
to change the basic color.
NOTICE: Do remember to run gulp
after you modify a scss file.
MIT