What are my best options for hosting a static site on Australian servers?
Previously I was using a normal web hosting service but they don’t work very well with static site generators and are usually overpriced for what I want.
Ideally I’d like a service like Cloudflare pages or GitHub pages, etc., i.e. there is good integration with git as my site is generated using Hugo.
If you only care about australia based for latency reasons give netlify a look.
Super easy to hook up to your git repo and will probably even detect Hugo and configure stuff automatically
Have been really happy with it hosting a couple mostly static websites I’ve done