953 B
953 B
| id | title | status | priority | created_date | labels | ||
|---|---|---|---|---|---|---|---|
| task-001 | Initial toolkit setup | Done | high | 2025-12-15 23:35 |
|
Description
Created the mycro-zine repository with core utilities for generating print-ready 8-page mini-zines.
Acceptance Criteria
- Repository structure created (src/, examples/, output/)
- Layout script generates single-page output (2x4 grid)
- Prompt templates for AI content/image generation
- Example Undernet zine pages included
- Pushed to Gitea and GitHub
Implementation Notes
Repository locations:
- Gitea: gitea.jeffemmett.com:jeffemmett/mycro-zine
- GitHub: github.com/Jeff-Emmett/mycro-zine
Files created:
src/layout.mjs- Print layout generator (all 8 pages on one 8.5"x11" sheet)src/prompts.mjs- Prompt templates for AI generationsrc/index.mjs- Main entry point and exportsexamples/undernet/- 8 example zine pages
Test with: npm run example