mirror of https://gitlab.com/curben/blog
Add hexo-all-minifier
while js and css have been minified, this minify html and compress pictures.
This commit is contained in:
parent
666d99def0
commit
8f483e5e03
|
@ -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:
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"hexo": "latest",
|
||||
"hexo-all-minifier": "latest",
|
||||
"hexo-autonofollow": "latest",
|
||||
"hexo-generator-archive": "latest",
|
||||
"hexo-generator-category": "latest",
|
||||
|
|
Loading…
Reference in New Issue