My Static Site Setup


I wanted to host my blog in Google Cloud, but there is no out of the box solution for static website hosting in Google Cloud like Azure Static Web Apps. In this post, I will explain my solution and which services I choose.

Hugo

To create the site I use Hugo, a static site generator. With Hugo I can use markdown to format my pages and Hugo will create static HTML. To modify the look of the site, Hugo supports themes.

https://gohugo.io/

GitHub & Github Actions

After every content change, it is nessecary to run Hugo, to create new HTML files.

Google Cloud Storage

Cloudflare

Maybe later: