-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
35 lines (31 loc) · 1.07 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
theme: "just-the-docs"
exclude:
- "*.pxm"
- .sass-cache/
- .jekyll-cache/
- gemfiles/
- Gemfile
- Gemfile.lock
- node_modules/
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
title: REMLA
description: >- # this means to ignore newlines until "baseurl:"
Release Engineering for Machine Learning Applications (CS4295).
baseurl: "/remla" # the subpath of your site, e.g. /blog
url: "https://se.ewi.tudelft.nl/" # the base hostname & protocol for your site, e.g. http://example.com
permalink: /:categories/:title/
surfdrive_id: "207BTysNQFuVZPE" # the hash from a surfdrive link
surfdrive: "https://surfdrive.surf.nl/files/index.php/s/207BTysNQFuVZPE"
# OOPP Specific things ----------------------------------------------------------------------------------------
color_scheme: tudelft
logo: "assets/images/tudelft.png"
# Links that show in the top right
aux_links:
"Brightspace":
- "https://brightspace.tudelft.nl/d2l/home/499353"
"Studyguide":
- "https://studiegids.tudelft.nl/a101_displayCourse.do?course_id=61258"
aux_links_new_tab: false