|
|
há 6 anos atrás | |
|---|---|---|
| .. | ||
| LICENSE | há 6 anos atrás | |
| README.md | há 6 anos atrás | |
| index.js | há 6 anos atrás | |
| package.json | há 6 anos atrás | |
| yarn.lock | há 6 anos atrás | |
Add support for Less.
$ npm install hexo-renderer-less --save
You can specify a less include paths as an array config in your theme configuration.
// themes/yourtheme/_config.yml
less:
paths:
- bower_components/bootstrap/less
You can compress the output of the css with a config in your theme configuration.
// themes/yourtheme/_config.yml
less:
compress: true