3 Commits

Author SHA1 Message Date
LOUIS POTEVIN 611af1ac67 feat: add Home, Project, and Work Index views with responsive design and SEO enhancements
Deploy Documentation / check-and-deploy (push) Successful in 20s
- Implemented HomeView with a timeline layout, featuring sections for hero, profile, projects, stack, and contact.
- Created ProjectView to display individual project details, including status, highlights, and tech stack.
- Developed WorkIndexView to list all projects with breadcrumb navigation.
- Enhanced TypeScript configuration for improved module resolution.
2026-07-02 13:55:46 +02:00
LOUIS POTEVIN d1cc9de1f1 fix: replace em dashes with hyphens in README.md, package.json, scene.ts, projects.ts, site.ts, BaseLayout.astro, about.astro, contact.astro, index.astro, [slug].astro, and work/index.astro 2026-06-24 14:27:42 +02:00
LOUIS POTEVIN 15bc86b5a6 chore: initialize project with package.json and tsconfig.json
- Added package.json for project dependencies and scripts
- Included tsconfig.json for TypeScript configuration
2026-06-24 14:00:13 +02:00