This repository contains the code used to build and deploy my website and blog, located here.
- built in RStudio using the R package
blogdown blogdowngenerates sites using Hugo; the template used here is soho- the site is deployed using Netlify,
which is the preferred method mentioned in the
blogdownbook
- install and load
blogdown(available through CRAN) - preview the website locally using
blogdown::serve_site(); this autoupdates as changes are saved - to stop server, use
blogdown::stop_server() - for more information, see the
blogdowndocumentation