Update README.md

master
呓喵酱 4 years ago committed by GitHub
parent e25afc22a9
commit d7b2c59f97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 27
      README.md

@ -1,2 +1,25 @@
# kayo
hexo 主题
# Kayo主题
## Installation
```bash
$ npm install hexo-renderer-scss --save
$ git clone https://github.com/iotcat/kayo themes/kayo
$ cp themes/kayo/_config.yml.example themes/kayo/_config.yml
```
Modify `yoursite/_config.yml`:
```yml
# Extensions
## Plugins: http://hexo.io/plugins/
## Themes: http://hexo.io/themes/
theme: even
```
## Update
You can update to latest master branch by the following command:
```bash
$ cd themes/even
$ git pull
```

Loading…
Cancel
Save