pyssg is pre-1.0 and under active development - APIs, config, and themes may change.
pyssg.plugins

1 min read

pyssg.plugins

Built-in plugins.

Each plugin is a single module pyssg/plugins/<name>.py. This package re-exports the factory functions so a config can do from pyssg.plugins import markdown, frontmatter, ... and call them.