slimish

slimish_jinja templating engine for Nikola

To install, run nikola plugin -i slimish

This plugin adds support for the Slim template syntax via slimish_jinja.

In order to use:

  • set your engine to slimish (echo slimish > themes/$THEME/engine)
  • create a file named slim in the theme directory, which contains a newline-separated list of Slim templates (all templates not on the list will be parsed by “standard” Jinja2)
  • your Slim templates must have a .tmpl extension

Requirements:

  • slimish_jinja (Python package)

Issues? Questions?

You can report issues with this plugin and request help via GitHub Issues.