From 8b7342d09e74a2afa51193dc61f80ded2d7836dc Mon Sep 17 00:00:00 2001 From: Will Faught Date: Wed, 20 Sep 2023 23:21:03 -0700 Subject: [PATCH] Change RSS file to rss.xml --- hugo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/hugo.toml b/hugo.toml index ff002a10..b5ac0b8b 100644 --- a/hugo.toml +++ b/hugo.toml @@ -83,3 +83,13 @@ includeFiles = ["katex.min.css"] source = "paige/node_modules/katex/dist" target = "assets/js/paige/katex" includeFiles = ["katex.min.js"] + +[outputformats.rss] +basename = "rss" +ishtml = false +isplaintext = false +mediatype = "application/rss+xml" +name = "rss" +nougly = true +permalinkable = false +rel = "alternate"