Every post starts with YAML Front Matter describing the page metadata.
Common fields
| Field | Description |
|---|---|
title | Post title shown in cards and detail pages |
description | Summary for meta tags and previews |
created_at | Creation date in RFC3339 format |
tags | Array of tags for filtering |
Example
---
title: My Post
description: A short summary.
created_at:
tags:
- demo
---
Run everkm-publish lint before export to catch missing fields or duplicate slugs.