Skip to content

Commit 096ac7b

Browse files
committed
Update config files to rename RSS Feed to rss.xml
1 parent df65935 commit 096ac7b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

config/_default/hugo.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ frontmatter:
5252
- :git
5353
- :default
5454

55+
outputFormats:
56+
rss:
57+
baseName: rss
58+
5559
# Code Highlighting configuration
5660
# Not Used. Code highlighting is controlled using the highlighting
5761
# section in `markup.yaml`

config/_default/params.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ links:
8080
icon: "fa-brands fa-bluesky"
8181
desc: "We're on Bluesky too!"
8282
- name: "RSS Feed"
83-
url: "project/status/index.xml"
83+
url: "project/status/rss.xml"
8484
icon: "fa fa-rss"
8585
desc: "Subscribe to our feed for the latest updates"
8686
# - name: "Stack Overflow"

0 commit comments

Comments
 (0)