# Welcome to Jekyll! # # This config file is meant for settings that affect your whole blog, values # which you are expected to set up once and rarely edit after that. If you find # yourself editing this file very often, consider using Jekyll's data files # feature for the data you need to update frequently. # # For technical reasons, this file is *NOT* reloaded automatically when you use # 'bundle exec jekyll serve'. If you change this file, please restart the server process. # Site settings # These are used to personalize your new site. If you look in the HTML files, # you will see them accessed via {{ site.title }}, {{ site.email }}, and so on. # You can create any custom variable you would like, and they will be accessible # in the templates via {{ site.myvariable }}. title: R3 pages email: lcsb-sysadmins@example.com description: >- # this means to ignore newlines until "baseurl:" Responsible and Reproducible Research (R3). The aim of the R3 initiative at the LCSB is to raise research quality and increase the overall reproducibility of scientific results. This ambitious goal is achieved through state-of-the-art infrastructure, GDPR compliant data processes and data handling methods, as well as platforms and tools for high-quality scientific computing code. # URL settings that will be used to access on your local machine # Note #1: by default you will need to use port 4000 (https://localhost:4000/website) to access the website in your browser running on your machine with `bundle exec jekyll serve` # Note #2: the configuration used in GitlabCI is generated in `.gitlab-ci.yml` file automatically for you, if you need to change that - do it there baseurl: "/website" url: "https://localhost" banner: default # When you have custom images, change this setting's value to the name of the folder containing them logo: small # Change to "big" (without quotas) in case of having broad logo twitter_username: uni_lu facebook_username: uni.lu linkedin_schoolname: university-of-luxembourg # Build settings markdown: kramdown #kramdown: #parse_block_html: true theme: jekyll-theme-lcsb-default plugins: - jekyll-feed - jekyll-paginate-v2 - jekyll-theme-lcsb-frozen-components - jekyll-redirect-from - jekyll-spaceship # Produces a cleaner folder structure when using categories permalink: /:year/:month/:title.html # Pagination Settings pagination: enabled: true title: ':title - page :num of :max' per_page: 7 permalink: '/page/:num/' limit: 0 sort_field: 'date' sort_reverse: true trail: before: 2 after: 2 jekyll-spaceship: processors: - media-processor # Exclude from processing. # The following items will not be processed, by default. Create a custom list # to override the default setting. # exclude: # - Gemfile # - Gemfile.lock # - node_modules # - vendor/bundle/ # - vendor/cache/ # - vendor/gems/ # - vendor/ruby/ # GDPR banner settings banner_title: >- This website needs some cookies and similar means to function. banner_text: >- If you permit us, we will use those means to collect data on your visits for aggregated statistics to improve our service. banner_accept_text: >- Accept cookies for aggregated statistics banner_refuse_text: >- No thanks, only technically necessary cookies banner_more_text: >- More information doNotTrack_text: >- Do Not Track is enabled cookies_expire: 180 # days analyticsurl: https://analytics.lcsb.uni.lu/hub/ lapurl: https://analytics.lcsb.uni.lu/lap/ siteID: 16 cookieName: r3lab accept_all_text: >- Aggregate statistics cookies accepted only_necessary_text: >- Only necessary cookies accepted path_policy: privacy-policy logo_policy: https://analytics.lcsb.uni.lu/lap/static/logos/r3-logo.svg timeout_hidebanner: 500 # milliseconds cookieDomain: 'r3lab.uni.lu' # track visitors across all subdomains of a given domain; set to * to ignor#