13 Commits

Author SHA1 Message Date
6b9eb89653 Added material on most-impacted communities 2025-11-23 14:22:39 +00:00
991e64a4dd Added note that all text is by humans. 2025-11-23 14:09:52 +00:00
506a1a49e5 Update README.md 2025-11-21 16:49:50 +00:00
4039d57ab4 Add LICENSE 2025-11-21 16:48:17 +00:00
Nathan Schneider
7fef10a55a Some changes to the zine 2025-11-20 15:37:58 -07:00
Nathan Schneider
3a5cd2c299 chore: add VS Code settings directory to .gitignore
Co-authored-by: aider (openai/green-r-raw) <aider@aider.chat>
2025-11-20 15:37:40 -07:00
Nathan Schneider
26d4d4aac3 chore: add .aider* pattern to .gitignore 2025-11-20 15:37:38 -07:00
Nathan Schneider
0335519ee6 style: replace verbose ASCII patterns with comment and add print CSS
Co-authored-by: aider (openai/green-r-raw) <aider@aider.chat>
2025-11-20 15:32:05 -07:00
96f88cb7f4 Some additions of Metagov-adjacent projects 2025-11-19 23:38:44 +00:00
Nathan Schneider
e5790ad34a Fixed <title> 2025-11-18 15:28:05 -07:00
Nathan Schneider
5899006717 Configure site for /cg-ai subdirectory deployment
- Set base path to '/cg-ai' in astro.config.mjs
- Update favicon to use metagov.png with dynamic base path
- Add deployment documentation for subdirectory configuration
- Rebuild dist with correct asset paths

CSS and other assets will now load correctly when deployed
to example.com/cg-ai/

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-18 15:07:50 -07:00
Nathan Schneider
61bb405f99 Fix build error by moving zine.md out of content/ directory
Astro treats src/content/ as a content collection directory, which
caused a build error. Moved zine.md to src/data/ and updated
references in index.astro and README.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-18 15:00:22 -07:00
Nathan Schneider
33dab637ab Initial commit: Digital zine for Collective Governance for AI
Built with Astro featuring:
- Markdown-based content with automatic section splitting
- Interactive TOC sidebar with stack-style navigation
- ASCII background patterns unique to each section
- Scroll-based animations and highlighting
- Mobile-responsive with hamburger menu
- Black-and-white zine aesthetic

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-18 14:58:52 -07:00