# Kayo主题 ## Installation ```bash $ 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`: ```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: ```bash $ cd themes/kayo $ git pull ```