me/config.toml
2023-10-18 00:31:26 +02:00

21 lines
354 B
TOML

baseURL = "https://acrimon.net"
languageCode = "en-us"
title = "acrimon.net"
[author]
name = "Joel Wejdenstål"
homepage = "acrimon.net"
[markup.highlight]
anchorLineNos = false
codeFences = true
guessSyntax = false
hl_Lines = ''
lineAnchors = ''
lineNoStart = 1
lineNos = true
lineNumbersInTable = true
noClasses = true
style = 'dracula'
tabWidth = 4