R

Build a site like this using blogdown and github

Blogdown is a R package that generates static websites using R Markdown and Hugo. As a R user myself I already R Markdown to generate reproducible reports, so when I want to build a personal site I quickly adopted this. Here I will cover how I build this site and get it on github. Getting started First you need to install R and RStudio. Then you can install devtools and blogdown by putting these in the R console inside RStudio: