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, generating this example.
- To serve it as GitLab pages, it is based on the Jekyll Pages example; see this repo generating this example.
For reference, both these are cloned as git submodules in this repo, see folder submodules_for_reference.