Comment on Alternative to github pages?
fubarx@lemmy.world 1 week ago
AWS S3 lets you upload all content to a bucket, then mark it as a website. If usage is not too heavy, it can stay under the free tier.
But a favorite free one is Cloudflare pages: geeksforgeeks.org/…/deploying-static-website-to-c…
You can keep your content on github, connect it to a CF page, and have it auto-update on push to github.