Skip to main content

Module models

Module models 

Source
Expand description

Data models for configuration, front matter, and page lifecycle states.

Structsยง

CompiledPage
Markdown body converted to an HTML fragment, before layout wrapping.
FrontMatter
Metadata block at the top of a Markdown file.
RenderedPage
Fully rendered HTML page ready for disk output.
SourcePage
A Markdown source file discovered on disk with parsed front matter.
UncompiledPage
Newtype marking a SourcePage that has not yet been parsed.