Skip to content

Editing the hub website

Hugo Gruson edited this page Aug 11, 2022 · 3 revisions

The hub website is a rmarkdown website hosted at https://www.github.com/covid19-forecast-hub-europe/covid19-forecast-hub-europe-website.

In rmarkdown websites, each page is a Rmarkdown (.Rmd) document and the website navigation bar and global parameters are specified in _site.yml.

Once you commit and push a change in a .Rmd document or _site.yml, the changes will be automatically deployed after a couple of minutes.

The forecast hub framework has an additional unusual complication: reports are generated from .Rmd location in the current GitHub repository, within the code/reports/ folder. Reports are automatically rendered: