Closed reinboldg closed 5 years ago
I also tried to use category
and collections
but nothing work. I see only one feed.xml
to my build directory.
This issue has been automatically marked as stale because it has not been commented on for at least two months.
The resources of the Jekyll team are limited, and so we are asking for your help.
If this is a bug and you can still reproduce this error on the master
branch, please reply with all of the information you have about it in order to keep the issue open.
If this is a feature request, please consider whether it can be accomplished in another way. If it cannot, please elaborate on why it is core to this project and why you feel more than 80% of users would find this beneficial.
This issue will automatically be closed in two months if no further activity occurs. Thank you for all your contributions.
Hi.
I had translate without any plugin my website in two languages : French and English. I just simply use a custom post metadata
lang
. It can been
,fr
, or anything else. Also, I use aref
metadata to identify an unique post in languages.Example:
A post in English
The same post in French
As you seen, I write two files per post, one per language and then I filter like that:
It works perfectly, but I have only one feed generated by
jekyll-feed
which take all posts regardless of languages. So, I will generate two RSS feeds, one per language. To make it, it is possible to add a feature wish allow filtering a post metadata likelang
withjekyll-feed
? Something like the following in_config.yml
:Or have any other ideas to make it possible with
jekyll-feed
?Best regards