Hello, world
Welcome to the blog. Edit or delete src/content/posts/hello-world.md to replace this placeholder.
What’s this
Blog posts live in src/content/posts/. Each file becomes a page at /blog/<slug>.
The slug defaults to the filename (without .md).
Writing posts
Create a new .md or .mdx file with these required frontmatter fields:
---
title: Your Post Title
date: 2024-06-01
description: A one-line summary for OG tags and the post listing.
---
Optional fields: tags, draft, ogImage, slug.
Set draft: true to exclude a post from the listing and sitemap.