update_pdf_file_digests | R Documentation |
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 |
Files to update. |
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 |
Only update digests for new files without previous digests.. |
If the root_dir
is NULL
, the function tries to find the root directory
using a few common heuristics.
A data frame with the digests.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.