1.1.0 • Published 7 years ago

hexo-renderer-j2 v1.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

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:

  1. .nunjucks file extension
  2. .j2 Jinja 2 file extension
  3. .tpl custom template file extension
1.1.0

7 years ago

1.0.1

8 years ago

1.0.0

8 years ago