I’ve changed a bit my stuff online lately.
This blog it’s one of the changes, It uses Hugo to generate a static site from markdown pages using the nice kiss theme.
You can find the source code for it here
The other is the code repository, I used a gitea instance, I’ve changed now my personal repo to be https://git.scompo.it.
There you can find an instance of git-web.
Both https://git.scompo.it and https://blog.scompo.it use TLS certificates from Let’s Encrypt served by Nginx.
The TLS configuration wasn’t too difficult to setup, the documentation was pretty good and certbot with the --nginx
did most of the annoying stuff for me.