Skip to content

January 15, 2026

Hello, world

The first post in this starter blog. Replace it with your real content.

This is a sample blog post rendered from a content collection. Markdown and MDX both work out of the box.

Why content collections

Collections give you typed frontmatter, automatic slug generation, and a single API (getCollection) for listing and querying posts. The schema lives in src/content.config.ts.

  • Type-safe frontmatter
  • Markdown + MDX
  • Powers the blog index, individual post pages, and the RSS feed

Replace this file with real posts, or delete the src/content/blog folder if the site doesn’t need a blog.