-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
70 lines (57 loc) · 1.97 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
67
68
69
70
baseURL = "http://aidos.group/"
languageCode = "en-gb"
title = "AIDOS Lab"
theme = "brevis"
enableGitInfo = true
[params]
description = "Website of the AIDOS Lab, an international lab of researchers interested in geometry, topology, and machine learning."
googleTagID = "G-Z7H79RP4BR"
ignoreFiles = ['publications.md$']
[markup]
[markup.goldmark.renderer]
unsafe = true
[markup.goldmark.extensions]
typographer = true
[[menu.main]]
name = "Welcome"
pageRef = "/"
weight = -150
[[menu.main]]
name = "Guide"
url = "/guide"
weight = -100
[[menu.main]]
name = "People"
pageRef = "/people"
weight = -90
[[menu.main]]
name = "Research"
pageRef = "/research"
weight = -80
[[menu.main]]
name = "Theses"
pageRef = "/theses"
weight = -80
[[menu.main]]
name = "Get In Touch"
pageRef = "/contact"
weight = -70
[[menu.main]]
name = "Wiki"
url = "/wiki/"
weight = -70
# Ditto (see above), but for the footer.
[params.footer.logos]
text = """
<a href="https://www.unifr.ch"><img src="/signet_unifr.svg" height="32" alt="University of Fribourg" /></a>
<a href="https://www.helmholtz-muenchen.de/en"><img src="/logo_helmholtz_munich.svg" height="32" alt="Helmholtz Munich" style="padding-left:16px" /></a>
<a href="https://www.tum.de"><img src="/logo_tum.svg" height="32" style="padding-left:16px" alt="Technical University of Munich" /></a>
<a href="https://en.wikipedia.org/wiki/Rainbow_flag_(LGBTQ)"><img src="/progress_flag.svg" height="32" style="padding-left:16px; padding-right:16px" alt="Pride flag" /></a>
"""
[params.footer.license]
text = """
All external logos are copyrighted and may not be used without
express permission. The remainder of the content, if not specified otherwise,
has been created by <a href="https://bastian.rieck.me">Bastian Rieck</a>
and is licensed under a <a href="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.
"""