diff options
-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" |