Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 578 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 578 Bytes

Website for AusTraits built using HUGO via blogdown

Install blogdown and HUGO in R Studio

# install blogdown
install.packages("blogdown")
library(blogdown) 

# install HUGO
blogdown::install_hugo()

Build the site locally

Set the website folder as the working directory

blogdown::serve_site()

# To stop the server
blogdown::stop_server()

Regenerating any pages from Rmd

While blogdown::serve_site(), any pages that are generated from Rmd files (e.g. content/impact/impact.html) are automatically regenerated when you save the soruce.