-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.toml
More file actions
76 lines (61 loc) · 1.87 KB
/
config.toml
File metadata and controls
76 lines (61 loc) · 1.87 KB
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
71
72
73
74
75
76
baseURL = "https://aidos.group/"
languageCode = "en-us"
title = "AIDOS Lab"
theme = "brevis"
enableGitInfo = true
[params]
description = "The AIDOS Lab at the University of Fribourg builds principled methods at the intersection of geometry, topology, and machine learning to reveal hidden structure in complex data."
googleTagID = "G-Z7H79RP4BR"
ogImage = "logo_with_byline.png"
ignoreFiles = ['publications.md$']
[markup]
[markup.goldmark.renderer]
unsafe = true
[markup.goldmark.extensions]
typographer = true
[markup.tableOfContents]
endLevel = 3
[[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 = "Blog"
pageRef = "/blog"
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
[params.footer.logos]
text = """
<a href="https://www.unifr.ch"><img src="/signet_unifr.svg" height="64" alt="University of Fribourg"></a>
<a href="https://en.wikipedia.org/wiki/Rainbow_flag_(LGBTQ)"><img src="/progress_flag.svg" height="64" 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>.
"""