Pages
Static site deployment hub for Steven's knowledge system
Knowledge System
Core documentation for the 3-object model: Goals, Context, Collaborators.
Knowledge Map
3-object model, directory structure, collaborators, AI-first principles
FoundationOpportunities
Priority queue of action items derived from knowledge-first and AI-first principles
7 pendingConventions
Tech stack, workflow, writing style, UI defaults, commands reference
StandardsAI Tasks
Comprehensive list of AI automation tasks across all domains
Daily routinesReference
| Page | Description |
|---|---|
| Style Guide | Cool Ivory theme reference — colors, typography, components |
Adding New Pages
Create new .astro files in src/pages/ using the Base layout.
cd pages pnpm dev # Local dev at localhost:4321 pnpm build # Build static files pnpm deploy # Build & deploy to CF Pages