hexo-neat

1.0.9 • Public • Published

status

npm version

Hexo-neat

I want a perfect page to show for my blog, so I made this.

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.
  • logger - Print log switch. 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.
  • logger - Print log switch. Defaults to true.
  • exclude: Exclude files
  • Note: there are so many params please see clean-css

neat_js:
  enable: true
  mangle: true
  output:
  compress:
  exclude:
    - '*.min.js'
  • enable - Enable the plugin. Defaults to true.
  • mangle: Mangle file names
  • logger - Print log switch. Defaults to true.
  • output: Output options
  • compress: Compress options
  • exclude: Exclude files
  • Note: there are so many params please see UglifyJS

Thanks

Say Very Thanks for this gays:

Sponsor

The project is develop by JetBrains Ide

Readme

Keywords

Package Sidebar

Install

npm i hexo-neat

Weekly Downloads

348

Version

1.0.9

License

MIT

Unpacked Size

7.58 kB

Total Files

5

Last publish

Collaborators

  • rozbo