summaryrefslogtreecommitdiff
path: root/config.toml
blob: dce663246a1ceac8a870e2eec37e248a4bd149c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
baseURL = "http://gustafrydholm.xyz/"
languageCode = "en-us"
title = "Gustaf Rydholm's Webpage"

[markup]
  [markup.highlight]
    anchorLineNos = false
    codeFences = true
    guessSyntax = false
    hl_Lines = ''
    hl_inline = false
    lineAnchors = ''
    lineNoStart = 1
    lineNos = false
    lineNumbersInTable = true
    noClasses = true
    noHl = false
    style = 'solarized-light'
    tabWidth = 2