This repository contains the code used to build and deploy my website and blog, located here.
- built in RStudio using the R package
blogdown
blogdown
generates sites using Hugo; the template used here is soho- the site is deployed using Netlify,
which is the preferred method mentioned in the
blogdown
book
- 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
blogdown
documentation