diff options
author | Nicholas Johnson <mail@nicholasjohnson.ch> | 2024-11-07 00:00:00 +0000 |
---|---|---|
committer | Nicholas Johnson <mail@nicholasjohnson.ch> | 2024-11-08 00:00:00 +0000 |
commit | 86ed54e73b7f8c86f4e3150cfae59f438820f81a14cb53958089db3bd2b61a2e (patch) | |
tree | 4db4cdb04f45ad2a9fcf7ff9c4451447441b84585c915d5d11ec6daa1ee89794 /config/_default | |
parent | e8ce80b80dc1ebfc1db1e0cee7a7f7ac1e0e7e94961e456e5e60d1a15caeb7fe (diff) | |
download | hugo-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.toml | 2 |
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] |