Minify CSS files with clean-css.
$ npm install hexo-clean-css --save
clean_css: exclude: - '*.min.css'
hexojs
Back