personal-site/config.toml

19 lines
368 B
TOML

baseURL = "https://site.horhik.xyz/"
languageCode = "en-us"
title = "Horhik.xyz"
summaryLength=10
[markup]
[markup.highlight]
anchorLineNos = false
codeFences = true
guessSyntax = true
hl_Lines = ""
lineAnchors = ""
lineNoStart = 1
lineNos = true
lineNumbersInTable = true
noClasses = true
style = "dracula"
tabWidth = 2