← Back to blog
README
# Blog content
Drop `.md` or `.mdx` files in this directory. Each file becomes a post at `/blog/<filename>`.
## Frontmatter
```
---
title: Your post title
description: One-line summary for list + meta
date: 2026-01-15
draft: false
---
Post body here. Plain markdown today. When real content lands, swap in
`next-mdx-remote` (or `@next/mdx`) to get full MDX with custom components.
```
