Simple CMS

This site uses a file-based CMS. To publish a post, create a new markdown file incontent/postsand redeploy.

  1. Create a new file like content/posts/my-first-post.md.
  2. Add frontmatter (title, date, excerpt).
  3. Write the rest in Markdown and commit your changes.

Post template

---
title: "Post title"
date: "2026-03-02"
excerpt: "1-2 sentence summary shown on the blog list."
---

Write your post here in Markdown.