aboutsummaryrefslogtreecommitdiff
path: root/hugo.toml
diff options
context:
space:
mode:
authorAlexander Neonxp Kiryukhin <i@neonxp.ru>2025-01-02 19:52:06 +0300
committerAlexander Neonxp Kiryukhin <i@neonxp.ru>2025-01-02 19:52:06 +0300
commit99deed9ef6ab7624d5485ed582de015fae6b578b (patch)
tree461f800fc2d4ba4cdfec4a09b54950106dfd8c09 /hugo.toml
parent876f3e0ae68f46791aeecdaed398dfc91389c3c8 (diff)
Auto-commit 2025-01-02
Diffstat (limited to 'hugo.toml')
-rw-r--r--hugo.toml20
1 files changed, 11 insertions, 9 deletions
diff --git a/hugo.toml b/hugo.toml
index c428532..b1f8a50 100644
--- a/hugo.toml
+++ b/hugo.toml
@@ -104,17 +104,17 @@ table = true
taskList = true
[markup.goldmark.extensions.extras]
[markup.goldmark.extensions.extras.delete]
-enable = false
+enable = true
[markup.goldmark.extensions.extras.insert]
-enable = false
+enable = true
[markup.goldmark.extensions.extras.mark]
-enable = false
+enable = true
[markup.goldmark.extensions.extras.subscript]
-enable = false
+enable = true
[markup.goldmark.extensions.extras.superscript]
-enable = false
+enable = true
[markup.goldmark.extensions.passthrough]
-enable = false
+enable = true
[markup.goldmark.extensions.passthrough.delimiters]
block = []
inline = []
@@ -143,7 +143,7 @@ enableDefault = false
[markup.goldmark.renderHooks.link]
enableDefault = false
[markup.goldmark.renderer]
-hardWraps = true
+hardWraps = false
unsafe = true
xhtml = true
[markup.tableOfContents]
@@ -182,16 +182,18 @@ permalinkable = true
isHTML = false
protocol = "gemini://"
noUgly = true
+path = "gemini"
[outputFormats.Text]
name = "text"
mediaType = "text/plain"
baseName = "index"
isPlainText = true
-permalinkable = true
+permalinkable = false
isHTML = false
protocol = "gopher://"
-noUgly = true
+noUgly = false
+path = "text"
[outputFormats.TwTxt]
name = "twtxt"