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.
This commit is contained in:
LOUIS POTEVIN
2026-07-02 13:55:46 +02:00
parent 4946d2586c
commit 611af1ac67
50 changed files with 8134 additions and 2873 deletions
+13 -13
View File
@@ -1,28 +1,28 @@
{
"name": "louis-potevin-dev",
"type": "module",
"version": "1.0.0",
"name": "louis-potevin.dev",
"version": "2.0.0",
"private": true,
"description": "Portfolio Louis Potevin - louis-potevin.dev. Astro + Nova Design System.",
"engines": {
"node": ">=22.12.0"
},
"type": "module",
"description": "Portfolio of Louis Potevin - full-stack developer. Astro + TypeScript + Sass, powered by Nova Design System.",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
"check": "astro check"
},
"dependencies": {
"@astrojs/sitemap": "^3.7.3",
"@lucide/astro": "^1.21.0",
"@lucide/astro": "^1.23.0",
"@types/three": "^0.185.0",
"@unkn0wndo3s/nova-design-system": "^1.2.1",
"astro": "^7.0.2",
"astro": "^7.0.5",
"lenis": "^1.3.25",
"sass": "^1.101.0",
"simple-icons-astro": "^16.1.0",
"three": "^0.184.0"
"three": "^0.185.1"
},
"devDependencies": {
"@types/three": "^0.184.0",
"sass": "^1.101.0"
"@astrojs/check": "^0.9.9",
"typescript": "^6.0.3"
}
}