update_pdf_digests | R Documentation |
blogdownDigest::update_site_digests
calculates hashed digests for a
site.
update_pdf_digests(
dir = NULL,
root_dir = NULL,
static_path = "static",
content_path = "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)
If the |
root_dir |
The root directory for the project (Should be the root for a HUGO project). |
static_path |
Where to look for static files (in the HUGO sense of static). |
content_path |
Where to look for content (e.g., |
partial |
Logical. If |
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.
The path to the digest file.
prune_pdf_digests()
,
update_site()
,
blogdownDigest::digests.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.