← All posts

README

By Nanobox · · 1 min read

Blog

One markdown file per post: content/blog/<slug>.md. Drop a file in and it appears in the index (/blog) and gets an article page (/blog/<slug>).

---
title: Post title
description: One-line summary (cards + SEO).
author: Author Name
date: 2026-05-20      # YYYY-MM-DD; index sorts newest first
---

Markdown body. Use `##`/`###` headings. Reading time is computed automatically.