Replies: 1 comment
-
There are several levels where you can set metadata like the CSS configuration for revealjs format Document levelIt can be at a document level in YAML header. But this would need to be set for each document Project level (root or sub directory) - share for multiple document in a projectTo share common configuration for multiple document inside a project , Quarto has the Shared Metadata feature. It can be share at the project level (in Format level - share across projectTo share across project a configuration (e.g you revealjs slides use an organization template always), Quarto offers extension mechanism to create custom format where default configuration can be tweak, and the format used in one of the two above solutions format: myorg-revealjs See more in Extensions and Custom Format This new format would live on its own and available somewhare available for easy distribution to be used in all project created. Template level - another way share across projectMaybe more suited for website and blog project, Quarto also offers a template mechanism for project. This is also part of extensions where a project type customized can be set so that each project can be created the same wat to use the same configuration, including formats. Hope this quick answer helps understand the different way to share metadata. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
How to put my css file in setting ,Because I want always to render my css file without the need to put him everytime in every new project
Originally posted by @charbelnaser in #746 (comment)
Beta Was this translation helpful? Give feedback.
All reactions