rfordatascience / r4dswebsite

Public repository for the R4DS community website.

Home Page:http://www.rfordatasci.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install Blogdown

timtrice opened this issue · comments

Install skeleton blogdown website.

install.packages("blogdown")
blogdown::new_site()

If need to install Hugo:

blogdown::install_hugo()

Done in commit 756d9e3.