Overview first steps: https://rstudio.github.io/distill/
git clone https://github.com/subugoe/scholcomm_analytics.git
From GitHub using devtools.
devtools::install_github("rstudio/distill")library(rmarkdown)
rmarkdown::draft("article.Rmd", "distill_article", package = "distill")Reference managing is supported, however, there are some issues with BibTeX conversion, e.g. -- is not rendered as emdash.
rmarkdown::render_site()CC-BY 4.0