Skip to content

Host a website on GitLab Pages

d❤vid edited this page Mar 15, 2017 · 1 revision
  1. Clone https://gitlab.com/pages/zim/tree/master into your own GitLab repo
  2. Adjust .gitlab-ci.yml and build_zim.sh
  3. Enable shared runners on your repo
  4. Your website will be generated at https://username.gitlab.io/projectname/
  5. (optional) Enable a custom domain name and TLS certificate. See https://pages.gitlab.io for details.

For an example, see https://pages.gitlab.io/zim/

Clone this wiki locally