jekyll / jekyll-feed

:memo: A Jekyll plugin to generate an Atom (RSS-like) feed of your Jekyll posts
MIT License
836 stars 203 forks source link

Hub Support #403

Open Muelsy opened 8 months ago

Muelsy commented 8 months ago

Adds the rel=hub tag to the feed, allowing sites to integrate with WebSub hubs.

The desired Hub can be specified as in the config as:

feed:
  hub: https://your-hub-here.com

If not set, no Hub is included.