Skip to content

traitecoevo/austraits.org

Repository files navigation

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.