mdx-content
Installation
SKILL.md
MDX Content Conventions
Article sections
| Section | MDX path | URL |
|---|---|---|
| Thoughts | app/(home)/(article)/thoughts/_articles/ |
/thoughts/[slug] |
| Notes | app/(home)/(article)/notes/_articles/ |
/notes/[slug] |
| Episodes | app/(home)/(article)/episodes/_articles/ |
/episodes/[slug] |
| Drafts | app/(home)/(article)/drafts/_articles/ |
/drafts/[slug] |
_articles/ is a private folder (not a URL segment). Slug = filename without .mdx (kebab-case).
Frontmatter
Export a JS object — not YAML frontmatter: