Signature: write_doc_file(fp: Path, objects: List[Mapping[str, Any]]) -> None
Write an object’s documentation in the format that Hugo can understand.
Signature: get_frontmatter(title: str) -> str
Get the Hugo frontmatter for a file, in JSON format.
Parameters:
Returns: