From 42016f50da8714b3a94b07a5b6aa6eb803b937ab Mon Sep 17 00:00:00 2001 From: weyusi Date: Mon, 22 Apr 2019 18:42:30 +0930 Subject: [PATCH] docs: support more file extensions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d3c0734..329ee9d 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ > 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. xml and json are compressed only. 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, json and [many more](https://github.com/weyusi/hexo-yam/blob/master/lib/filter.js#L105) are also compressed. 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.