Skip to content
Discussion options

You must be logged in to vote

I think you should leverage the different project feature regarding how config and metadata are merged so that the document you want to render has only the option you need.

  • You can split the metadata in subfolder, and inside document and it will be merged with _quarto.yml https://quarto.org/docs/projects/quarto-projects.html#shared-metadata
    If you have different part of your project that needs to have different global config, you should make your _quarto.yml minimal, and use the _metadata.yml or YAML in-document header to pass the configuration you need.

  • You can also Project Profile to render some document with a specific profile and not the default one.

Hope it helps

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
1 reply
@royfrancis
Comment options

Comment options

You must be logged in to vote
3 replies
@royfrancis
Comment options

@cderv
Comment options

@royfrancis
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants