blog/config.toml
2024-09-10 12:38:38 -06:00

20 lines
402 B
TOML

baseURL = 'https://blog.tavo.one/'
languageCode = 'es'
title = 'Blog de Tavo'
theme = 'blog'
[markup]
[markup.highlight]
anchorLineNos = true
codeFences = true
guessSyntax = false
hl_Lines = ''
hl_inline = false
lineAnchors = ''
lineNoStart = 1
lineNos = true
lineNumbersInTable = true
noClasses = true
noHl = false
style = 'gruvbox'
tabWidth = 4