generated from just-the-docs/just-the-docs-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
62 lines (56 loc) · 1.14 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
title: UvA Data Science
description: Data Science Course at the University of Amsterdam
theme: just-the-docs
url: https://multix-amsterdam.github.io/data-science-book-uva
aux_links:
GitHub: https://github.com/MultiX-Amsterdam/data-science-book-uva
collections:
lectures:
permalink: "/:collection/:path/"
output: true
modules:
permalink: "/:collection/:path/"
output: true
practices:
permalink: "/:collection/:path/"
output: true
assignments:
permalink: "/:collection/:path/"
output: true
others:
permalink: "/:collection/:path/"
output: true
just_the_docs:
collections:
lectures:
name: Lectures
nav_fold: false
modules:
name: Modules
nav_fold: false
practices:
name: Practices
nav_fold: false
assignments:
name: Assignments
nav_fold: false
others:
name: Others
nav_fold: false
callouts:
highlight:
color: yellow
important:
title: Important
color: blue
new:
title: New
color: green
note:
title: Note
color: purple
warning:
title: Warning
color: red
compress_html:
blanklines: true