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 = [
]
template = "tera.html"
output = "index.html"
interval = 30 # minutes
```