Hello, world
A first post to check that everything works.
This is a placeholder post. It exists so the blog has something to render while the rest of the site takes shape.
Posts live in src/content/blog/ as Markdown or MDX files. Each one needs a title, a short description and a publish date in its frontmatter; everything below the frontmatter is the post body.
const post = {
title: 'Hello, world',
pubDate: new Date('2026-09-15'),
};
Real content will replace this soon.