-
DescriptionI created a new quarto website with RStudio and added a _brand.yml file in the same directory. The theming in the brand file applies only to the index.qmd page, not to the About page. Here are my yml files: _quarto.yml
_brand.yml
How do I apply the theming to all the files? The _brand.yml and both the index.qmd and about.qmd are in the same directory.
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
It should work properly, it it does not then something is wrong in your setup. Be sure to follow completely the documentation: Could you share a small self-contained "working" (reproducible) example to work with, i.e., a complete Quarto document or a Git repository? The goal is to make it as easy as possible for us to recreate your problem so that we can fix it: please help us help you! Thanks. You can share a self-contained "working" (reproducible) Quarto document using the following syntax, i.e., using more backticks than you have in your document (usually four If you have multiple files (and if it is absolutely required to have multiple files), please share as a Git repository.
Additionally and if not already given, please share the output of |
Beta Was this translation helpful? Give feedback.
-
Thanks for your response. The relevant GitHub repo is here: https://github.com/durraniu/sample_quarto_portfolio And here is the result of
|
Beta Was this translation helpful? Give feedback.
I don't how how you've rendered your website, but using 1.7 and doing
quarto render
does the right thing, i.e., the brand is applied everywhere.I guess you did not do a full render and only a partial rendering of the main page.
Clearly the rendered website does not match your project:
The file is not used anywhere so it should not have been copied by Quarto meaning, your rendering is faulty.