Skip to content
Discussion options

You must be logged in to vote

You can use a pre-render script to create Quarto documents which will only contain YAML frontmatter and since you are using R/knitr, use params to set custom elements, then have an include shortcode to include the content from an external Quarto document.
This way you can create a bunch of small documents while keeping only one source for the content.
Note that currently, this will need two rendering for the first time: Quarto won't know about the generated documents at the first render as it "scans" before pre-render script.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

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

Answer selected by reuning
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment