I recently started preparing a talk with the reveal.js template option to voila/voici and absolute love it. However, by default this uses the “white” template of reveal.js, but other options can be found here: Themes | reveal.js. How do I configure voila to use e.g. the “blood” template when I run the command
voila mynotebook.ipynb --template=reveal
Either a command line command or instructions on how to construct a config json file would be very much appreciated. I’m still struggling with understanding how to configure jupyterlab/voila in general. I tried to follow the generic instructions in the documentation but that didn’t help me to set such specific options.