We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df65935 commit 096ac7bCopy full SHA for 096ac7b
config/_default/hugo.yaml
@@ -52,6 +52,10 @@ frontmatter:
52
- :git
53
- :default
54
55
+outputFormats:
56
+ rss:
57
+ baseName: rss
58
+
59
# Code Highlighting configuration
60
# Not Used. Code highlighting is controlled using the highlighting
61
# section in `markup.yaml`
config/_default/params.yaml
@@ -80,7 +80,7 @@ links:
80
icon: "fa-brands fa-bluesky"
81
desc: "We're on Bluesky too!"
82
- name: "RSS Feed"
83
- url: "project/status/index.xml"
+ url: "project/status/rss.xml"
84
icon: "fa fa-rss"
85
desc: "Subscribe to our feed for the latest updates"
86
# - name: "Stack Overflow"
0 commit comments