Skip to content

Commit 4857397

Browse files
authored
Merge pull request #108 from stumbo/rssFeed
Rss feed
2 parents 4ae8d4a + 92df348 commit 4857397

File tree

5 files changed

+7
-9
lines changed

5 files changed

+7
-9
lines changed

config/_default/params.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@ links:
7979
url: "https://bsky.app/profile/interlisp.org"
8080
icon: "fa-brands fa-bluesky"
8181
desc: "We're on Bluesky too!"
82+
- name: "RSS Feed"
83+
url: "/project/status/index.xml"
84+
icon: "fa fa-rss"
85+
desc: "Subscribe to our feed for the latest updates"
8286
# - name: "Stack Overflow"
8387
# url: "https://stackoverflow.com/questions/tagged/graphviz"
8488
# icon: "fab fa-stack-overflow"

content/en/history/_index.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
title: History
33
weight: 500
44
type: docs
5-
outputs:
6-
- html
7-
- rss
85
aliases:
96
- /medley/history/
107
---

content/en/project/_index.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
Title: The Medley Interlisp Project
33
weight: 2
44
type: docs
5-
outputs:
6-
- html
7-
- rss
85
aliases:
96
- /hugo/
107
- /medley/project/

content/en/project/status/_index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
title: News and Status Reports
33
type: docs
44
weight: 2
5+
outputs:
6+
- html
7+
- rss
58
aliases:
69
- /hugo/news/
710
- /medley/project/news/

content/en/software/_index.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
---
22
title: Software
33
type: docs
4-
outputs:
5-
- html
6-
- rss
74
aliases:
85

96
---

0 commit comments

Comments
 (0)