style: improve formatting and alignment in config.toml

- Adjusted alignment and whitespace for better readability
- Maintained consistency between configuration items
This commit is contained in:
younsl 2024-11-18 22:46:07 +09:00
parent a0684e5add
commit f4b19aef86

View File

@ -1,7 +1,7 @@
[module]
[module.hugoVersion]
extended=true
min = "0.41.0"
extended = true
min = "0.41.0"
[markup]
[markup.goldmark]
@ -9,29 +9,31 @@
[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
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
noClasses = true
noHl = false
style = 'rrt'
tabWidth = 4
[markup.tableOfContents]
startLevel = 2
endLevel = 3
ordered = false
endLevel = 3
ordered = false
[params]
[params.theme_config]
appearance = "auto"
back_home_text = ".."
date_format = "2006-01-02"
appearance = "auto"
back_home_text = ".."
date_format = "2006-01-02"
isListGroupByDate = false
isShowFooter = true
isShowFooter = true