From 75f32421961c05a1a363603b3368f1a2a34af999 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sun, 2 Mar 2025 00:26:18 -0800 Subject: [PATCH] Add missing section comments --- hugo.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hugo.toml b/hugo.toml index 0371dedd..497d9620 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,6 +1,10 @@ +# Media types + [mediatypes."application/atom+xml"] suffixes = ["xml"] +# Hugo + [module.hugoversion] min = "0.141.0" extended = true @@ -94,6 +98,8 @@ source = "paige/node_modules/katex/dist" target = "assets/js/paige/katex" includefiles = ["katex.min.js"] +# Output formats + [outputformats.atom] basename = "atom" isplaintext = true