diff options
| author | verdant <i@glowisle.me> | 2026-02-10 21:32:13 +0800 |
|---|---|---|
| committer | verdant <i@glowisle.me> | 2026-02-10 21:32:13 +0800 |
| commit | f2a2afef8206651c262cc5369552903dc4f0c194 (patch) | |
| tree | c62adcb5cd0712f03cf72b0d399f319078ccfaa6 /hugo.toml | |
| parent | 52dad45959de011113cdcd24b8f8a191fa871ad8 (diff) | |
| download | blog-f2a2afef8206651c262cc5369552903dc4f0c194.tar.gz blog-f2a2afef8206651c262cc5369552903dc4f0c194.zip | |
docs: add post "gnus-guide"
Diffstat (limited to 'hugo.toml')
| -rw-r--r-- | hugo.toml | 50 |
1 files changed, 20 insertions, 30 deletions
@@ -15,36 +15,26 @@ copyright = "Copyright © 2024, GlowIsle." protocol = "http://" path = "" # 保持路径在根目录 -[markup] - defaultMarkdownHandler = "goldmark" - [markup.highlight] - codeFences = true - guessSyntax = true - lineNos = true - lineNumbersInTable = true - noClasses = false - style = "onedark" - tabWidth = 4 - - [markup.goldmark] - [markup.goldmark.extensions] - definitionList = true - footnote = true - linkify = true - strikethrough = true - table = true - taskList = true - typographer = true - - [markup.goldmark.parser] - attribute = true - autoHeadingID = true - autoHeadingIDType = "github" - - [markup.goldmark.renderer] - unsafe = true - hardWraps = false - xHTML = false + +[markup.goldmark.renderer] +unsafe = true + +[markup.goldmark.parser] + [markup.goldmark.parser.attribute] + block = true + title = true + wrapStandAloneImageWithinParagraph = false + +[markup.goldmark.extensions] + [markup.goldmark.extensions.extras] + [markup.goldmark.extensions.extras.mark] + enable = true + +[markup.highlight] +guessSyntax = true +noClasses = true +style = "evergarden" +tabWidth = 4 [taxonomies] category = "categories" |
