aboutsummaryrefslogtreecommitdiff
path: root/config.toml
blob: 4c8540fceca96c0cd5b179fa996daa0ebbd18a52 (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
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 = ""
    url = "o"
  [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-twitter"
    title = "Twitter"
    url = "https://twitter.com/__rgdd"
  [[params.socialIcons]]
    icon = "fab fa-github"
    title = "GitHub"
    url  = "https://github.com/rgdd"
  [[params.socialIcons]]
    icon = "fas fa-envelope"
    title = "E-mail"
    url = "mailto:rasmus@mullvad.net"

[permalinks]
  "/" = "/:filename"

[menu]
  [[menu.main]]
    name = "Blog"
    url = "/post"
    weight = 1

[markup.goldmark.renderer]
  unsafe = true  # allow raw HTML in markdown files