From a0518cf0b49d49af0be1ae7c084ebc1d0bc67930 Mon Sep 17 00:00:00 2001 From: Emruz Hossain Date: Fri, 7 Feb 2025 02:57:42 +0600 Subject: [PATCH] Add reference to doc Signed-off-by: Emruz Hossain --- exampleSite/hugo.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/exampleSite/hugo.yaml b/exampleSite/hugo.yaml index cb1170e..ee01e39 100644 --- a/exampleSite/hugo.yaml +++ b/exampleSite/hugo.yaml @@ -64,11 +64,10 @@ outputs: - JSON # Configure custom path for RSS feed. Default is "index.xml" +# Ref: https://gohugo.io/templates/output-formats/ outputFormats: rss: baseName: rss # default is index - mediaType: application/rss+xml - isPlainText: false # Enable global emoji support enableEmoji: true