22 lines
402 B
TOML
22 lines
402 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
|
||
|
|