openela / openela.org

https://openela.org
BSD 3-Clause "New" or "Revised" License
26 stars 16 forks source link

RSS Feed for announcements #11

Closed darkdragon-001 closed 7 months ago

darkdragon-001 commented 10 months ago

If you are using Hugo, you can easily configure the templates: https://gohugo.io/templates/rss/

NeilHanlon commented 7 months ago

Thanks for the request. This led me down a bit of a rabbit hole, but, in the end, RSS feeds are currently available for our news posts: https://openela.org/news/index.xml

darkdragon-001 commented 7 months ago

Thanks for the request. This led me down a bit of a rabbit hole, but, in the end, RSS feeds are currently available for our news posts: https://openela.org/news/index.xml

This is awesome!

In order for it to be more easily accessible by others, could you add a header like

<link rel="alternate" type="application/rss+xml" title="News" href="/news/index.html"/>
NeilHanlon commented 7 months ago

Thanks for the request. This led me down a bit of a rabbit hole, but, in the end, RSS feeds are currently available for our news posts: https://openela.org/news/index.xml

This is awesome!

In order for it to be more easily accessible by others, could you add a header like

<link rel="alternate" type="application/rss+xml" title="News" href="/news/index.html"/>

Yep! #24 addresses this, as well as simplifies how the overall Announcements listing works

darkdragon-001 commented 7 months ago

Awesome, thanks!