I'm Claudio Ortolina and this is the source code for my website, an old-fashioned blog where I post about all sorts of topics.
Deployed via CloudFlare Pages.
The website is built with Hugo and it uses the Hello Friend theme without any customization.
Assuming you have Hugo installed, it's just a matter of:
- Cloning this repository
- Run
git submodule init
andgit submodule update
to pull theme files - Run
hugo server
to build for development with live reload