Troubleshooting

Having build problems? You may need to update {{blogdown}} or {{Hugo}}

  1. Install the latest version of blogdown.
install.packages("blogdown")
  1. Use blogdown to install Hugo.
blogdown::install_hugo()
  1. Open .Rprofile and set the hugo version to the version you just installed.
  2. Session -> Restart R.
  3. Update the renv snapshot.
renv::snapshot()
  1. Test
blogdown::serve_site()
  1. Commit and Push.

Reference Documentation

Guides

Other

  • “Hugo Themes”
    • A collection of website themes that work with Hugo.
  • “Netlify”
    • The Netlify section of the blogdown book, which discusses using Netlify to deploy your website.