I would like to convert my WP site into Hugo site. While knowing that Hugo is static, I still would like to keep some essential features if possible. At the same time, hosting Hugo site on different servers has distinct feature limitation( I assume)
Let’s say we would like our Hugo sites have the following features:
1.contact form (ideally, we don’t need use paid third party, if not, any self-host, or google form can do the job?)
2.online chat.(wonder if we can use rocket.chat with Hugo site).
On https://gohugo.io, we can see
Host on AWS Amplify
host on Netlify
Host on Render
Host on Firebase
Host on GitHub
Host on GitLab
Hosting on KeyCDN
Host on Cloudflare Pages
Can we host Hugo site on GitHub.com still have the above features ? if not, Any of the above hosting services can meet the feature requirements?
Thank you.