diff options
author | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-12-20 00:13:19 +0300 |
---|---|---|
committer | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-12-20 00:13:19 +0300 |
commit | dabea0efa5b58f6da478549d3889a56d5d1b5a09 (patch) | |
tree | 98ef67e651ad43aa467d20e6ea3e159b79a95008 /hugo.toml | |
parent | f7c7f91ec0ffeddbfd3676cccd43edfb66c7d05d (diff) |
Auto-commit 2024-12-20
Diffstat (limited to 'hugo.toml')
-rw-r--r-- | hugo.toml | 24 |
1 files changed, 21 insertions, 3 deletions
@@ -106,10 +106,28 @@ lineNos = false lineNumbersInTable = true tabWidth = 4 +[mediaTypes] +[mediaTypes."text/gemini"] +suffixes = ["gmi"] +[mediaTypes."text/plain"] +suffixes = ["txt"] + [outputs] -page = ["html"] -home = ["html", "json"] -section = ["html", "rss", "json"] +page = ["html", "gemini"] +home = ["html", "json", "gemini"] +section = ["html", "rss", "json", "gemini"] +taxonomy = ["html", "gemini"] +term = ["html", "gemini"] + +[outputFormats.Gemini] +name = "gemini" +mediaType = "text/gemini" +baseName = "index" +isPlainText = true +permalinkable = true +isHTML = false +protocol = "gemini://" +noUgly = true [pagination] disableAliases = false |