Simple CMS
This site uses a file-based CMS. To publish a post, create a new markdown file incontent/postsand redeploy.
- Create a new file like
content/posts/my-first-post.md. - Add frontmatter (
title,date,excerpt). - 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.