Personal Blog

Hello, world

Welcome! Posts live in src/posts/ as Markdown files. The filename becomes the URL slug, so this post is served at /blog/hello-world.

Writing a post

Each post starts with frontmatter:

---
title: My post
date: '2026-09-23'
description: Optional summary shown on the index.
draft: true # optional, hides the post
---

Because posts are processed by mdsvex, you can also import and use Svelte components inside them.

← All posts
© 2026