Where else do you host your Hugo site?

Hi all,

I’m curious to know other than Github Pages, where else people host their Hugo sites/blogs?

The reason I’m asking is I’m contemplating on whether to add support for Hugo on my Online CMS website.

I appreciate your inputs

It’s a static website generator so I can host on any host that can transmit HTML pages.

  • Cloudflare Pages
  • Vercel
  • Netlify
  • GitLab Pages
  • some small little hoster somewhere
  • my webserver on a Raspberry Pi
  • some computers in my intranet

The docs have more hosters.

3 Likes

Gitlab Pages (over 20k files) and Cloudflare Pages (under 20k files). Netlify I avoid due to recent controversies like https://news.ycombinator.com/item?id=39520776. Github also takes your site offline if they suspend your account.

Was on Render, but moved to Cloudflare for more granular control.
Quite impressed with Cloudflare

I host mine on Vercel. They have a Hugo template that makes everything pretty much plug-and-play. If you’re planning to use TailwindCSS for your project, I made a template for that.