Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Multiple Feeds

Sascha Moser edited this page Nov 15, 2022 · 1 revision

Since feeds is a list you can add additional feeds to watch if you want.

...
feeds:
  - url: https://example.com/feed/
    template: "dot com: {title} {url}"
  - url: https://example.org/feed/
    template: "dot org: {title} {url}"
Clone this wiki locally