Skip to content

Commit a267f8b

Browse files
author
James McLeod
authored
Add RSS to README and Podcast Microsite Header (#18)
* add rss badge Signed-off-by: James McLeod <james.mcleod@finos.org> * add rss to microsite header Signed-off-by: James McLeod <james.mcleod@finos.org> * move rss badge Signed-off-by: James McLeod <james.mcleod@finos.org>
1 parent 96cd55d commit a267f8b

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
<img src="docs/images/logo-400-400.png" width="230" height="230" />
44

5+
[![rss](https://github.com/aleen42/badges/blob/master/src/rss.svg?raw=true)](https://feeds.captivate.fm/untold-stories-of-open-source/)
6+
57
Open Source is embedded in every software application you touch today.
68

79
It’s impossible to build a large scale application without it. The real question is, what’s the story behind that component, application, or framework you just downloaded? Not the specs. Not the functionality. The real story: “Who wrote the code? What is their backstory? What led them to the Open Source community?”
@@ -22,7 +24,7 @@ Listen to the latest episodes from The Linux Foundation ["The Untold Stories of
2224

2325
## Listen in your Browser
2426

25-
Listen to Linux Foundation podcasts in your browser by visiting [The Untold Stories of Open Source](https://podcast.linuxfoundation.org/) microsite. It is also available on Spotify, Apple Podcasts, Amazon Podcast, and Google Podcast, and dozens of other podcast platforms.
27+
Listen to Linux Foundation podcasts in your browser by visiting [The Untold Stories of Open Source](https://podcast.linuxfoundation.org/) microsite. It is also available on Spotify, Apple Podcasts, Amazon Podcast, and Google Podcast, and dozens of other podcast platforms.
2628

2729
## What the project does
2830

website/docusaurus.config.js

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,8 @@ module.exports = {
4040
{to: 'docs/podcasts-intro', label: 'Introduction', position: 'right'},
4141
{to: 'docs/podcasts/new-model-training', label: 'Podcasts', position: 'right'},
4242
{to: 'docs/templates/podcast-template', label: 'Add New Podcast', position: 'right'},
43-
{
44-
href: 'https://github.com/linuxfoundation/lf-podcast',
45-
label: 'GitHub',
46-
position: 'right',
47-
}
43+
{href: 'https://feeds.captivate.fm/untold-stories-of-open-source/', label: 'RSS', position: 'right'},
44+
{href: 'https://github.com/linuxfoundation/lf-podcast', label: 'GitHub', position: 'right'}
4845
],
4946
},
5047
footer: {

0 commit comments

Comments
 (0)