Add hexo-all-minifier

while js and css have been minified, this minify html and compress pictures.
This commit is contained in:
curben 2018-09-23 16:00:21 +09:30
parent 666d99def0
commit 8f483e5e03
2 changed files with 5 additions and 0 deletions

View File

@ -70,6 +70,10 @@ theme: typing
nofollow:
enable: true
# hexo-all-minifier
## https://github.com/chenzhutian/hexo-all-minifier
all_minifier: true
# Deployment
## Docs: https://hexo.io/docs/deployment.html
deploy:

View File

@ -7,6 +7,7 @@
},
"dependencies": {
"hexo": "latest",
"hexo-all-minifier": "latest",
"hexo-autonofollow": "latest",
"hexo-generator-archive": "latest",
"hexo-generator-category": "latest",