The Gitlab pages system provides the functionality of hosting static web pages directly from your repositories. These can be dynamically generated on each change using CI/CD system or static files in the repository itself.
*.gitpage.si domain
        The Pages platform uses the *.gitpage.si domain.
        
        If the repository is located at gitplac.si/fri-vss/zapiski-in-material then the public website can be accessed
        via fri-vss.gitpage.si/zapiski-in-material. You can also use a unique domain, which would in this case be
        zapiski-in-material-fri-vss-{uniqueid}.gitpage.si (with {uniqueid} being a ~46 character long
        alphanumerical string). Read more about Pages addressing in Gitlab's official
        documentation.
      
Since end of May 2024 Gitplac also supports custom domains for your gitlab pages projects. This means that you can host your static website on your own domain using Gitplac's pages system. Read more about custom domains in Gitlab's offical docs.