blob: 7a9c6a0c0de59bab4358e9beb1d9f6adcdd6d52c (
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
|
title = "rgdd.se"
baseURL = "https://www.rgdd.se/"
theme = "www-theme"
disableKinds = ["taxonomy", "term"]
enableEmoji = true
[params]
author = "Rasmus Dahlberg"
description = "Personal website"
favicon = "" # path to a .ico to use as favicon
logo = "" # url or path to a logo to put in the header
[params.footer]
text = "cyigahm4clwlimo6mfl4yjie5fwfbhlbuag57xo3kimk6invht6ffrad.onion"
url = "http://cyigahm4clwlimo6mfl4yjie5fwfbhlbuag57xo3kimk6invht6ffrad.onion"
[params.style] # appearance options (can be omitted)
fontFamily = "Luxi Mono"
pageWidth = "750px"
avatarSize = "90px"
[[params.socialIcons]]
icon = "fab fa-git"
title = "git"
url = "https://git.rgdd.se/"
[[params.socialIcons]]
icon = "fab fa-github"
title = "GitHub"
url = "https://github.com/rgdd"
[[params.socialIcons]]
icon = "fab fa-gitlab"
title = "GitLab"
url = "https://gitlab.torproject.org/rgdd"
[[params.socialIcons]]
icon = "fab fa-gitlab"
title = "GitLab"
url = "https://git.glasklar.is/rgdd"
[[params.socialIcons]]
icon = "fab fa-mastodon"
title = "Mastodon"
url = "https://mastodon.social/@rgdd"
[[params.socialIcons]]
icon = "fab fa-linkedin"
title = "LinkedIn"
url = "https://www.linkedin.com/in/rgdd/"
[[params.socialIcons]]
icon = "fas fa-envelope"
title = "E-mail"
url = "mailto:rasmus@rgdd.se"
[permalinks]
"/" = "/:filename"
[menu]
[[menu.main]]
name = "Blog"
url = "/post"
weight = 1
[markup.goldmark.renderer]
unsafe = true # allow raw HTML in markdown files
|