docs: mention xml and json in readme

This commit is contained in:
weyusi 2019-03-14 20:00:38 +10:30
parent fa30a2f22d
commit 5c0ef6c738
2 changed files with 3 additions and 1 deletions

View File

@ -8,7 +8,7 @@
> This project is based on [hexo-neat](https://github.com/rozbo/hexo-neat) > This project is based on [hexo-neat](https://github.com/rozbo/hexo-neat)
Yet Another Minifier for Hexo. Minify and compress html, js and css. 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 and css. xml and json are compressed only. Support gzip and [brotli](https://en.wikipedia.org/wiki/Brotli) [compressions](https://en.wikipedia.org/wiki/HTTP_compression).
The original package has not been [updated](https://www.npmjs.com/package/hexo-neat) for a while. I update the [dependencies](https://github.com/weyusi/hexo-yam/blob/master/package.json) and add compression support. The original package has not been [updated](https://www.npmjs.com/package/hexo-neat) for a while. I update the [dependencies](https://github.com/weyusi/hexo-yam/blob/master/package.json) and add compression support.

View File

@ -29,6 +29,8 @@
"html", "html",
"js", "js",
"css", "css",
"xml",
"json",
"minify", "minify",
"compress", "compress",
"gzip", "gzip",