From 6bff95e82998007870bdc13bb0d9c9dd8f24d689b0e8d4ded28d968500c83e9e Mon Sep 17 00:00:00 2001 From: Nicholas Johnson Date: Thu, 7 Nov 2024 00:00:00 +0000 Subject: Disable LiveReload and alias redirect for Gemini --- config/_default/hugo.toml | 1 + 1 file changed, 1 insertion(+) 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" -- cgit v1.2.3