hyphacoop / hypha.coop

Website for Hypha Worker Co-operative
https://hypha.coop
GNU General Public License v3.0
5 stars 0 forks source link

Fix RSS+Atom feed syndication #24

Open patcon opened 3 years ago

patcon commented 3 years ago

As per chat, chose to disable this.

Currently, dweb publishing seems to require relative urls in posts, using plugins like this: https://0xacab.org/sutty/jekyll/jekyll-relative-urls/-/tree/master/lib/jekyll_relative_urls/jekyll

This allows the files to be hosted without knowing what level of nesting they will be at when accessed.

But naive syndication jekyll plugins expect absolute urls, esp for image assets, so that the client knows where to look.

Need to find middle ground. For now, disabled web1.0 syndication.

edsu commented 1 year ago

It would be nice to be able to subscribe for website updates without having to follow on Twitter.

tripledoublev commented 1 year ago

It would be nice to be able to subscribe for website updates without having to follow on Twitter.

Hi @edsu, I just discovered that there is currently a XML feed generated by the Jekyll feed plugin that you can subscribe to. Here is the feed's address https://hypha.coop/feed.xml