This is the source code of my website, which contains my dev blog, my résumé, and some of my projects.
I am using SvelteKit as a static website generator and mdsvex to be able to write blog posts in markdown format.
My own content (blog posts, project info, CV) is stored on separate repositories.
Images are stored on Cloudinary and converted to webp
format at different dimensions for optimized image delivery.
Home page artwork © 2022 Giulia Bianchi based on a photograph by Raja Ouali
Boilerplate code relies heavily on Josh Collinsworth's sveltekit-blog-starter repo
Code icon created by Freepik - Flaticon
CSS reset based on Josh W. Comeau's custom CSS reset
Color palette based on Dracula Theme by Zeno Rocha
Code block styling based on Prism Dracula Theme