From d04c8f113f49eefe7bda47eaea17cf7fc4c6581d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BC=8D=E9=85=B1?= Date: Sat, 1 Sep 2018 00:15:37 +0800 Subject: [PATCH] plugin: hexo-tag-douban (#757) * new index-generator plugin for Hexo hexo-generator-index-plus * feat: new plugin, hexo-tag-douban * refactor: revert package.json --- package.json | 4 ++-- source/_data/plugins.yml | 10 ++++++++++ 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9cb9311912..13eb7dda5d 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.0.0", "private": true, "hexo": { - "version": "3.7.0" + "version": "3.7.1" }, "scripts": { "build": "hexo generate && gulp", @@ -41,4 +41,4 @@ "gulp-useref": "^2.1.0", "rename": "^1.0.4" } -} +} \ No newline at end of file diff --git a/source/_data/plugins.yml b/source/_data/plugins.yml index 49bfd7264d..d95ac23b2b 100644 --- a/source/_data/plugins.yml +++ b/source/_data/plugins.yml @@ -1,3 +1,13 @@ +- name: hexo-tag-douban + description: Douban Tag for Hexo, you can easily add a Douban card of book, movie or music into your posts. + link: https://github.com/YuyingWu/hexo-tag-douban + tags: + - douban + - tag + - markdown + - tag_plugins + - plugins + - 豆瓣 - name: hexo-tag-color-block description: Create a color block easily on Hexo link: https://github.com/patrick330602/hexo-tag-color-block