此主题参考Bear的阅读体验而制作。
This theme is inspired by Bear which is awesome!
- Download from GitHub
$ cd your-hexo-site
$ git clone https://github.com/gary-Shen/hexo-theme-bear themes/bear
- Set the
theme
field in your site_config.yml
tobear
theme: bear
- ❤️ Install dependencies.
The template is written in pug. So you need to installhexo-render-pug
.
$ npm i hexo-render-pug
# Install your all dependencies if you didn't do this before.
$ npm i
cd themes/bear
git pull