Skip to content
Snippets Groups Projects
Commit 59d5efe1 authored by Jacek Lebioda's avatar Jacek Lebioda
Browse files

chore: added a setting

parent 36d206f7
No related branches found
No related tags found
1 merge request!22chore: added a setting
Pipeline #22792 passed
This commit is part of merge request !22. Comments created here will be created in the context of that merge request.
......@@ -12,7 +12,7 @@ gem "jekyll", "~> 4.0"
gem "bundler", "> 2.0"
gem "minima", "~> 2.5"
gem 'jekyll-theme-lcsb-default', '~> 0.3'
gem 'jekyll-theme-lcsb-default', '~> 0.3.7'
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
# uncomment the line below. To upgrade, run `bundle update github-pages`.
......
......@@ -35,6 +35,9 @@ twitter_username: uni_lu
facebook_username: uni.lu
linkedin_schoolname: university-of-luxembourg
# If you want to override the link on the banner (by default it points to your index page), uncomment and change the following:
# banner_link: https://wwwen.uni.lu/
# Produces a cleaner folder structure when using categories
permalink: /:year/:month/:title.html
......
......@@ -52,6 +52,8 @@ You can test your website locally (on your machine).
## Please don't change/remove Gemfile and .gitlab-ci.yml files
They are mandatory in order for the website to work. First one contains the website dependencies, the second is responsible for building the website.
### If you want to have the banner link to different target (e.g. uni.lu's index site)
Uncomment `banner_link: https://wwwen.uni.lu/` in the `_config.yml`, and change it to your target URI.
## Common problems
### *The website is not updated after commiting to the repository!*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment