2 Commits

Author SHA1 Message Date
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
d384abea33 feat: add initial scaffolding, configuration, and documentation
- Create .gitignore, .env.example, README.md, LICENSE
- Add astro.config.mjs and template.config.json
- Scaffold .vscode extensions, launch, and settings
- Add CLAUDE.md with development commands and guidelines
- Include public assets, fonts, and media files
- Add src components, layouts, pages, and utils
- Add cursor rules and worktrees configuration
- Add package.json, pnpm-lock.yaml, and tsconfig.json
2025-12-27 04:37:55 -07:00