Blog content
All blog posts live here as plain Markdown files. To add a new post, copy an
existing .md file, rename it to your new slug, and edit the frontmatter and
body. That's it — the site picks it up automatically on the next build.
Frontmatter template
---
title: "Your Post Title"
slug: your-post-slug
date: 2026-01-15
excerpt: "One- or two-sentence summary used on the index card and as the meta description."
category: "Blog"
readMin: 6
image: https://example.com/path/to/cover.jpg
---
# Your Post Title
Body content in standard Markdown. Headings, **bold**, _italic_, lists,
[links](https://example.com), > blockquotes, and code blocks all work.
Rules
slugbecomes the URL:/resources/your-post-slug.datemust beYYYY-MM-DD. The index is sorted newest-first.excerptis plain text; keep it under ~200 characters for clean previews.imageis optional — omit the line if there's no cover image.readMinis an estimate (≈ words / 220).
Filename
Use the slug as the filename: your-post-slug.md.
