aboutsummaryrefslogtreecommitdiff
path: root/hugo.toml
diff options
context:
space:
mode:
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"