From 892cde9a78c619406000bbdbd2822a725398762d Mon Sep 17 00:00:00 2001 From: rozbo <75200306@qq.com> Date: Thu, 23 Jun 2016 13:27:24 +0800 Subject: [PATCH] add a badge --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b214c4a..d194cf0 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +# status +[![npm version](https://badge.fury.io/js/hexo-neat.svg)](https://badge.fury.io/js/hexo-neat) + # Hexo-neat I want a profect page to show for my blog, so I made this. @@ -20,7 +23,7 @@ neat_enable: true ``` yaml neat_html: enable: true - exclude: + exclude: ``` - **enable** - Enable the plugin. Defaults to `true`. - **exclude**: Exclude files @@ -30,7 +33,7 @@ neat_html: ``` yaml neat_css: enable: true - exclude: + exclude: - '*.min.css' ``` - **enable** - Enable the plugin. Defaults to `true`. @@ -44,7 +47,7 @@ neat_js: mangle: true output: compress: - exclude: + exclude: - '*.min.js' ``` - **enable** - Enable the plugin. Defaults to `true`.