You can self-host it on a "cheap" webhost and rsync the changes (that's the way I do it). Or you can integrate it with Github and host it with
- Netlify https://gohugo.io/hosting-and-deployment/hosting-on-netlify/
- AWS Amplify https://gohugo.io/hosting-and-deployment/hosting-on-aws-ampl...
- Cloudflare Pages https://developers.cloudflare.com/pages/framework-guides/dep...
to name a few. The hugo site has a couple of howtos.
Some hosting solutions require that the entire website is stored in a separate branch, others regenerate the HTML through a CI pipeline and store it in an object store.
You can self-host it on a "cheap" webhost and rsync the changes (that's the way I do it). Or you can integrate it with Github and host it with
- Netlify https://gohugo.io/hosting-and-deployment/hosting-on-netlify/
- AWS Amplify https://gohugo.io/hosting-and-deployment/hosting-on-aws-ampl...
- Cloudflare Pages https://developers.cloudflare.com/pages/framework-guides/dep...
to name a few. The hugo site has a couple of howtos.
Some hosting solutions require that the entire website is stored in a separate branch, others regenerate the HTML through a CI pipeline and store it in an object store.