spdk / spdk.github.io

SPDK organization web pages
8 stars 14 forks source link

Enable jekyll-feed plugin #14

Closed ritzow closed 3 months ago

ritzow commented 3 months ago

The jekyll-feed (supported by GitHub Pages) plugin makes jekyll feeds available via RSS at /feed.xml

You can see an example of it working at https://ritzow.github.io/spdk.github.io/feed.xml

Here's some more info about enabling the plugin: https://dzhavat.github.io/2020/01/19/adding-an-rss-feed-to-github-pages.html

Here's what it looks like in the Reeder app for iOS:

iOS reeder view of https://ritzow.github.io/spdk.github.io/feed.xml

jimharris commented 3 months ago

Hi @ritzow,

Thanks for the submission. Unfortunately SPDK doesn't accept GitHub pull requests - all code must be submitted through Gerrit. See https://spdk.io/development for more details. Note that since your patch here is for spdk.github.io, you'll just replace spdk/spdk with spdk/spdk.github.io in the .git/config file.

Thanks,

Jim