Hexo | Speed up
Always, we need a high speed blog... So some ways should be taken to make a better website. Now I will talk about Hexo -- Speed up!
Hexo | Speed up
use plugins
-
Compress HTML code:
1
npm install hexo-html-minifier --save
-
Compress JavaScript code:
1
npm install hexo-uglify --save
-
Compress CSS code:
1
npm install hexo-clean-css --save
## result…
This post is licensed under
CC BY 4.0
by the author.