external yaml files in header #2501
-
I have a whole bunch of qmd files that share the same output format (reveal.js slides) with a high degree of customization. Is there a way to store the |
Beta Was this translation helpful? Give feedback.
Answered by
dragonstyle
Sep 19, 2022
Replies: 1 comment
-
I think either a quarto project or https://quarto.org/docs/projects/quarto-projects.html#shared-metadata Let us know if this gets you going! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
wahalulu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think either a quarto project or
_metadata.yml
files might suit your needs. More here:https://quarto.org/docs/projects/quarto-projects.html#shared-metadata
Let us know if this gets you going!