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 | 6bff95e82998007870bdc13bb0d9c9dd8f24d689b0e8d4ded28d968500c83e9e (patch) | |
tree | af519b0d46bac7756b5e3e6fcb8e3df79451e757c55a94a3f466e0a5736cad86 /config/_default | |
parent | 86ed54e73b7f8c86f4e3150cfae59f438820f81a14cb53958089db3bd2b61a2e (diff) | |
download | hugo-theme-journal-6bff95e82998007870bdc13bb0d9c9dd8f24d689b0e8d4ded28d968500c83e9e.tar.gz hugo-theme-journal-6bff95e82998007870bdc13bb0d9c9dd8f24d689b0e8d4ded28d968500c83e9e.zip |
Disable LiveReload and alias redirect for Gemini
Diffstat (limited to 'config/_default')
-rw-r--r-- | config/_default/hugo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml index da69d63..9704b5a 100644 --- a/config/_default/hugo.toml +++ b/config/_default/hugo.toml @@ -11,6 +11,7 @@ [outputFormats.Gemini] mediaType = "text/gemini" isPlainText = true # Disable HTML renderer + isHTML = false # Disable LiveReload, alias redirect, etc. protocol = "gemini://" [outputFormats.Gemini_Atom] mediaType = "application/atom" |