https://github.com/wecatch/hexo-theme-prontera
https://github.com/wecatch/hexo-theme-prontera
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wecatch/hexo-theme-prontera
- Owner: wecatch
- License: mit
- Created: 2017-12-12T16:13:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-13T08:34:23.000Z (over 7 years ago)
- Last Synced: 2025-01-16T08:25:53.547Z (4 months ago)
- Language: CSS
- Size: 1.55 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## hexo-theme-prontera
A light theme for Hexo.
Online Demo: http://powman.org
## 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