Jack's Blog

Skip to content
Go back

Front Matter and Metadata

Jack
Jack
Published at: 2026-06-24 09:00:00
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.

  • 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