Extra labels: feature, content
Tier: M (2-4 days) | Type: feature
Context. No blog. Announcements land on X and vanish. MDX-driven blog owned by the project is the standard fix.
Scope.
/blog index + /blog/:slug route.
- MDX posts under
src/content/blog/.
- Frontmatter: title, date, author, excerpt, tags.
- Sitemap + RSS feed derived from posts (feed lives in a separate issue below).
- First post: "Wave 7 kick-off + what we shipped in Wave 6".
Acceptance.
Files. src/pages/Blog.tsx (new), src/content/blog/wave-7-kickoff.mdx (new).
Extra labels:
feature,contentTier: M (2-4 days) | Type: feature
Context. No blog. Announcements land on X and vanish. MDX-driven blog owned by the project is the standard fix.
Scope.
/blogindex +/blog/:slugroute.src/content/blog/.Acceptance.
Files.
src/pages/Blog.tsx(new),src/content/blog/wave-7-kickoff.mdx(new).