Front Matter and Metadata
Jack
Tags:
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.
- Article title: Front Matter and Metadata
- Author: Jack
- Created: 2026-06-24 09:00:00
- Permalink: /posts/front-matter-and-metadata.html
- License: CC BY-NC-SA 4.0