0.1.2 • Published 3 months ago

@uiolee/hexo-htmlnano v0.1.2

Weekly downloads
-
License
MPL-2.0
Repository
github
Last release
3 months ago

hexo-htmlnano

Minify HTML files with htmlnano

Install

pnpm add @uiolee/hexo-htmlnano

# npm i @uiolee/hexo-htmlnano

Configuration

Default Configuration

Defined in src/index.ts

hexo_htmlnano:
  enable: true
  priority: 999
  exclude: []
  presetName: "safe"
  htmlnanoOptions:
    removeEmptyAttributes: false
    collapseWhitespace: "conservative"
  postHtmlOptions:

Customize

namedefaulttypenote
enabletruebooleanset false to disable this plugin.
priority999numberdefine the priority of this plugin.Lower priority means that it will be executed first.
exclude[]array\<glob>Exclude files from being minified.Support globbing patterns.
presetName"safe"stringthe name of htmlnano#Preset.
htmlnanoOptionssee src/index.ts#L10objectsee htmlnamo#modules for more.
postHtmlOptionssee src/index.ts#L20objectsee posthtml#usage for more.
0.1.2

3 months ago

0.1.1

3 months ago

0.1.0

3 months ago