25 lines
471 B
TOML
25 lines
471 B
TOML
baseURL = 'https://vanten-s.com/'
|
|
languageCode = 'en-us'
|
|
title = 'Vanten'
|
|
theme = 'vanten'
|
|
|
|
[markup]
|
|
[markup.highlight]
|
|
anchorLineNos = false
|
|
codeFences = true
|
|
guessSyntax = false
|
|
hl_Lines = ''
|
|
hl_inline = false
|
|
lineAnchors = ''
|
|
lineNoStart = 1
|
|
lineNos = true
|
|
lineNumbersInTable = true
|
|
noClasses = false
|
|
noHl = false
|
|
style = 'false'
|
|
tabWidth = 4
|
|
|
|
[markup.goldmark.renderer]
|
|
unsafe = true # Allow HTML in md files
|
|
|