Summary
Set up MDX blog system with frontmatter and components.
Technical Details
- MDX support with next-mdx-remote or contentlayer
- Frontmatter for title, date, author, tags
- Custom components (code blocks, callouts)
- Syntax highlighting
Files
apps/marketing/src/content/blog/*
apps/marketing/src/app/blog/page.tsx
apps/marketing/src/app/blog/[slug]/page.tsx
Acceptance Criteria
Summary
Set up MDX blog system with frontmatter and components.
Technical Details
Files
apps/marketing/src/content/blog/*apps/marketing/src/app/blog/page.tsxapps/marketing/src/app/blog/[slug]/page.tsxAcceptance Criteria