/hexo-theme-kidda

theme for domain list

Primary LanguageStylusMIT LicenseMIT

hexo-theme-kidda

此主题修改自: hexo-theme-bear

Install

  1. Download from GitHub
$ cd your-hexo-site
$ git clone https://github.com/daocatt/hexo-theme-kidda themes/kidda
  1. Set the theme field in your site _config.yml to kidda
theme: kidda
  1. ❤️ Install dependencies.
    The template is written in pug. So you need to install hexo-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

Live Demo