0.1.3 • Published 4 years ago

@liamnewmarch/static-plugin-nunjucks v0.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Nunjucks plugin for Static

This plugin adds the Nunjucks template engine to Static.

Usage

First, install Static and this plugin

npm install @liamnewmarch/static @liamnewmarch/static-plugin-nunjucks

Next add the plugin in your static.config.js

import nunjucks from '@liamnewmarch/static-plugin-nunjucks';

export default {
  // Other Static options here (optional)
  plugins: [
    nunjucks({
      // Plugin options here (optional)
    }),
  ],
}

Options

The Nunjucks plugin is a function which can take an optional options object.

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago