Personal portfolio of Julien Da Cunha — Cloud & DevOps Engineer, Geneva.
Built with Astro. Fully static, multilingual (EN /, FR /fr/, ES /es/).
npm install
npm run dev # local dev server
npm run build # static build to dist/
npm run preview # preview the production buildsrc/i18n/— typed translation dictionaries (en, fr, es)src/components/— page sections (Hero, About, Timeline, …)src/pages/— one page per locale, all renderingPortfolio.astropublic/— favicon, robots.txt, .htaccess, static images
Pushes to main trigger the GitHub Actions workflow, which builds the site
and uploads dist/ to OVHcloud over SFTP.