forked from timothygebhard/mbackendal.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
98 lines (80 loc) · 2.46 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
# Global options
baseURL = "/"
canonifyURLs = true
copyright = "© 2023 by Matilda Backendal. <a href='/privacy'>Privacy policy</a>."
defaultContentLanguage = "en"
disableKinds = ["taxonomy", "taxonomyTerm"]
languageCode = "en"
theme = "barks"
title = "Matilda Backendal"
# Main menu
[[menu.main]]
name = "About"
url = "/about"
weight = 2
[[menu.main]]
name = "Publications"
url = "/publications"
weight = 2
#[[menu.main]]
# name = "Teaching"
# url = "/teaching"
# weight = 2
# Customization options
[params]
[params.head]
author = "Matilda Backendal"
custom_css = "/custom.css"
description = "Hi, I'm Matilda"
keywords = ["cryptography", "academic", "ETH", "security", "doctorate"]
[params.navigation]
show_navigation = true
[params.footer]
show_footer = true
[params.typography]
# title_font = "Urbanist"
title_font = "Cutive Mono"
body_font = "Source Sans Pro"
[params.colors]
theme_color = "#333333"
background_color = "#fcfbf9"
text_color = "#333333"
link_color = "#17442a"
[params.social]
[params.social.email]
name = "E-Mail"
class = "fas fa-envelope"
url = "mailto:mbackendal@inf.ethz.ch"
weight = 1
[params.social.github]
name = "GitHub"
class = "fab fa-github"
url = "https://github.com/mbackendal"
weight = 2
[params.social.google_scholar]
name = "Google Scholar"
class = "ai ai-google-scholar-square"
url = "https://scholar.google.com/citations?user=oZZHf5EAAAAJ&hl=en"
weight = 3
[params.social.institution]
name = "My institution"
class = "fas fa-university"
url = "https://appliedcrypto.ethz.ch/people/person-detail.MjYyODM0.TGlzdC8zMzE4LC0yODgzMDgzMDc=.html"
weight = 5
[params.social.linkedin]
name = "LinkedIn"
class = "fab fa-linkedin"
url = "https://linkedin.com/in/matilda-backendal"
weight = 6
[params.social.orcid]
name = "ORCID iD"
class = "fab fa-orcid"
url = "https://orcid.org/0000-0002-8677-8301"
weight = 7
# Options for Markdown renderer
[markup]
[markup.goldmark.renderer]
unsafe = true
xHTML = true
[markup.highlight]
style = 'dracula'