astro-template/dev/continuity.md
Nicholai 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

55 lines
1.1 KiB
Markdown

# Continuity Log
Development log for tracking changes, decisions, and next steps.
## Entry Template
```markdown
## YYYY-MM-DD - Brief Description
### Changes
- What changed
- Why it changed
### Decisions
- Key decisions made
- Trade-offs considered
### Next Steps
- [ ] Follow-up items
```
---
## 2024-12-27 - Minimal Template Setup
### Changes
- Created minimal Astro development template
- Single example blog post showing MDX structure
- Minimal section examples (hero, experience, skills, featured-project)
- Simple contact page example
- Utility scripts: AVIF conversion, AI commit messages
- Design system documentation in `dev/design.json`
### Stack
- Astro 5 + React 19 + Tailwind CSS 4
- TypeScript
- MDX content collections
- Cloudflare Pages deployment
- pnpm package manager
### Structure
- Content-driven architecture with type-safe schemas
- Example content showing data structures
- Utility scripts for common tasks
- Clean development environment
### Next Steps
- [ ] Replace example content with your own
- [ ] Customize design system as needed
- [ ] Configure deployment
---
Add new entries below...