Commit Graph

3 Commits

Author SHA1 Message Date
wh-leader ada08a31be feat: add David profile photo to About page
CI/CD Pipeline / Build & Deploy (push) Failing after 48s
2026-05-11 12:25:30 +02:00
wh-leader 05036766e4 feat: recover portfolio pages from scratch workspaces
- Add base layouts (BaseLayout, BlogLayout, ProjectLayout)
- Add UI components (Header, Footer, Navigation, Card, Tag)
- Add About page with personal story
- Add Projects pages (index, detail)
- Add homepage content
- Add SEO files (robots.txt, webmanifest)

Work was done by agents in isolated workspaces.
Consolidated into main repo for proper git tracking.
2026-05-11 07:41:22 +02:00
wh-leader 85143c0b05 feat: initialize Astro project with Tailwind and TypeScript
- Astro 5.0 with TypeScript strict mode
- Tailwind CSS 3.4 configured with custom design system
- Project structure created (components, layouts, content, styles)
- Sitemap and RSS integrations added
- Build verified successfully

Fixes dependency conflict by using Astro 5 instead of 6
2026-05-10 11:29:24 +02:00