## Context News posts are infrequent and benefit from version control. MDX-in-repo is simpler than a CMS and contributors can submit posts via PR. ## Acceptance criteria - [ ] `content/news/*.mdx` directory with frontmatter (`title`, `date`, `category`, `author`, `excerpt`) - [ ] `/news` reads the directory at build time - [ ] `/news/[slug]` renders the MDX with syntax highlighting and images - [ ] `contentlayer` or a custom loader handles the pipeline - [ ] Posts are publicly visible (news is promotional) — **confirm with superadmin before merging**
Context
News posts are infrequent and benefit from version control. MDX-in-repo is simpler than a CMS and contributors can submit posts via PR.
Acceptance criteria
content/news/*.mdxdirectory with frontmatter (title,date,category,author,excerpt)/newsreads the directory at build time/news/[slug]renders the MDX with syntax highlighting and imagescontentlayeror a custom loader handles the pipeline