The gist plugin

The gist plugin provides highlighting of programming code snippets (referred to as Gists), which are hosted at GitHub.

../_images/gist-admin.png

Gist snippets are built by a JavaScript include, which renders the Gist with syntax highlighting:

../_images/gist-html.png

Installation

Add the following settings to settings.py:

INSTALLED_APPS += (
    'fluent_contents.plugins.gist',
)

The plugin does not provide additional configuration options, nor does it have dependencies on other packages.