Announcing blogdown: Create Websites with R Markdown

This is a companion discussion topic for the original entry at https://www.rstudio.com/blog/announcing-blogdown


Today I’m excited to announce a new R package, blogdown, to help you create general-purpose (static) websites with R Markdown. The first version of blogdown is available on CRAN now, and you can install it with:
install.packages("blogdown") The source package is hosted on Github in the repository rstudio/blogdown. Since blogdown is a new package, you may install and test the development version using devtools::install_github("rstudio/blogdown") if you run into problems with the CRAN version.