This site is built and deployed with Vercel. I'm really amazed by the simplicity and ease of static site hosting with Vercel. It has free templates for you to easily get started with.
Vercel supports free hosting for your hobby project. With a little bit of background in Javascript, CSS and HTML you can easily get started. One bonus point is you can also add custom domains to your hobby projects.
I like to measure the performance of the site and traction of my content, interestingly Vercel has support for both.
To deploy a new change push the changes to the github repo. Vercel automatically detects these changes and starts building the new version. It points the domain to a successful build, so that I don't have to worry about bringing the site down with a breaking change. It's also handles the dependencies for my next.js apps and make make my life easy.