This website now on GitLab Pages

Tagged as: , ,

This is how the current setup:-

  1. This website (devkini.xyz) is hosted on GitLab Pages.
  2. The source repo still on Github - https://github.com/devkini/devkini.xyz
  3. We use GitLab mirroring functionality to mirror the Github repo on GitLab - https://gitlab.com/devkini/devkini.xyz
  4. Every hour, GitLab will check on Github if there’s any new commits on the master branch.
  5. If there’s commit(s), GitLab will pull it and trigger a CI build.
  6. The CI config for building this website - https://github.com/devkini/devkini.xyz/blob/master/.gitlab-ci.yml

The main difference between GitLab Pages and Github Pages is that the former use the integrated CI to build the page. This mean we’re free to use whatever static site generator that we want instead of just limited to Jekyll on Github Pages. On top of that GitLab Pages also support HTTPS on custom domain ! You can see the new domain with ssl settings below:-

This of course require a browser/client with SNI support.

This image showing the CI runner building the page:-

Written on March 7, 2016 by kamal
About author

Lead Engineer at Xoxzo Inc. Develop web applications in Python/Django. Interested in open source and tech talent development.

Xoxzo.com provide API services for developer to develop messaging and voice based application. The postings on this site are my own and don't necessarily represent my employer's positions, strategies or opinions. I can be reached via Twitter @k4ml.

Ikuti perkembangan terkini melalui twitter kami @koditi atau FB Page fb.me/koditi.