2 Commits

Author SHA1 Message Date
c1f676c733 refactor: clean up template structure and update documentation
- Delete legacy component files (BlogFilters, PostNavigation, ReadingProgress, TableOfContents, RelatedPosts, Experience, FeaturedProject, Hero, Skills)
- Remove obsolete init-template.js and template.config.json
- Update CLAUDE.md and README.md with new command list
- Delete SETUP.md and unused content files
- Refactor content config and blog index logic
- Adjust layout and page files for new structure
2025-12-27 04:53:44 -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