prune_pdf_digests | R Documentation |
prune_pdf_digests
removes the lines from the digest file
corresponding to a vector of source files.
prune_pdf_digests(files, root_dir = NULL)
files |
A character vector of paths to the source files to be removed. |
root_dir |
The root directory of the HUGO project. |
Modifies the stored digest file to remove lines corresponding to selected source files.
The path to the digest file.
blogdownDigest::update_site_digests()
,
blogdownDigest::digests.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.