| write_brand | R Documentation |
Creates or opens a _brand.yml file in a Quarto project for editing.
If the file already exists, it is opened directly. If global froggeR brand
settings exist, those are used as the starting point. Otherwise, the template
is downloaded from the
frogger-templates
repository.
write_brand(path = here::here(), restore_logos = TRUE)
path |
Character. Path to the project directory. Default is current project
root via |
restore_logos |
Logical. Restore logo content from system configuration.
Default is |
The _brand.yml file defines your visual identity for Quarto documents:
colors, logos, typography, and more. See the
brand.yml specification for
the full list of available options.
Use save_brand to persist your project-level brand configuration
to the global config directory for reuse across projects.
Invisibly returns the path to the file.
save_brand, write_variables,
init
## Not run:
write_brand()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.