Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 394 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 394 Bytes

Using the website

pre-requisites

In R, install the R package blogdown

install.packages("blogdown")

start it:

library(blogdown)

and install hugo using blogdown

install_hugo()

To use the website, open the R project that you have just cloned from github and start

library(blogdown)
serve_site()

That will display the website via your localhost.