From e8ce80b80dc1ebfc1db1e0cee7a7f7ac1e0e7e94961e456e5e60d1a15caeb7fe Mon Sep 17 00:00:00 2001 From: Nicholas Johnson Date: Thu, 7 Nov 2024 00:00:00 +0000 Subject: Disable HTML renderer for Gemini output format This avoids littering the gemtext templates with "safeHTML". --- config/_default/hugo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'config/_default/hugo.toml') diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml index e2e77ea..7b4cc1e 100644 --- a/config/_default/hugo.toml +++ b/config/_default/hugo.toml @@ -10,6 +10,7 @@ baseName = "atom" [outputFormats.Gemini] mediaType = "text/gemini" + isPlainText = true # Disable HTML renderer [outputFormats.Gemini_Atom] mediaType = "application/atom" baseName = "atom" -- cgit v1.2.3