aboutsummaryrefslogtreecommitdiff
path: root/generators/hugo/config.yaml
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2021-06-19 01:35:07 -0400
committerThedro Neely <thedroneely@gmail.com>2021-06-19 01:35:07 -0400
commit1ea82e754a8567f397915933ecaa24d1f32ab19a (patch)
treed5d50f2092716258be51c99651356e762526d5af /generators/hugo/config.yaml
parent46ebc59aa8b4f7800f702ebbdfd12845f5534517 (diff)
downloadthedroneely.com-1ea82e754a8567f397915933ecaa24d1f32ab19a.tar.gz
thedroneely.com-1ea82e754a8567f397915933ecaa24d1f32ab19a.tar.bz2
thedroneely.com-1ea82e754a8567f397915933ecaa24d1f32ab19a.zip
generators/hugo/layouts/_default/rss: Fix and normalize RSS feeds
Use layout mechanism to hide some short codes on RSS output format.
Diffstat (limited to 'generators/hugo/config.yaml')
-rw-r--r--generators/hugo/config.yaml12
1 files changed, 4 insertions, 8 deletions
diff --git a/generators/hugo/config.yaml b/generators/hugo/config.yaml
index 90d6cf6..8773343 100644
--- a/generators/hugo/config.yaml
+++ b/generators/hugo/config.yaml
@@ -31,16 +31,12 @@ pygmentsCodeFences: true
pygmentsUseClasses: true
pygmentsCodeFencesGuessSyntax: true
-# RSS
-mediaTypes:
- application/atom:
- suffixes: xml
-
+# Output formats
outputFormats:
- RSS:
- mediaType: application/rss
+ rss:
baseName: rss
+ mediaType: application/xml
outputs:
home:
- - RSS
+ - rss