-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
66 lines (56 loc) · 1.21 KB
/
config.toml
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
63
64
65
66
baseURL = "https://juliusrueckin.github.io/"
languageCode = "en-us"
title = "Data Management and Data Exploration"
preserveTaxonomyNames = true
[menu]
[[menu.mainmenu]]
identifier = "chair"
name = "Chair"
url = "/"
weight = 1
[[menu.mainmenu]]
identifier = "team"
name = "Team"
url = "/team/"
weight = 2
[[menu.mainmenu]]
identifier = "teaching"
name = "Teaching"
url = "/teaching/"
weight = 3
[[menu.mainmenu]]
identifier = "publications"
name = "Publications"
url = "/publications/"
weight = 7
[[menu.mainmenu]]
identifier = "research"
name = "Research"
url = "/research/"
weight = 4
[[menu.mainmenu]]
identifier = "projects"
name = "Projects"
url = "/projects/"
weight = 5
[[menu.mainmenu]]
identifier = "data_science"
name = "Data Science"
url = "/data_science/"
weight = 6
[[menu.externalmenu]]
identifier = "B-IT"
name = "B-IT"
url = "http://www.b-it-center.de/"
weight = 8
[[menu.externalmenu]]
identifier = "uni-bonn"
name = "Universität Bonn"
url = "http://www.uni-bonn.de/"
weight = 9
[taxonomies]
conference = "conference"
year = "year"
publication_type = "publication_type"
research_area = "research_area"
author = "authors"