Agro is a very simple feed aggregator. It generates a static HTML document at the chosen time interval.
```toml name = "Magic Salmon Super Private Feed Aggregator Box"
feeds = [ "https://example.com/feed", "https://blog.net/rss", ]
template = "tera.html"
out.html
by default.output = "index.html"
interval = 30 # minutes ```