In a Quarto Website: How to provide a .qmd template file to download? #7848
Answered
by
mcanouil
chaz-clark
asked this question in
Q&A
-
Description_Use this [template](/Templates/ds250_project_template_clean.qmd) to submit your Client Report. The template has three sections (for additional details please see the [instructional template](/Templates/ds250_project_template.qmd)):_ The above code results in hyperlinks to |
Beta Was this translation helpful? Give feedback.
Answered by
mcanouil
Jan 1, 2024
Replies: 1 comment 2 replies
-
If you don't want the Quarto document to be rendered, you have to tell Quarto to not render it. project:
render:
- "!/Templates" |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
chaz-clark
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you don't want the Quarto document to be rendered, you have to tell Quarto to not render it.
See https://quarto.org/docs/websites/index.html#render-targets.