# Help and support pages for JLU GitLab This project serves to create the website https://jlugitlab.gitlab.io/help/. To simplify writing, we use a Jekyll website published as Gitlab Pages, so we basically only have to write texts in Markdown and then push to this repository; GitLab CI is doing the rest. This is made possible by combining 2 projects: - The Jekyll code was tweaked to make it multilingual; see [this repo](https://github.com/sylvaindurand/jekyll-multilingual), generating [this example](https://sylvaindurand.github.io/jekyll-multilingual/). - To serve it as GitLab pages, it is based on the Jekyll Pages example; see [this repo](https://gitlab.com/pages/jekyll) generating [this example](https://pages.gitlab.io/jekyll/). For reference, both these are cloned as [git submodules](https://git-scm.com/book/en/v2/Git-Tools-Submodules) in this repo, see folder [submodules_for_reference](submodules_for_reference).