-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
97 lines (86 loc) · 2.49 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
baseurl = "/"
title = "Daniel Roelfs"
theme = "typography"
ignoreFiles = ["\\.qmd$", "\\.ipynb$", "\\.Rmd$", "\\.Rmarkdown$",
"_cache$", "index\\.html", "about\\.html", "static/blog/\\*_files/", "README.md",
".venv/"]
[markup]
defaultMarkdownHandler = "goldmark"
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[params]
introtag = "introduction"
intro = "PhD in computational neuroscience and psychiatry genetics, Data Scientist within anti-money laundering at DNB"
favicon = "avatar.png"
highlightstyle = "foundation"
iconsource = "tabler"
description = "Daniel Roelfs' personal website"
keywords = "blog, personal, coding"
customcss = ["custom_style.css"]
umami = true
umamilink = "https://web-analytics.danielroelfs.app/script.js"
umamiid = "10185115-89df-427f-9aea-8c3575857825"
# Social links
[[params.social]]
name = "GitHub"
icon = "brand-github"
weight = 1
url = "https://github.com/danielroelfs/"
[[params.social]]
name = "LinkedIn"
icon = "brand-linkedin"
weight = 2
url = "https://www.linkedin.com/in/danielroelfs/"
[[params.social]]
name = "Bluesky"
icon = "brand-bluesky"
weight = 3
url = "https://bsky.app/profile/danielroelfs.bsky.social"
[[params.social]]
name = "ORCID"
icon = "brand-pushbullet"
weight = 4
url = "https://orcid.org/0000-0002-1083-002X"
[[params.social]]
name = "Google Scholar"
icon = "school"
weight = 5
url = "https://scholar.google.com/citations?user=QmVQcsAAAAAJ&hl=en"
[[params.social]]
name = "Mail"
icon = "mail"
weight = 6
url = "mailto:[email protected]"
[[params.social]]
name = "danielroelfs.app"
icon = "apps"
weight = 7
url = "https://danielroelfs.app"
# Menu links
[menu]
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "Blog"
url = "/blog"
weight = 2
[[menu.main]]
name = "Photography"
url = "/photography"
weight = 3
identifier = "hide-from-nav"
[[menu.main]]
name = "Publications"
url = "/publications"
weight = 4
[[menu.main]]
name = "CV"
url = "/cv"
weight = 5
[[menu.main]]
name = "About"
url = "/about"
weight = 6