Plugins Entrypoints
Classes
SiteSpecs
Plugin hook specifications for the Site class
Functions
add_default_settings(site)
Add default settings to the site
post_build_collection(site, settings)
Build After Building the collection
post_build_site(site, settings)
Build After Building the site
post_render_content(page, settings)
Augments the content of the page before it is rendered as output.
pre_build_collection(collection, settings)
Steps Prior to Building the collection
pre_build_site(site, settings)
Steps Prior to Building the site
render_content(page, settings)
Augments the content of the page before it is rendered as output.
Functions
register_plugins(plugins)
Register the plugins with the plugin manager