Mostly following Alison Hill’s blogdown tutorial but with a different theme by… Alison Hill. 😁
install the blogdown package install.packages("blogdown")
create a new empty RStudio project
use my Rprofile options from snippets
look where things live e.g. data/ vs content/.
blogdown::new_post(title = "Hi Hugo", ext = '.Rmarkdown', subdir = "blog")
write and knit
in shell, move master branch to main. git branch -m main master
Set up Netlify
Show Hugo theme gallery https://themes.gohugo.io/