pull down to refresh
That was not the PR to fix the RSS feed, that was just for me building your site and playing with it, lol
OK I get that.
The permalinks can be customized for each post, but the date and markup language are determined solely by the file name.
So I should create a _posts folder and add each page in that format and inside of each md file the permalink to existing html page?
So I should create a _posts folder and add each page in that format and inside of each md file the permalink to existing html page?
You can also use symlinks. I was able to put a post into your RSS feed like this:
$ mkdir _posts
$ cd _posts
$ ln -s ../beginner/5-stages-became-bitcoiner-de.html 2009-01-03-5-stages-became-bitcoiner-de.htmlBut I think the bigger problem is how to create an RSS feed for each language.
I will be happy with only EN for the moment. Each page have links to other languages anyways so reader con just click it.
don't worry I can prepare myself the symlinks in _posts.
Let me add that and see how it goes.
Thanks.
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.
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.htmlYes, I've created on symlink. So it should appear into rss feed right?
booom I think is working now!
Check this
https://darth-coin.github.io/feed.xml
ok I merge it. Let's see how it goes. Thanks, so was about the gem file...