How do I embed a revealjs presentation as a Github submodule in a Quarto list? #7583
-
DescriptionI have a Quarto blog that lists, among others, various publications of mine. I'd like to embed a revealjs presentation, made with Quarto, but the presentation is in a separate Github repo. I want it to be embedded as a Github submodule so I can propagate changes down. Is there a good, canonical way to do this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
In general, git submodules are discouraged for nearly everything ... This being said, depending on what "embed" means, you could simply in a listing (is that what yoj mean by "Quarto list?) set the href to the external repository or use iframe. This is entirely up to you and I don't think Quarto has or should have any guidelines here. Edit: I invite you to search though the discussions (you can use the labels and/or keywords) as embedded presentation in website/blog has been asked several times already and featured several answers. |
Beta Was this translation helpful? Give feedback.
In general, git submodules are discouraged for nearly everything ...
This being said, depending on what "embed" means, you could simply in a listing (is that what yoj mean by "Quarto list?) set the href to the external repository or use iframe.
This is entirely up to you and I don't think Quarto has or should have any guidelines here.
Edit: I invite you to search though the discussions (you can use the labels and/or keywords) as embedded presentation in website/blog has been asked several times already and featured several answers.