Setting up a GitLab Pages website - lmmx/devnotes GitHub Wiki
GitLab Pages runs on a CI (continuous integration) YAML config, and doesn’t try to hide all the internals like GitHub Pages does (in GitHub you just manage it all via the web interface, not so much with config files)
- I watched this video tutorial: https://youtu.be/cERdbQ-GgOo which refers to the guide here: Hosting on GitLab.com with GitLab Pages
- The official guide here suggests leaving the CI YAML empty