Skip to main content

A pelican plugin to apply a template based on the category of the content.

Project description

https://travis-ci.org/hrbonz/pelican-category_template.png?branch=master

Load a template for any content (article, page) based on its category. For example, for an article, if a template named article-<category>.html exists in the theme or Jinja2 path, it will be used. If not, then the default template is used.

Install

Use pip to install the plugin:

$ pip install pelican-category_template

Usage

To use the plugin, add it to the PLUGINS list in your configuration file. Put it in pelicanconf.py by default:

PLUGINS = [
    # ...
    'categorytpl'',
]

Test

$ python -m unittest discover

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pelican-category_template-v0.0.2.tar.gz (3.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page