# hexo-theme-prontera **Repository Path**: qianlCoder/hexo-theme-prontera ## Basic Information - **Project Name**: hexo-theme-prontera - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-03 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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