> … and no risk of platforms disappearing or changing policies. Those risks still exist. GitHub and Cloudflare can do these things at any moment.
I hosted mine in AWS S3 with CloudFront for Https and custom domain. Using Hugo too. I wrote Cloudformation template for whole setup [0], just create the CFN stack using template in AWS. Then copy public html to S3 using "aws s3 sync" and done!
[0] https://github.com/neutor/bite-sized-aws/blob/main/static-s3...