Skip to content

brand,project - store and forward per-file brand information #10623

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Aug 27, 2024

Conversation

cscheid
Copy link
Collaborator

@cscheid cscheid commented Aug 27, 2024

Towards #10249.

This allows the following configurations in Quarto projects/files:

  • _quarto.yml can provide a different brand file to be used (brand: override.yml) or indicate that no branding should be used (brand: false)
  • documents and document metadata (through metadata-files, etc) can:
    • provide a different file to be used (brand: override.yml)
    • indicate that no branding should be used (brand: false)
    • indicate that the project branding information should be used (brand: true). This option is useful specifically in the context where a directory has a brand override (which should trigger for all files), but one particular file needs the override not to happen.

@cscheid cscheid mentioned this pull request Aug 27, 2024
49 tasks
@cscheid cscheid merged commit e5aa53d into main Aug 27, 2024
47 checks passed
@cscheid cscheid deleted the feature/brand-yaml-file-configuration branch August 27, 2024 21:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant