mlr-org / mlr3gallery

Case studies using mlr3
https://mlr3gallery.mlr-org.com
21 stars 9 forks source link

Add option to NOT render a post, but instead have the user upload rendered html #56

Closed pfistfl closed 3 years ago

pfistfl commented 4 years ago

A frequently occurring situation is that we want to use datasets from Kaggle, but we can not easily access them during CI because getting them requires logging in to Kaggle and accepting competition rules. In this case, we might want to allow people to simply upload the full, rendered HTML (and state in the text how to get the data).

Could this be solved via an additional flag in the post's YAML header?

This also holds for other cases, where building the post would require a lot of additional setup / overhead (e.g. running something on a GPU which is not available on CI).

be-marc commented 3 years ago

Rendered posts can be added to the _static folder now. See section "Static posts" in the readme file.