astro-template/dev/design.json
Nicholai d10198a3b6 refactor: simplify Astro template to minimal components
- Remove elaborate UI components (CustomCursor, SearchDialog, GridOverlay, ThemeToggle, ThemePreferenceDialog, Navigation, Footer, section components, blog components)
- Strip portfolio and section content
- Reduce global.css to basic typography and prose
- Simplify BaseHead and BlogCard components
- Update content config to only blog collection
- Update README and CLAUDE.md with minimal guidance
- Adjust routes to basic pages (index, blog, contact, 404)
- Delete unused files (dev/injection.md, dev/open-source-vfx-pipeline.mdx, etc.)
2025-12-27 05:22:01 -07:00

12 lines
320 B
JSON

{
"_readme": "Design system documentation. Add your design tokens, color palette, typography scale, and component patterns here as your project grows.",
"design_system": {
"name": "Your Design System",
"version": "1.0.0",
"colors": {},
"typography": {},
"spacing": {},
"components": {}
}
}