diff --git a/web/README.md b/web/README.md
index 79ce8280a268bc4c343ea4c3dee5dac7372e2a24..4d58a3b4a5658671927d47a4d446e48bcce9657e 100644
--- a/web/README.md
+++ b/web/README.md
@@ -28,7 +28,6 @@ By using `hugo new` you can create a new page with the correct frontmatter for t
 hugo new docs/benchmarks/elliptic/groundwater-flow-dirichlet.pandoc
 ```
 
-- `--kind` is one the `archetypes/*`
 - path is relative to `content/` and determines the URL of the page
 
 Or you can simply create a new `.pandoc`-file in the correct location and fill it by yourself.
@@ -104,6 +103,10 @@ Run `npm run convert` to get a list of possible arguments.
 
 Equations can be set with typical LaTeX syntax by using [MathJax](https://www.mathjax.org/). Blocks are defined by `$$` at the beginning and `$$` at the end of the block. Inline math uses one `$` as the delimiter. For more usage instructions see the [MathJax LaTeX help](http://docs.mathjax.org/en/latest/tex.html).
 
+#### Files and Downloads
+
+Files belonging directly to a page (e.g. images shown on that same page) should be added directly (they are stored by git lfs). Other stuff such as linked PDF files, book chapter input files should be uploaded elsewhere and linked to. You can ask @bilke to host these files for you (on Azure cloud storage).
+
 #### Bibliography references
 
 Bibliography items from *Documentation/bibliography.bib* can be referenced by their id with the `bib`-shortcode: