bridgetownrb / bridgetown-feed

A Bridgetown plugin to generate an Atom feed of your Bridgetown posts
MIT License
20 stars 7 forks source link

Add option to specify the feeds icon and logo #19

Open jbennett opened 1 month ago

jbennett commented 1 month ago

This adds a configuration key to specify a relative path to a logo/icon for the feed:

feed:
  icon: "/images/icon.png"
  logo: "/images/logo.png"
TreyBastian commented 1 month ago

Any chance of this getting merged? I might merge this into my fork if not so I can use this now.