lumeland / lume

🔥 Static site generator for Deno 🦕
https://lume.land
MIT License
1.85k stars 85 forks source link

Add image support in feeds. #598

Closed negrel closed 5 months ago

negrel commented 5 months ago

Enter your suggestions in details:

Add image support to feed plugin.

JSON feed spec supports image and banner image but it seems to be non standard in RSS spec. However, some implementations use a meta tag to add OG image to rss feed: https://grafana.com/blog/news.xml.

I'm not sure how this should be implemented for RSS feed...

I have a working example here and I could make a PR if you want.

oscarotero commented 5 months ago

Hi. Good idea. A PR would be great. Thanks!