Your blog is powered by Content Collections and MDX. Everything is already set up — you can start writing immediately.
Write Your First Post
1
Create a new file
Add a new
.mdx file in the /blog folder. Name it something like my-first-post.mdx.2
Add frontmatter
Include this metadata at the top of your file:
3
Write your content
Write your blog post using MDX. You can use standard Markdown plus React components.
Project Structure
Content Collections handles the content schema and transformation behind the scenes. You don’t need to touch its config unless you want to add new frontmatter fields.

