aboutsummaryrefslogtreecommitdiff
path: root/config/_default
diff options
context:
space:
mode:
authorNicholas Johnson <mail@nicholasjohnson.ch>2024-11-07 00:00:00 +0000
committerNicholas Johnson <mail@nicholasjohnson.ch>2024-11-08 00:00:00 +0000
commit86ed54e73b7f8c86f4e3150cfae59f438820f81a14cb53958089db3bd2b61a2e (patch)
tree4db4cdb04f45ad2a9fcf7ff9c4451447441b84585c915d5d11ec6daa1ee89794 /config/_default
parente8ce80b80dc1ebfc1db1e0cee7a7f7ac1e0e7e94961e456e5e60d1a15caeb7fe (diff)
downloadhugo-theme-journal-86ed54e73b7f8c86f4e3150cfae59f438820f81a14cb53958089db3bd2b61a2e.tar.gz
hugo-theme-journal-86ed54e73b7f8c86f4e3150cfae59f438820f81a14cb53958089db3bd2b61a2e.zip
Set Gemini protocol
This avoids littering the gemtext templates with regex to change the protocol.
Diffstat (limited to 'config/_default')
-rw-r--r--config/_default/hugo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml
index 7b4cc1e..da69d63 100644
--- a/config/_default/hugo.toml
+++ b/config/_default/hugo.toml
@@ -11,9 +11,11 @@
[outputFormats.Gemini]
mediaType = "text/gemini"
isPlainText = true # Disable HTML renderer
+ protocol = "gemini://"
[outputFormats.Gemini_Atom]
mediaType = "application/atom"
baseName = "atom"
+ protocol = "gemini://"
[markup]
[markup.goldmark]