diff --git a/_config.yml b/_config.yml index 78a593f..8c07684 100644 --- a/_config.yml +++ b/_config.yml @@ -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: diff --git a/package.json b/package.json index 7a5a370..298b8a4 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,7 @@ }, "dependencies": { "hexo": "latest", + "hexo-all-minifier": "latest", "hexo-autonofollow": "latest", "hexo-generator-archive": "latest", "hexo-generator-category": "latest",