YAMLfrontmated
YAMLfrontmated is commonly a misspelling or informal reference to YAML front matter, the metadata block placed at the top of a content file. In many static site generators and some content management systems, the front matter contains structured data written in YAML that describes attributes of the page or post, such as its title, date, draft status, author, layout, and tags. The front matter is separated from the content body by a delimiter, typically a line consisting of three hyphens on its own line at the start and end of the block.
In practice, the front matter is not rendered as part of the page body; instead, the site
Formats and systems vary in front matter support. Jekyll uses YAML front matter by default. Hugo supports
---
- example
---