Can quarto template use a local git directory? #7650
Unanswered
nucleic-acid
asked this question in
Q&A
Replies: 1 comment 4 replies
-
See the documentation on distributing extensions: https://quarto.org/docs/extensions/creating.html#distribution |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I'd like to regularly use a quarto letter extension/template (in particular this one) but with my personal address and contact information already included.
I don't want to upload this information in a fork of the template, but rather have quarto pull the template from a local clone on my machine of the repository. Like
quarto use template /path/to/my/local/quarto-brief
Trying this didn't work. Is there a way? I cannot find anything like it in the documentation.
Beta Was this translation helpful? Give feedback.
All reactions