Skip to content

TwsThomas/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

  • HTML 94.6%
  • Jupyter Notebook 3.9%
  • TeX 1.3%
  • R 0.2%
  • Python 0.0%
  • CSS 0.0%