nostyleplease/config.toml
younsl f4b19aef86 style: improve formatting and alignment in config.toml
- Adjusted alignment and whitespace for better readability
- Maintained consistency between configuration items
2024-11-18 22:46:07 +09:00

40 lines
905 B
TOML

[module]
[module.hugoVersion]
extended = true
min = "0.41.0"
[markup]
[markup.goldmark]
[markup.goldmark.parser]
[markup.goldmark.parser.attribute]
block = true
title = true
[markup.highlight]
anchorLineNos = false
codeFences = true
guessSyntax = false
hl_Lines = ''
hl_inline = false
lineAnchors = ''
lineNoStart = 1
lineNos = false
lineNumbersInTable = true
noClasses = true
noHl = false
style = 'rrt'
tabWidth = 4
[markup.tableOfContents]
startLevel = 2
endLevel = 3
ordered = false
[params]
[params.theme_config]
appearance = "auto"
back_home_text = ".."
date_format = "2006-01-02"
isListGroupByDate = false
isShowFooter = true