`build_site_digest` builds the entire site and then updates the digests.

build_site_digest(local = FALSE, run_hugo = TRUE)

Arguments

local

Whether to build the website locally. This argument is passed to hugo_build(), and local = TRUE is mainly for serving the site locally via serve_site().

run_hugo

Whether to run hugo_build() after R Markdown files are compiled.