mirror of https://github.com/curbengh/hexo-yam
docs: update options naming
This commit is contained in:
parent
7e85bd6338
commit
ddf4415ef0
77
README.md
77
README.md
|
@ -1,4 +1,4 @@
|
||||||
# Hexo-yam
|
# hexo-yam
|
||||||
|
|
||||||
[![npm version](https://badge.fury.io/js/hexo-yam.svg)](https://www.npmjs.com/package/hexo-yam)
|
[![npm version](https://badge.fury.io/js/hexo-yam.svg)](https://www.npmjs.com/package/hexo-yam)
|
||||||
[![Build Status](https://travis-ci.com/curbengh/hexo-yam.svg?branch=master)](https://travis-ci.com/curbengh/hexo-yam)
|
[![Build Status](https://travis-ci.com/curbengh/hexo-yam.svg?branch=master)](https://travis-ci.com/curbengh/hexo-yam)
|
||||||
|
@ -6,29 +6,45 @@
|
||||||
[![Known Vulnerabilities](https://snyk.io/test/npm/hexo-yam/badge.svg)](https://snyk.io/test/npm/hexo-yam)
|
[![Known Vulnerabilities](https://snyk.io/test/npm/hexo-yam/badge.svg)](https://snyk.io/test/npm/hexo-yam)
|
||||||
[![Greenkeeper badge](https://badges.greenkeeper.io/curbengh/hexo-yam.svg)](https://greenkeeper.io/)
|
[![Greenkeeper badge](https://badges.greenkeeper.io/curbengh/hexo-yam.svg)](https://greenkeeper.io/)
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
Yet Another Minifier for Hexo. Minify and compress HTML, JS, CSS and SVG. XML, JSON and [many more](https://github.com/curbengh/hexo-yam/blob/ba77db0094a7c07ea9f70f010bfc15541d4105ca/index.js#L64) are also compressed. Support gzip and [brotli](https://en.wikipedia.org/wiki/Brotli) [compressions](https://en.wikipedia.org/wiki/HTTP_compression).
|
Yet Another Minifier for Hexo. Minify and compress HTML, JS, CSS and SVG. XML, JSON and [many more](https://github.com/curbengh/hexo-yam/blob/ba77db0094a7c07ea9f70f010bfc15541d4105ca/index.js#L64) are also compressed. Support gzip and [brotli](https://en.wikipedia.org/wiki/Brotli) [compressions](https://en.wikipedia.org/wiki/HTTP_compression).
|
||||||
|
|
||||||
This project is based on [hexo-neat](https://github.com/rozbo/hexo-neat). Existing options are the same, so you can use this as a drop-in replacement.
|
## Version 3
|
||||||
|
In v3 onwards, this plugin is enabled by default. Most [options](#options) have changed and they are now under `minify:` option.
|
||||||
|
|
||||||
*Note:* See [HTTP Compression](#http-compression) section below for more info on using brotli.
|
Example:
|
||||||
|
|
||||||
|
```
|
||||||
|
neat_svg:
|
||||||
|
plugins: [{cleanupIDs: false}]
|
||||||
|
```
|
||||||
|
|
||||||
|
needs to be updated to
|
||||||
|
|
||||||
|
```
|
||||||
|
minify:
|
||||||
|
svg:
|
||||||
|
plugins: [{cleanupIDs: false}]
|
||||||
|
```
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
``` bash
|
``` bash
|
||||||
$ npm install hexo-yam --save
|
$ npm install hexo-yam --save
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
|
||||||
To enable this plugin, insert the following to `_config.yml`:
|
|
||||||
``` yaml
|
|
||||||
neat_enable: true
|
|
||||||
```
|
|
||||||
For further customization, see below.
|
|
||||||
|
|
||||||
## Options
|
## Options
|
||||||
|
|
||||||
``` yaml
|
``` yaml
|
||||||
neat_html:
|
minify:
|
||||||
|
enable: true
|
||||||
|
```
|
||||||
|
|
||||||
|
- **enable** - Enable the plugin. Defaults to `true`.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
``` yaml
|
||||||
|
minify:
|
||||||
|
html:
|
||||||
enable: true
|
enable: true
|
||||||
exclude:
|
exclude:
|
||||||
```
|
```
|
||||||
|
@ -43,10 +59,11 @@ neat_html:
|
||||||
|
|
||||||
For more options, see [HTMLMinifier](https://github.com/kangax/html-minifier).
|
For more options, see [HTMLMinifier](https://github.com/kangax/html-minifier).
|
||||||
|
|
||||||
----------
|
---
|
||||||
|
|
||||||
``` yaml
|
``` yaml
|
||||||
neat_css:
|
minify:
|
||||||
|
css:
|
||||||
enable: true
|
enable: true
|
||||||
exclude:
|
exclude:
|
||||||
- '*.min.css'
|
- '*.min.css'
|
||||||
|
@ -55,14 +72,15 @@ neat_css:
|
||||||
- **logger** - Verbose output. Defaults to `false`.
|
- **logger** - Verbose output. Defaults to `false`.
|
||||||
- **exclude** - Exclude files. Support wildcard pattern.
|
- **exclude** - Exclude files. Support wildcard pattern.
|
||||||
- **level** - Optimization level. Defaults to `2`.
|
- **level** - Optimization level. Defaults to `2`.
|
||||||
- **globOptions** - See [`neat_html`](#options).
|
- **globOptions** - See [`html:`](#options).
|
||||||
|
|
||||||
For more options, see [clean-css](https://github.com/jakubpawlowicz/clean-css).
|
For more options, see [clean-css](https://github.com/jakubpawlowicz/clean-css).
|
||||||
|
|
||||||
----------
|
---
|
||||||
|
|
||||||
``` yaml
|
``` yaml
|
||||||
neat_js:
|
minify:
|
||||||
|
js:
|
||||||
enable: true
|
enable: true
|
||||||
exclude:
|
exclude:
|
||||||
- '*.min.js'
|
- '*.min.js'
|
||||||
|
@ -74,14 +92,15 @@ neat_js:
|
||||||
- **mangle** - Mangle variable names. Defaults to `true`. Pass an object to specify [mangle options](https://github.com/terser-js/terser#mangle-options).
|
- **mangle** - Mangle variable names. Defaults to `true`. Pass an object to specify [mangle options](https://github.com/terser-js/terser#mangle-options).
|
||||||
- **output** - Output options.
|
- **output** - Output options.
|
||||||
- To retain comments, `output: {comments: true}`.
|
- To retain comments, `output: {comments: true}`.
|
||||||
- **globOptions** - See [`neat_html`](#options).
|
- **globOptions** - See [`html:`](#options).
|
||||||
|
|
||||||
For more options, see [Terser](https://github.com/terser-js/terser).
|
For more options, see [Terser](https://github.com/terser-js/terser).
|
||||||
|
|
||||||
----------
|
---
|
||||||
|
|
||||||
``` yaml
|
``` yaml
|
||||||
neat_svg:
|
minify:
|
||||||
|
svg:
|
||||||
enable: true
|
enable: true
|
||||||
include:
|
include:
|
||||||
- '*.svg'
|
- '*.svg'
|
||||||
|
@ -93,14 +112,15 @@ neat_svg:
|
||||||
- Exclude `*.min.svg` by default.
|
- Exclude `*.min.svg` by default.
|
||||||
- **plugins** - Plugin options.
|
- **plugins** - Plugin options.
|
||||||
- To retain comments, `plugins: [{removeComments: false}]`.
|
- To retain comments, `plugins: [{removeComments: false}]`.
|
||||||
- **globOptions** - See [`neat_html`](#options).
|
- **globOptions** - See [`html:`](#options).
|
||||||
|
|
||||||
For more options, see [svgo](https://github.com/svg/svgo).
|
For more options, see [svgo](https://github.com/svg/svgo).
|
||||||
|
|
||||||
----------
|
---
|
||||||
|
|
||||||
``` yaml
|
``` yaml
|
||||||
neat_gzip:
|
minify:
|
||||||
|
gzip:
|
||||||
enable: true
|
enable: true
|
||||||
include:
|
include:
|
||||||
- '*.html'
|
- '*.html'
|
||||||
|
@ -120,12 +140,13 @@ neat_gzip:
|
||||||
- **include** - Include files. Support wildcard pattern.
|
- **include** - Include files. Support wildcard pattern.
|
||||||
- Support one-liner, `include: ['*.html','*.css','*.js']`.
|
- Support one-liner, `include: ['*.html','*.css','*.js']`.
|
||||||
- Must include asterisk and single quotes. `.html` is invalid. `'*.html'` is valid.
|
- Must include asterisk and single quotes. `.html` is invalid. `'*.html'` is valid.
|
||||||
- **globOptions** - See [`neat_html`](#options).
|
- **globOptions** - See [`html:`](#options).
|
||||||
|
|
||||||
----------
|
---
|
||||||
|
|
||||||
``` yaml
|
``` yaml
|
||||||
neat_brotli:
|
minify:
|
||||||
|
brotli:
|
||||||
enable: true
|
enable: true
|
||||||
include:
|
include:
|
||||||
- '*.html'
|
- '*.html'
|
||||||
|
@ -143,7 +164,7 @@ neat_brotli:
|
||||||
- **enable** - Enable the plugin. Defaults to `true`.
|
- **enable** - Enable the plugin. Defaults to `true`.
|
||||||
- **logger** - Verbose output. Defaults to `false`.
|
- **logger** - Verbose output. Defaults to `false`.
|
||||||
- **include** - Include files. Support wildcard pattern.
|
- **include** - Include files. Support wildcard pattern.
|
||||||
- **globOptions** - See [`neat_html`](#options).
|
- **globOptions** - See [`html:`](#options).
|
||||||
|
|
||||||
## HTTP Compression
|
## HTTP Compression
|
||||||
While most modern web browsers [support Brotli](https://www.caniuse.com/#feat=brotli), you also need to consider whether the web/app server, hosting platform, reverse proxy or CDN (whichever relevant to you) support it.
|
While most modern web browsers [support Brotli](https://www.caniuse.com/#feat=brotli), you also need to consider whether the web/app server, hosting platform, reverse proxy or CDN (whichever relevant to you) support it.
|
||||||
|
|
Loading…
Reference in New Issue