Add outputFormats to hugo.yaml
Signed-off-by: Emruz Hossain <hossainemruz@gmail.com>
This commit is contained in:
parent
3fcdc6c4b5
commit
4b56bdc267
4 changed files with 87 additions and 70 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue