Skip to content
Paper Theme
Go back

Front Matter and Metadata

Updated:
Tags:

Every post starts with YAML Front Matter describing the page metadata.

Common fields

FieldDescription
titlePost title shown in cards and detail pages
descriptionSummary for meta tags and previews
created_atCreation date in RFC3339 format
tagsArray of tags for filtering

Example

---
title: My Post
description: A short summary.
created_at: 2026-06-24T09:00:00Z
tags:
  - demo
---

Run everkm-publish lint before export to catch missing fields or duplicate slugs.