aboutsummaryrefslogtreecommitdiff
path: root/config.toml
blob: d938e94652c528a84ae9f45bb980419342b80108 (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
title = "rgdd.se"
baseURL = "https://www.rgdd.se"
theme = "researcher"
disableKinds = ["taxonomy", "term"]
enableEmoji = true

[params]
  author = "Rasmus Dahlberg"
  description = "A simple monospaced resume theme for Hugo."
  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"
    colorBlack = "#696969" # dark gray instead
    colorRed = "#006400" # dark green instead
  [[params.socialIcons]]
    icon = "fab fa-instagram"
    title = "Instagram"
    url  = "https://www.instagram.com/__rgdd"
  [[params.socialIcons]]
    icon = "fab fa-mastodon"
    title = "Mastodon"
    url  = "https://mastodon.social/@rgdd"
  [[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 = "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