Expand description
Shared frontmatter extraction and .meta.json sidecar files.
Shared frontmatter extraction and .meta.json sidecar support.
This module bridges content files (Markdown with YAML/TOML/JSON
frontmatter) and the plugin pipeline by persisting parsed metadata
as .meta.json sidecar files that survive the compilation step.
Functionsยง
- emit_
sidecars - Emits
.meta.jsonsidecar files for all Markdown content. - read_
sidecar - Reads a
.meta.jsonsidecar for a given HTML file path. - read_
sidecar_ for_ html - Reads a
.meta.jsonsidecar matching an HTML path in the site dir, looking up by the corresponding content-relative path.