mirror of https://github.com/curbengh/hexo-yam
Update readme for gzip option
This commit is contained in:
parent
66557d353c
commit
7c82b1b52d
|
@ -71,10 +71,11 @@ neat_js:
|
|||
----------
|
||||
|
||||
``` yaml
|
||||
gzip:
|
||||
neat_gzip:
|
||||
enable: true
|
||||
```
|
||||
- **enable** - Enable the plugin. Defaults to `true`.
|
||||
- **logger** - Print log switch. Defaults to `true`.
|
||||
|
||||
## Credits
|
||||
All credits go to the following work:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "hexo-yam",
|
||||
"description": "Yet Another Minifier. Minify and compress html, js and css",
|
||||
"version": "0.4.3",
|
||||
"version": "0.4.4",
|
||||
"readme": "README.md",
|
||||
"main": "index.js",
|
||||
"directories": {
|
||||
|
|
Loading…
Reference in New Issue