From d7b2c59f9771169300042c9975a92604e0f33acd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=91=93=E5=96=B5=E9=85=B1?= Date: Sat, 20 Jun 2020 12:14:50 +0800 Subject: [PATCH] Update README.md --- README.md | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fb4c01c..8a67370 100644 --- a/README.md +++ b/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 +```