mirror of
https://gitlab.com/tavo-wasd/blog.git
synced 2025-06-06 14:23:30 -06:00
20 lines
402 B
TOML
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
|