mirror of https://github.com/curbengh/hexo-yam
95c7f6daa0 | ||
---|---|---|
lib | ||
README.md | ||
index.js | ||
package.json |
README.md
Hexo-neat
I want a profect page to show for my blog, so I made this.
Show
Installation
$ npm install hexo-neat --save
Options
To Enable Auto neat , you must config like this:
neat_enable: true
neat_html:
enable: true
exclude:
- enable - Enable the plugin. Defaults to
true
. - exclude: Exclude files Note: there are so many params please see 'HTMLMinifier'
neat_css:
enable: true
exclude:
- '*.min.css'
- enable - Enable the plugin. Defaults to
true
. - exclude: Exclude files
neat_js:
enable: true
mangle: true
output:
compress:
exclude:
- '*.min.js'
- enable - Enable the plugin. Defaults to
true
. - mangle: Mangle file names
- output: Output options
- compress: Compress options
- exclude: Exclude files
Thanks
Say Very Thanks for this gays:
- neat html by HTMLMinifier
- neat css by clean-css
- neat js by UglifyJS