AGRO

Agro is a very simple feed aggregator. It generates a static HTML document at the chosen time interval.

Example Config

```toml name = "Magic Salmon Super Private Feed Aggregator Box"

feeds = [ "https://example.com/feed", "https://blog.net/rss", ]

OPTIONAL: there's a default template.

template = "tera.html"

OPTIONAL: outputs to out.html by default.

output = "index.html"

OPTIONAL: runs every hour by default.

interval = 30 # minutes ```