This repo contains the code for my personal website at https://stefanomangini.com
The files are hosted here on GitHub but the website is hosted and deployed using Netlify, which offers more freedom wrt to github pages (and that's still free! :D)
Don't remember exactly how I did it 😅, but there are plenty of resources and tutorial online on how to use Netlify to deploy a website form a GitHub repository.
In this way, changing the website is incredibly easy, just:
- Modify the files on your local machine,
- commit and push the changes to the GitHub repository,
- Netlify will automatically detect the changes and build and publish the modified website in a matter of seconds.
Ain't that great?
The website is based on the amazing Hugo LoveIt theme.
Repo: https://github.com/dillonzq/LoveIt
The particle effect on the landing page uses particle.js, a lightweight JavaScript library for creating particles.
Repo: https://github.com/VincentGarreau/particles.js/
🎉 Thanks to the creators of these great and open-source libraries! 🎉