blogging
Blogging
The site has two content collections: blog for Augur project updates and learn for educational fork content. Both use MDX with frontmatter, stored as files in src/content/.
Content Structure
src/content/
├── config.ts # Zod schemas for both collections
├── blog/
│ └── {slug}/
│ ├── index.mdx # Post content
│ └── *.webp # Images (featured-image.webp, content-image.webp)
└── learn/
└── {topic}/
└── {slug}.mdx # Article content (or index.mdx for topic root)
Each blog post gets its own directory named by slug. Images live alongside the MDX file and are referenced with relative paths.
More from augurproject/augur-reboot-website
astro-dev
Comprehensive Astro development with React, Tailwind v4, and Cloudflare Workers deployment
13fork-gauge
This skill should be used when the user asks to "update the fork gauge", "change risk colors", "modify the gauge animation", "add a risk level", "update the SVG visualization", "fix the needle", "change the arc", or needs help with the fork risk visualization component and its data pipeline.
1island-state
This skill should be used when the user asks to "add global state", "create a store", "use Nanostores", "share state between components", "manage reactive state", "add a provider", "create a context", "initialize state", or needs help with state management patterns across React islands in this static site.
1