Story
Welcome to the Blog
Welcome to the Blog
Hello and welcome! This blog is published entirely from Markdown files stored in a Git repository. Every post lives as a plain text file with a small frontmatter header, and the site is rebuilt whenever the repository changes.
What you can expect
- Simple authoring — write in Markdown, commit, publish.
- No databases — the repository is the content store.
- Fast pages — every page is static HTML with no client-side JavaScript.
To write a new post, add a file to src/content/posts/ with a ULID filename
and matching frontmatter. Set status: draft to keep it private, or
status: published to make it live.