This website uses Rmarkdown website method to knit chunks of processed R code with markdown to render HTML files.
Render all source *.Rmd files into *.html:
rmarkdown::render_site()
You can open the *.html files directly into a web browser, but for reliably serving the website it's best handled by opening the files within a local webserver:
servr::httd()
Skipping Bootstrap 4 for now, but keeping _site.yml commented with option.
remotes::install_github("rstudio/rmarkdown")
remotes::install_github("rstudio/htmltools")
remotes::install_github("rstudio/jquerylib")
remotes::install_github("rstudio/bslib")