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
|
``` yaml
|
||||||
gzip:
|
neat_gzip:
|
||||||
enable: true
|
enable: true
|
||||||
```
|
```
|
||||||
- **enable** - Enable the plugin. Defaults to `true`.
|
- **enable** - Enable the plugin. Defaults to `true`.
|
||||||
|
- **logger** - Print log switch. Defaults to `true`.
|
||||||
|
|
||||||
## Credits
|
## Credits
|
||||||
All credits go to the following work:
|
All credits go to the following work:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "hexo-yam",
|
"name": "hexo-yam",
|
||||||
"description": "Yet Another Minifier. Minify and compress html, js and css",
|
"description": "Yet Another Minifier. Minify and compress html, js and css",
|
||||||
"version": "0.4.3",
|
"version": "0.4.4",
|
||||||
"readme": "README.md",
|
"readme": "README.md",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"directories": {
|
"directories": {
|
||||||
|
|
Loading…
Reference in New Issue