hexo-neat作为一个hexo插件出现,他支持压缩html、css和js文件,可以消除hexo生成网页过程中留下大大片空白,压缩输出文件的体积。使用方法如下:
- 使用npm安装hexo-neat插件
1 | npm install hexo-neat --save |
- 在站点配置文件中打开开关。
1 | neat_enable: true #打开总开关 |
对于插件,除了日志输出外,用户基本无感。
hexo-neat作为一个hexo插件出现,他支持压缩html、css和js文件,可以消除hexo生成网页过程中留下大大片空白,压缩输出文件的体积。使用方法如下:
1 | npm install hexo-neat --save |
1 | neat_enable: true #打开总开关 |
对于插件,除了日志输出外,用户基本无感。