update_site_digests: Generates and stores digests for all source and output files.

Description Usage Arguments Details Value See Also

View source: R/digest.R

Description

update_site_digests calculates hashed digests for a site.

Usage

1

Arguments

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 TRUE, keep digests for source files that aren't in the specified directory and its children and descendants. Otherwise, get rid of the old digest file and only keep digests for source files in the source directory and its descendants.

Details

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.

Value

The path to the digest file.

See Also

prune_site_digests(), update_site(), digests.


jonathan-g/blogdownDigest documentation built on Jan. 23, 2021, 10:52 p.m.