joshwallerr / newsnotfound

Entire source code for NewsNotFound's article generation process ✍
https://newsnotfound.com
Other
142 stars 14 forks source link

RSS feeds for reading #19

Closed perler closed 1 year ago

perler commented 1 year ago

..can we get RSS feeds for reading the news from the website?

joshwallerr commented 1 year ago

RSS feeds are available via this URL: https://newsnotfound.com/feed/

I've added an RSS social icon to the website too, so the feed is more easily discovered.

image

perler commented 1 year ago

thanks, feeds for specific sections would be cool, btw.

joshwallerr commented 1 year ago

There actually is - if you add '/feed' to the end of any category page (e.g. https://newsnotfound.com/world), you can get the RSS feed URL.

Where would you expect to see this on the site?

Maybe if there was an RSS icon near the heading of each category page where the red circle is:

image

perler commented 1 year ago

Yes, I think this is the way to go and maybe on the sitemap (is there one?)

On Mon, 24 Apr 2023, 19:30 Josh Waller, @.***> wrote:

There actually is - if you add '/feed' to the end of any category page (e.g. https://newsnotfound.com/world), you can get the RSS feed URL.

Where would you expect to see this on the site?

Maybe if there was an RSS icon near the heading of each category page where the red circle is:

[image: image] https://user-images.githubusercontent.com/97132509/234072036-25e7c43c-5bb2-4d2c-8ef7-5b3e9983b644.png

— Reply to this email directly, view it on GitHub https://github.com/joshwallerr/newsnotfound/issues/19#issuecomment-1520564345, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAEYD5FI3H64KLLQLT22WIDXC22BVANCNFSM6AAAAAAXJQRBSY . You are receiving this because you authored the thread.Message ID: @.***>

joshwallerr commented 1 year ago

Sitemap is here: https://newsnotfound.com/sitemap.xml

I'll add the sitemap to the navigation menus as well.

joshwallerr commented 1 year ago

This has now been added on all category pages:

image