Update README.md

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

@ -4,6 +4,7 @@
```bash ```bash
$ npm install hexo-renderer-scss --save $ npm install hexo-renderer-scss --save
$ npm install hexo-reading-time --save
$ git clone https://github.com/iotcat/kayo themes/kayo $ git clone https://github.com/iotcat/kayo themes/kayo
$ cp themes/kayo/_config.yml.example themes/kayo/_config.yml $ cp themes/kayo/_config.yml.example themes/kayo/_config.yml
``` ```
@ -14,12 +15,12 @@ Modify `yoursite/_config.yml`:
# Extensions # Extensions
## Plugins: http://hexo.io/plugins/ ## Plugins: http://hexo.io/plugins/
## Themes: http://hexo.io/themes/ ## Themes: http://hexo.io/themes/
theme: even theme: kayo
``` ```
## Update ## Update
You can update to latest master branch by the following command: You can update to latest master branch by the following command:
```bash ```bash
$ cd themes/even $ cd themes/kayo
$ git pull $ git pull
``` ```

Loading…
Cancel
Save