pull down to refresh
0 sats \ 17 replies \ @ek 4 Jan \ parent \ on: Add RSS feed for my guides page AGORA
You can also use symlinks. I was able to put a post into your RSS feed like this:
But I think the bigger problem is how to create an RSS feed for each language.
Ok I create a symlink for testing in _posts
Now you said:
Since the default permalink is using /YYYY/MM/DD/title.html which is probably not what you want, you also need to set permalink in your front matter.
That means for each page I would have to add the permalink in the header of the file?
Like:
layout: default-de title: 21 ₿itcoin Orange Pillen für Neulinge permalink: /2025-01-03-21-bitcoin-orange-pills-de.html
reply
reply
Yes, I've created on symlink. So it should appear into rss feed right?
reply
reply
booom I think is working now!
Check this
https://darth-coin.github.io/feed.xml
reply
reply
seems OK when I read it in https://rssatom.com/
Now I only need to format it a bit to display the meta title/subtitle and content
reply
Mhh you are right, https://validator.w3.org/feed/ and https://www.rssboard.org/rss-validator/ also show it as valid. Maybe it’s just Safari displaying it weird, I would not be surprised.
I will be happy with only EN for the moment. Each page have links to other languages anyways so reader con just click it.
reply
reply
don't worry I can prepare myself the symlinks in _posts.
Let me add that and see how it goes.
Thanks.
reply
reply
Depends on what language is the page, the links to others are skipping the actual one.
For example a ES page will not have the link to the ES page, is skipped. It doesn't make sense to put the link to the same page.