The brms tutorial is provided by knitting html files locally and uploading them in a static folder.
However, knitting Rmd's will include binary sections for the images.

This causes severe overhead for git each time the tutorial receives changes and has to be re-run.
- We should find a better solution to host html files like this.
- Alternatively, store images in a static folder so that they don't get changed all the time (requires manual image linking).