Your blog is powered by Content Collections and MDX. Everything is already set up — you can start writing immediately.
Write Your First Post
Create a new file
Add a new
.mdx file in the /blog folder. Name it something like my-first-post.mdx.Project Structure
| Folder | What’s There |
|---|---|
app/blog/* | Front-end routing and page logic |
/blog/* | Your actual blog articles (.mdx files) |
components/(ui-components)/blog/* | Blog cards, images, and shared blog UI |
components/(ui-components)/alerts/* | Callout components you can reuse inside MDX content |

