summaryrefslogtreecommitdiff
path: root/config.toml
blob: f88023d3ba4a5d09fd8f4ff34db3d6b46a6f46eb (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
baseURL = "http://gustafrydholm.xyz/"
languageCode = "en-us"
title = "Gustaf Rydholm's Webpage"

[params]
favicon = "/favicon.svg"
stylesheet = "/style.css"
indexarticles = 50
taglist = true

[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-dark256'
tabWidth = 2
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true