Description Usage Arguments Value
View source: R/add_authors_avatar.R
Add Author Avatar
1 2 3 4 5 6 7 8 9 | add_author_avatar(
author_metadata,
overwrite = FALSE,
hugo_root_dir = ".",
width = 250,
height = 300,
x_off = 175,
y_off = 0
)
|
author_metadata |
one record as retrieved by add_authors_metadata() |
overwrite |
default: FALSE |
hugo_root_dir |
(default: ".") |
width |
passed to magickx::geometry_area (default: 300) |
height |
passed to magickx::geometry_area (default: 250) |
x_off |
passed to magickx::geometry_area (default: 175) |
y_off |
passed to magickx::geometry_area (default: 0) |
add avatar for author
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.