hexo-renderer-j2
v1.1.0
Published
Nunjucks renderer for Hexo
Downloads
4
Maintainers
Readme
hexo-renderer-j2
Nunjucks renderer plugin for Hexo.
Inspired by hexo-renderer-nunjucks.
Installation
npm install hexo-renderer-j2 --save
Configuration
Nunjucks can be configured by editing the main _config.yml
file using the nunjucks
namespace. Configuration options can be found in Nunjucks API documentation.
nunjucks:
autoescape: true
File Extensions
This plugin supports the extensions as bellow:
.nunjucks
file extension.j2
Jinja 2 file extension.tpl
custom template file extension