Skip to content

imkemayer/website

 
 

Repository files navigation

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.

About

Repo for the r-miss-tastic website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TeX 58.8%
  • HTML 40.0%
  • Other 1.2%