You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
iotcat 86bc52d783 add email hash to ushio user 4 years ago
languages ini from Even 4 years ago
layout add email hash to ushio user 4 years ago
source add email hash to ushio user 4 years ago
.gitignore Update .gitignore 4 years ago
LICENSE Initial commit 4 years ago
README.md Update README.md 4 years ago
_config.yml.example ini from Even 4 years ago

README.md

Kayo主题

Installation

$ npm install hexo-renderer-scss --save
$ npm install hexo-reading-time --save
$ npm install hexo-generator-feed --save
$ git clone https://github.com/iotcat/kayo themes/kayo
$ cp themes/kayo/_config.yml.example themes/kayo/_config.yml

Modify yoursite/_config.yml:

# Extensions
## Plugins: http://hexo.io/plugins/
## Themes: http://hexo.io/themes/
theme: kayo

Update

You can update to latest master branch by the following command:

$ cd themes/kayo
$ git pull