fongandrew / hydeout

A refreshed version of Hyde for Jekyll 3.x and 4.x
https://fongandrew.github.io/hydeout/
Other
594 stars 772 forks source link

Question about rss feed when going multi-lingual #56

Closed azarrias closed 6 years ago

azarrias commented 6 years ago

Hi,

I'm trying to make a multilingual version of Hydeout (such a gorgeous theme btw): https://github.com/azarrias/hydeout-multilingual There is one thing that I really have no clue on how to make it multilingual, and it is the RSS feed. I wonder if you could give some ideas on how to make that happen.

I don't want to use any plugin, since I want to use this straight on github pages.

Thanks a lot! Kind regards

fongandrew commented 6 years ago

How are you making the individual pages multilingual? I haven't done much in the way of language preferences for Jekyll so I'm not really aware of the options out there.

As far as feeds go, Hydeout just uses https://github.com/jekyll/jekyll-feed, so you'll have to ask them how to get internationalization support for an RSS feed.

azarrias commented 6 years ago

OK, thanks. I'll do that. Cheers