ai-code-battle/web/public/data/blog/index.json
jedarden c07eb1f2eb Add blog infrastructure for weekly meta reports (Phase 10)
- Add blog generation to Go index builder (cmd/acb-index-builder/blog.go):
  - Weekly meta report generation with competitive analysis
  - Story arc chronicles: rise stories, upsets, rivalries
  - Blog index and individual post JSON generation

- Add blog page to web SPA (web/src/pages/blog.ts):
  - Blog listing with type filters (all/meta-report/chronicle)
  - Individual post view with markdown rendering
  - Tag cloud and post metadata display
  - Added /blog and /blog/:slug routes

- Add Blog link to navigation menu

- Add placeholder blog data files for initial content

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-29 04:39:12 -04:00

13 lines
360 B
JSON

{
"updated_at": "2026-03-29T12:00:00Z",
"posts": [
{
"slug": "meta-week-13-season-1",
"title": "Week 13 Meta Report — Season 1",
"date": "2026-03-29",
"type": "meta-report",
"summary": "Weekly competitive analysis: top strategies, rising stars, and key rivalries.",
"tags": ["meta-report", "season-1"]
}
]
}