R/digest.R
update_site_digests.Rd
update_site_digests
calculates hashed digests for a site.
update_site_digests(dir = find_blog_content(), partial = FALSE)
dir | A string with the name of the directory to search (by default the "content" directory at the top-level directory of the site) |
---|---|
partial | Logical. If |
The path to the digest file.
Generates new hashed digests for both source and destination (output) files
and save the digests to a file "digests.Rds
" in the root directory of the
site.
prune_site_digests()
, update_site()
,
digests
.