From 5109ad8bde54cc45966de2325d86471e14a64eeb Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sun, 12 Nov 2023 18:29:32 -0800 Subject: [PATCH] Remove default output format values --- hugo.toml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/hugo.toml b/hugo.toml index f7a7d754..a4c1b7b7 100644 --- a/hugo.toml +++ b/hugo.toml @@ -89,20 +89,14 @@ includeFiles = ["katex.min.js"] [outputformats.atom] basename = "atom" -ishtml = false isplaintext = true mediatype = "application/atom+xml" name = "atom" nougly = true -permalinkable = false -rel = "alternate" [outputformats.rss] basename = "rss" -ishtml = false isplaintext = true mediatype = "application/rss+xml" name = "rss" nougly = true -permalinkable = false -rel = "alternate"