Add outputFormats to hugo.yaml

Signed-off-by: Emruz Hossain <hossainemruz@gmail.com>
This commit is contained in:
Emruz Hossain 2025-02-07 02:53:46 +06:00
parent 3fcdc6c4b5
commit 4b56bdc267
4 changed files with 87 additions and 70 deletions

View file

@ -63,6 +63,13 @@ outputs:
- RSS
- JSON
# Configure custom path for RSS feed. Default is "index.xml"
outputFormats:
rss:
baseName: rss # default is index
mediaType: application/rss+xml
isPlainText: false
# Enable global emoji support
enableEmoji: true
@ -299,9 +306,6 @@ params:
readingTime:
enable: true
# Add RSS feed path configuration
rssPath: /rss.xml
# Provide footer configuration.
footer:
enable: true