-
Notifications
You must be signed in to change notification settings - Fork 38
/
Copy pathconfig.toml
38 lines (31 loc) · 949 Bytes
/
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
baseurl = "https://mutschler.eu/"
title = "Willi Mutschler"
theme = "hugo-theme-console"
languageCode = "en-us"
[markup]
[markup.goldmark]
[markup.goldmark.extensions]
[markup.goldmark.extensions.passthrough]
enable = true
[markup.goldmark.extensions.passthrough.delimiters]
block = [['\[[', '\]]'], ['$$', '$$']]
inline = [['\((', '\))']]
[params]
# Cutting off the page title to two chars for mobile (console-demo -> co)
titleCutting = true
# Set the animation style -- https://animate.style/
# To disable animations, please remove or comment animationStyle parameter
animateStyle = "animate__zoomIn animate__fast"
math = true
[[params.navlinks]]
name = "</>"
url = "/"
[[params.navlinks]]
name = "research/"
url = "/research/"
[[params.navlinks]]
name = "teaching/"
url = "/teaching/"
[[params.navlinks]]
name = "cv/"
url = "/files/cv/cv_mutschler.pdf"