My personal website
Find a file
Lorenzo Iovino df04844ca2 feat: implement dark mode with theme toggle
- Add dark mode support across all components and pages
- Implement theme toggle button in navbar (desktop and mobile)
- Fix desktop theme toggle icon visibility issue
- Add dark mode color variants to all text, backgrounds and components
- Update Tailwind config to enable class-based dark mode
- Add dark mode support to prose styles for blog content
- Persist theme preference in localStorage
- Update all pages (index, bio, blog) with dark mode colors
- Optimize images (me.png and me-baby.jpg)
2026-01-09 16:20:24 +01:00
.github/workflows fix(ci): update pnpm version to 10.x and fix lockfile compatibility 2026-01-08 16:52:31 +01:00
.zed featmigrate from Angular to Astro static site 2026-01-08 16:46:17 +01:00
public feat: implement automatic image optimization with Astro Assets 2026-01-08 17:52:58 +01:00
src feat: implement dark mode with theme toggle 2026-01-09 16:20:24 +01:00
.biomeignore featmigrate from Angular to Astro static site 2026-01-08 16:46:17 +01:00
.env featmigrate from Angular to Astro static site 2026-01-08 16:46:17 +01:00
.gitignore feat: implement automatic image optimization with Astro Assets 2026-01-08 17:52:58 +01:00
.npmrc fix(ci): update pnpm version to 10.x and fix lockfile compatibility 2026-01-08 16:52:31 +01:00
.prettierignore featmigrate from Angular to Astro static site 2026-01-08 16:46:17 +01:00
.prettierrc.json featmigrate from Angular to Astro static site 2026-01-08 16:46:17 +01:00
astro.config.mjs perf: reduce image sizes to stay under 100KB threshold 2026-01-08 18:09:08 +01:00
biome.json featmigrate from Angular to Astro static site 2026-01-08 16:46:17 +01:00
package.json feat: implement automatic image optimization with Astro Assets 2026-01-08 17:52:58 +01:00
pnpm-lock.yaml feat: implement automatic image optimization with Astro Assets 2026-01-08 17:52:58 +01:00
README.md featmigrate from Angular to Astro static site 2026-01-08 16:46:17 +01:00
tailwind.config.js feat: implement dark mode with theme toggle 2026-01-09 16:20:24 +01:00
tsconfig.json featmigrate from Angular to Astro static site 2026-01-08 16:46:17 +01:00

lorenzoiovino.com

My personal website

This project is built with Astro and TailwindCSS.

Tech Stack

  • Framework: Astro - Static site generator
  • Styling: TailwindCSS - Utility-first CSS framework
  • Package Manager: pnpm
  • Language: TypeScript

🌐 Deployment

The site is configured to be deployed as a static site. The build output is in the dist/ directory.

Author

Lorenzo Iovino