stun logo

A beautiful & simple theme for Hexo

Commitizen friendly GitHub hexo GitHub release

[English](https://github.com/liuyib/hexo-theme-stun/blob/master/README_en_US.md) | [中文简体](https://github.com/liuyib/hexo-theme-stun/blob/master/README.md) ## Demo - [liuyib`s Blog](https://liuyib.github.io/) If you are using the stun theme and would like it to be shown here, you can fill in your website link by [PR](https://github.com/liuyib/hexo-theme-stun/pulls). ## Installation - Install stun Enter your hexo directory, run this. ``` bash $ git clone https://github.com/liuyib/hexo-theme-stun.git themes/stun ``` - Install `pug` and `stylus` The theme depends on `pug` and `stylus`, please run this. ``` bash $ npm install --save-dev hexo-render-pug hexo-renderer-stylus ``` ## How to use Modify the `_config.yml` file in your hexo root directory. ``` yml theme: stun ``` ## Update ``` bash $ cd themes/stun $ git pull ``` ## Configuration Please see: [https://liuyib.github.io/hexo-theme-stun/](https://liuyib.github.io/hexo-theme-stun/) ## Question If you have problems with your use, please read [documentation](https://liuyib.github.io/hexo-theme-stun/zh-CN/) firstly, or check [FAQ](https://github.com/liuyib/hexo-theme-stun/blob/master/FAQ.md). When the above methods can't solve your problem, then mention `issue`. ## Browser Support IE not supported. ## License [MIT](https://github.com/liuyib/hexo-theme-stun/blob/master/LICENSE)