blob: 0d29f9becc7c5e6cdf042f7a09da12750a7c01f7 (
plain)
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
|
title = ""
baseURL = "https://www.sigsum.org/"
theme = "researcher"
[params]
author = "The Sigsum Project"
description = "The Sigsum Project website"
favicon = "/media/avatar.ico"
logo = "/media/logo.svg"
[params.footer]
text = "er3n3jnvoyj2t37yngvzr35b6f4ch5mgzl3i6qlkvyhzmaxo62nlqmqd.onion"
url = "https://er3n3jnvoyj2t37yngvzr35b6f4ch5mgzl3i6qlkvyhzmaxo62nlqmqd.onion/"
[params.style] # appearance options (can be omitted)
fontFamily = "Outfit"
pageWidth = "750px"
avatarSize = "90px"
[[params.socialIcons]]
icon = "fab fa-git"
title = "git"
url = "https://git.sigsum.org/"
[[params.socialIcons]]
icon = "fas fa-envelope"
title = "E-mail"
url = "https://lists.sigsum.org/"
[menu]
[[menu.main]]
name = "Docs"
url = "/docs"
weight = 1
[[menu.main]]
name = "Contact"
url = "/contact"
weight = 2
[[menu.main]]
name = "About"
url = "/about"
weight = 3
[markup.goldmark.renderer]
unsafe = true # allow raw HTML in markdown files
|