How to have two revealjs with different scss on the same website #11266
-
DescriptionGoalI have one Quarto website, including revealjs slideshows for different employers. They need different styles (scss, or themes). I run into the same problem, no matter how I tackle the problem. The revealjs-template/scss I last rendered is used for every revealjs on the website. Probable cause:When I check the css file of the rendered revealjs, it's all compiled into one css file under docs/site_libs/revealjs/dist/theme/quarto.css. Desired behaviour:There should be different css files depending on which template was chosen. Failed solution ideas:
Could it be, that this usecase has not been foreseen? ExamplesMy github repo for the website is here: https://github.com/PHBern-RConrardy/lerngelegenheiten DisclaimerI'm not a programmer, I don't know much about Lua-filters etc. 😅 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
@PHBern-RConrardy Quarto 1.6 should support this out of the box. |
Beta Was this translation helpful? Give feedback.
-
thank you very much for the quick, concise answer. That solved this problem. |
Beta Was this translation helpful? Give feedback.
@PHBern-RConrardy Quarto 1.6 should support this out of the box.