hexo-renderer-nunjucks3
v1.0.1
Published
[Nunjucks][] renderer plugin for [Hexo][] with async and use promise.
Readme
hexo-renderer-nunjucks3
Nunjucks renderer plugin for Hexo with async and use promise.
thanks the hexo-renderer-nunjucks
Installation
$ npm install hexo-renderer-nunjucks3 --saveConfiguration
Nunjucks can be configured by editing the main _config.yml file using the nunjucks namespace.
Configuration options can be found in Nunjucks API documentation.
- Note:
autoescapeisfalseby default.
nunjucks:
autoescape: trueFile Extensions
This plugin supports the following file extensions.
.njk.nunjucks.j2(Jinja 2)
