Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/AngryPowman/hexo-theme-prontera
A light theme for Hexo: http://powman.org
https://github.com/AngryPowman/hexo-theme-prontera
hexo light theme
Last synced: 13 days ago
JSON representation
A light theme for Hexo: http://powman.org
- Host: GitHub
- URL: https://github.com/AngryPowman/hexo-theme-prontera
- Owner: AngryPowman
- License: mit
- Created: 2017-03-11T10:08:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-04T08:32:48.000Z (about 5 years ago)
- Last Synced: 2024-05-20T09:21:24.151Z (6 months ago)
- Topics: hexo, light, theme
- Language: CSS
- Size: 1.54 MB
- Stars: 72
- Watchers: 4
- Forks: 20
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hexo-themes - AngryPowman/hexo-theme-prontera
README
## hexo-theme-prontera
A light theme for Hexo.
Online Demo: http://powman.org![](https://raw.githubusercontent.com/AngryPowman/hexo-theme-prontera/master/doc/image/snapshot.png?79610d5)
## Theme Features
- Custom Navigation Menu
* Custom Shortcut Icons
* Archive List
* ABOUT Information
* Links
* Supported `Duoshuo Comment` and `disqus`
* Supproted `Google Analytics` and `Tencent Analytics`## Dependencies
- hexo-renderer-jade
- hexo-generator-feed## Installation
### Install#### Init Hexo
Once Hexo is installed, run the following commands to initialise Hexo in the target .
```bash
$ hexo init
$ cd
$ npm install
```
**For more detail on Hexo official website: https://hexo.io/docs/setup.html**#### Install Dependencies
Theme `Prontera` is using `Jade` for its templates.
```bash
$ npm install hexo-renderer-jade --save
$ npm install hexo-generator-feed --save
```#### Install Theme
Clone theme from Github:
```bash
$ git clone https://github.com/AngryPowman/hexo-theme-prontera themes/prontera
```### Using
Change your theme config `_config.yml` to `prontera` on the root of your Hexo directory:
```yaml
# Extensions
## Plugins: https://hexo.io/plugins/
## Themes: https://hexo.io/themes/
theme: prontera
```## Change theme style
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.
## License
MIT