Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 488 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 488 Bytes

Setup locally

Install R blogdown package and Hugo

> install.packages('blogdown')
> blogdown::install_hugo()

Open project with RStudio

In RStudio, open academic.Rproj.

Go to Tools->Project Options->Build Tools:

Select Website

Uncheck Preview site after building

Build and run project

Goto build panel, select Build Website

Then goto Tools->Addins->blogdown Serve Site

Then website should now be running at localhost:4321