The repository contains several projects and will not run optimaly in this current setup.
See the other projects repository/folder for their installation guild.
A list of which folder was a project is below in "other projects".
### Installation of the GitLab Pages
The gitlab pages are almost able to function out of the box, however an administrator have to configure the _config.yml file for the website to have it's intended functions.
### CI/CD
### CI/CD
### Other projects
### Other projects
### Local development
### Local development
To be able to develop or experiment with the project localy without having to commit every edit and wait for the ci/cd to execute the code.
First you need a local instance of Ruby: https://rubyinstaller.org/downloads/
On the left side in the table “With DEVKIT” choose “Ruby+Devkit 2.7.5-1 (x64)”. Click through the installation guild.
When Ruby is finished installing you can confirm it's installation in a terminal with the command “ruby -v”, confirme you possess the ruby version 2.7.
In a teminal at the root of the project, do the following commands:
- gem install bundler jekyll //instals jekyll and move dependencies in “Gemfile”
- bundle install //instals all dependencies from“Gemfile”
- bundle exec jekyll serve //Run Jekyll and host _site localt, the output is the local URL of the website