aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/_default/hugo.toml (renamed from config/_default/config.toml)5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/_default/config.toml b/config/_default/hugo.toml
index e2e77ea..78f2292 100644
--- a/config/_default/config.toml
+++ b/config/_default/hugo.toml
@@ -10,9 +10,14 @@
baseName = "atom"
[outputFormats.Gemini]
mediaType = "text/gemini"
+ isPlainText = true # Disable HTML renderer
+ isHTML = false # Disable LiveReload, alias redirect, etc.
+ permalinkable = true
+ protocol = "gemini://"
[outputFormats.Gemini_Atom]
mediaType = "application/atom"
baseName = "atom"
+ protocol = "gemini://"
[markup]
[markup.goldmark]