Using Hugo, Gitlab Pages, and Cloudflare to Create and Run a Free Static Website

Using Hugo, Gitlab Pages, and Cloudflare to Create and Run a Free Static Website

When I decided to start this blog for the reasons outlined in my first post, I was already familiar with GitLab Pages, and the MkDocs static site generator. Once everything is in order, we can simply follow GitLab’s instructions for pushing our existing project folder:

Finally, we get to the exciting part: Having our site built and published on every new commit to the repository. All your static sites hosted with GitLab Pages and served via Cloudflare will be accessible over HTTPS without any additional configuration.

Source: tkainrad.dev