hexo-theme-kidda
此主题修改自: hexo-theme-bear
Install
- Download from GitHub
$ cd your-hexo-site
$ git clone https://github.com/daocatt/hexo-theme-kidda themes/kidda
- Set the
theme
field in your site_config.yml
tokidda
theme: kidda
- ❤️ 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
Update
cd themes/kidda
git pull