Blog /

How to add a blog post

Placeholder example for the Inner Light blog format. Replace this file when you start writing real posts.

This file is a format example, not an article. Copy it, change the frontmatter, and write in the body below.

Frontmatter

Each post is one .mdx file in content/blog/. Required fields:

The filename can differ from slug. Routing uses slug.

MDX in the body

Use headings, lists, internal links, and inline code.

---
title: "Your title"
date: "2026-09-13"
description: "One or two sentences."
slug: "your-slug"
---

When you publish real posts, delete this example (or change its slug if you keep it).