Host websites – Just edit, push, and your changes are live.
Follow GitLabs guide here. You can use any static site generator but I’m using Jekyll.
Like Github you can have a single user site and unlimited project sites.
(or clone an existing)
NB. Ensure _config.yml
contains permalink: pretty
so that Jekyll builds eg about.md as /about/index.html not /about.html so then links to /about/ work (this isnt need on GitHub; ref)
Or in Soucetree:
/code/helloworld
https://gitlab.com/drmikegardner/helloworld.git
Or in Sourcetree:
https://<username>.gitlab.io/<projectname>
eg https://drmikegardner.gitlab.io/helloworld