Update digests for all PDF files under the content path.
update_pdf_file_digests(
files,
root_dir,
static_path = "static",
content_path = "content",
partial = FALSE
)
Files to update.
The root directory for the project (Should be the root for a HUGO project).
Where to look for static files (in the HUGO sense of static).
Where to look for content (e.g., .Rmd
and .md
files).
Only update digests for new files without previous digests..
A data frame with the digests.
If the root_dir
is NULL
, the function tries to find the root directory
using a few common heuristics.