Included plugins
The following plugins are included with pagegen. To use them enable in site.conf
in the [site]
and updating the enabled_plugins
setting.
Name | Description |
---|---|
mako_templates | Pages with header template: <name> get rendered by that Mako template |
minify | Minifies HTML in pages and any .css or .js files in assets or theme assets |
pgn_markdown | Converts page content marked up with Markdown to HTML |
rss | Site RSS feed |
shortcodes | Shortcodes are Python functions defined in shortcodes.py and can be called in page content using <sc>function_name(arg1, argN)<sc> or in Mako templates site.plugins['shortcodes'][<shortcode name>](site, page, args..) |
site_search | Provides json index and javascript to implement a basic site search |
sitemap | Simple list of site urls in /sitemap.txt. Page header sitemap: False ommits page from sitemap |