vanishke / blog-comments

blog-comments
0 stars 0 forks source link

hexo添加hexo-neat插件 | vanishke个人技术博客 #47

Open vanishke opened 3 years ago

vanishke commented 3 years ago

https://hexo-sigma-eight.vercel.app/hexo/Next/blogs/hexo%E6%B7%BB%E5%8A%A0hexo-neat%E6%8F%92%E4%BB%B6/

安装插件npm install hexo-neat --save 站点配置hexo _config.yml文件添加 # hexo-neat# 博文压缩neat_enable: true# 压缩htmlneat_html: enable: true exclude:# 压缩css neat_css: enable: true exclude: - '*/.min.css