Hwaro::Models::OutputsConfig
Inherits Reference / Object
[outputs] — declares extra per-page/per-section output formats
beyond HTML (sibling index.<fmt> files rendered from a user-supplied
templates/<name>.<fmt>.jinja template). See
docs/content/features/output-formats.md for the full selection chain
and front matter override (page.extra["outputs"]).
Constants
Constructors
Instance methods
Formats every regular page emits (unless overridden by front matter).
Formats every section index emits (unless overridden by front matter).
Optional allowlist of section names formats apply to; empty = all
sections. Matches a section name or any of its descendants, mirroring
FeedConfig#sections.
Optional allowlist of section names formats apply to; empty = all
sections. Matches a section name or any of its descendants, mirroring
FeedConfig#sections.