FrontmatterGenerator handles the creation of YAML frontmatter from post metadata.
It ensures all fields are properly formatted and escaped for use with static site generators.
Generates a YAML frontmatter string from the provided metadata.
The metadata to convert to frontmatter
The formatted YAML string (including --- delimiters)
FrontmatterGenerator handles the creation of YAML frontmatter from post metadata.
It ensures all fields are properly formatted and escaped for use with static site generators.