From 077dee288cc282ed5750ac7975777af88841c9b6 Mon Sep 17 00:00:00 2001 From: John Rizzo Date: Wed, 6 Nov 2024 21:25:17 -0500 Subject: [PATCH] disabling rss output for all pages by default --- hugo.yaml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/hugo.yaml b/hugo.yaml index de9930a..43bbc61 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -3,7 +3,9 @@ title: "jNet" theme: "jnet" languageCode: "en" defaultContentLanguage: "en" -paginate: 6 +# paginate: 6 +pagination: + pagerSize: 6 enableEmoji: true markup: highlight: @@ -248,5 +250,13 @@ params: - title: Interests items: - details: Hiking, Nature, Science, Photography, Traveling - +outputs: + home: + - html + section: + - html + taxonomy: + - html + term: + - html