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.