horst-reimann/config.toml
2022-08-27 22:30:37 +02:00

25 lines
615 B
TOML

baseURL = 'https://horst-reimann.de/'
languageCode = 'de-de'
title = 'Horst Reimann'
theme = "introduction"
[params]
themeStyle = "dark"
showRSSButton = false # Show rss button in navigation
[markup]
defaultMarkdownHandler = "goldmark"
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
codeFences = true
guessSyntax = false
hl_Lines = ""
lineNoStart = 1
lineNos = false
lineNumbersInTable = true
# noClasses = true
# For styles, see https://xyproto.github.io/splash/docs/longer/all.html
style = "solarized-dark"
tabWidth = 4