add a badge

This commit is contained in:
rozbo 2016-06-23 13:27:24 +08:00
parent fa1b1b685e
commit 892cde9a78
1 changed files with 6 additions and 3 deletions

View File

@ -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`.