A simple blogdown site for case studies using mlr3.
Copy and rename an existing post in content/post/
.
You can render the new post with rmarkdown::render()
.
To see it integrated into the layout of the page, use:
blogdown::serve_site()
Note that you need to have hugo
installed locally.