-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
90 lines (81 loc) · 1.94 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
baseurl = "https://sbaack.com"
title = "Stefan Baack"
theme = "hugo-coder"
enableEmoji = false
[params]
author = "Stefan Baack, PhD"
info = "Researcher and data analyst at the Mozilla Foundation"
description = "Stefan Baack's personal website"
keywords = "blog,researcher,personal"
avatarurl = "images/me.jpg"
# favicon_32 = "images/favicon-32x32.png"
# favicon_16 = "images/favicon-16x16.png"
since = 2013
enableTwemoji = true
colorScheme = "auto"
hidecolorschemetoggle = false
[taxonomies]
category = "categories"
tag = "tags"
# customCSS = ["css/custom.css"]
# customSCSS = ["scss/custom.scss"]
# customJS = ["js/custom.js"]
# Social links
[[params.social]]
name = "Mastodon"
icon = "fa-brands fa-mastodon fa-2x"
weight = 1
url = "https://infosec.exchange/@tootbaack"
[[params.social]]
name = "ORCID"
icon = "fa-brands fa-orcid fa-2x"
weight = 2
url = "https://orcid.org/0000-0002-2464-7699"
[[params.social]]
name = "Google Scholar"
icon = "fa-brands fa-google-scholar fa-2x"
weight = 3
url = "https://scholar.google.com/citations?hl=en&user=cphFdLUAAAAJ"
[[params.social]]
name = "Github"
icon = "fa-brands fa-github fa-2x"
weight = 4
url = "https://github.com/sbaack/"
[[params.social]]
name = "LinkedIn"
icon = "fa-brands fa-linkedin fa-2x"
weight = 5
url = "https://www.linkedin.com/in/stefanbaack/"
[[params.social]]
name = "Twitter"
icon = "fa-brands fa-x-twitter fa-2x"
weight = 6
url = "https://twitter.com/tweetbaack/"
[[params.social]]
name = "RSS"
icon = "fa-solid fa-rss fa-2x"
weight = 7
url = "https://sbaack.com/index.xml"
rel = "alternate"
type = "application/rss+xml"
# Menu links
[[languages.en.menu.main]]
name = "About"
weight = 1
url = "/pages/about"
[[languages.en.menu.main]]
name = "Contact"
weight = 2
url = "pages/contact"
[[languages.en.menu.main]]
name = "Publications"
weight = 3
url = "pages/publications"
[[languages.en.menu.main]]
name = "Talks"
weight = 4
url = "pages/talks"
[[languages.en.menu.main]]
name = "Blog"
weight = 5
url = "posts/"