4.0.0 • Published 4 years ago
hexo-renderer-less v4.0.0
Less renderer
Add support for Less.
Install
$ npm install hexo-renderer-less --saveConfigure
In your theme configuration,
# themes/yourtheme/_config.yml
less:
paths: []
options:- paths: Array of include paths.
- e.g. to include Bower Bootstrap,
['bower_components/bootstrap/less'] - globbing is also supported,
['bower_components/bootstrap/**']
- e.g. to include Bower Bootstrap,
- options: Less.js options.
- Example:
less: options: globalVars: var1: 'some value'