I could use some advice about how to organize Rmd slides for use in an instructional website! We have a teaching material website made with Distill, and sometimes we want to use slides made in Xaringan. We do several short courses, and each short course might have a different theme for the slides.
My question is, what is the smoothest way to organize this? Right now we place the slides inside each Distill post -- but this just leads to many copies of the same CSS files and img files.
In a different post here, @apreshill says
I will say I have found it easier to store my presentations in a separate repo then link to them from my site though.
so should we take this approach -- one repo per short course, and link to these from the main distill website?
For reference, the github repo in question is GitHub - bios2/bios2.github.io