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