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:
|
nofollow:
|
||||||
enable: true
|
enable: true
|
||||||
|
|
||||||
|
# hexo-all-minifier
|
||||||
|
## https://github.com/chenzhutian/hexo-all-minifier
|
||||||
|
all_minifier: true
|
||||||
|
|
||||||
# Deployment
|
# Deployment
|
||||||
## Docs: https://hexo.io/docs/deployment.html
|
## Docs: https://hexo.io/docs/deployment.html
|
||||||
deploy:
|
deploy:
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"hexo": "latest",
|
"hexo": "latest",
|
||||||
|
"hexo-all-minifier": "latest",
|
||||||
"hexo-autonofollow": "latest",
|
"hexo-autonofollow": "latest",
|
||||||
"hexo-generator-archive": "latest",
|
"hexo-generator-archive": "latest",
|
||||||
"hexo-generator-category": "latest",
|
"hexo-generator-category": "latest",
|
||||||
|
|
Loading…
Reference in New Issue