Support for Gitlab
Opened this issue · 2 comments
Hello!
I use self hosted Gitlab instance as a version control. Is it possible to use Gitlab instead of Github?
Thanks!
It uses the GitHub API to make pull requests so would need to be adapted to support GitLab. Definitely possible, but how much work depends on how similar the APIs are!
If you really want static comments on GitLab, you may try Staticman. Just clone my demo repo and do the necessary config in _config.yml
and staticman.yml
and add @staticmanlab as a "developer" for your project.
-
demo site: https://vincenttam.gitlab.io/gl-jekyll/
-
related GitLab merge request: https://gitlab.com/pages/jekyll/merge_requests/35
-
related tutorial: https://vincenttam.gitlab.io/post/2018-09-16-staticman-powered-gitlab-pages/1/
-
credits: Eduardo Bouças for Staticman and Nicolas Tsim for Staticman PR 219