diff --git a/README.md b/README.md index 6078768..0cf1f0a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ hexo-new-vno ======== 这个主题是原创为[onevat的vno](https://github.com/onevcat/vno), 它遵从简洁和响应式的设计风格,拥有一个独立的封面,易于集成的 Disqus 评论和多说系统,Google Analytics,字体图标以及多种颜色。 -此主题的hexo版本由[空谷幽兰](http://mlongbo.com/)最先创建,[github地址](https://github.com/lenbo-ma/hexo-theme-vno),但是已不维护 +此主题的hexo版本由[空谷幽兰](http://mlongbo.com/)最先创建,但是已不维护 我加了一些功能及对bug的修复,所以重新创建一个,[github地址](https://github.com/monniya/hexo-theme-new-vno.git) ## Demo Show @@ -39,7 +39,7 @@ hexo-new-vno ### Install ``` bash -$ git clone https://github.com/monniya/hexo-theme-new-vno.git themes/vno +$ git clone https://github.com/monniya/hexo-theme-new-vno.git themes/new-vno ``` ### Enable @@ -87,4 +87,15 @@ duoshuo_shortname: google_analytics: favicon: /images/avatar-small.png +``` +### 文章 +喵神没有设置categories,只用tags +例如: +```yml +--- +title: 文章名称 +date: 2016-03-03 10:46:46 +tags: 分类 +--- +```