Closed Guts closed 7 months ago
Here's the template: https://github.com/webpro/reveal-md/blob/main/lib/template/listing.html
Looks like only a theme is supported, not custom CSS.
Feel free to add it (you could steal from the slides template: https://github.com/webpro/reveal-md/blob/main/lib/template/reveal.html)
You can find a similar workflow here: https://github.com/HoGentTIN/hogent-revealmd
index.html
or something elseOMG I've missed the previous answer from @webpro, sorry for that!
So, thanks you for your answer. I missed the listingTemplate
in configuration: https://github.com/webpro/reveal-md/blob/7822ab9230073721d190d8234b3bf8145c81d6fa/lib/defaults.json#L6
And thanks you too @MartenBE for your working example, it's really helpful :pray:!
By the way @MartenBE you may have noticed that mermaid is now supported out-of-the-box (https://github.com/webpro/reveal-md/releases/tag/6.1.0-next.0) so https://github.com/HoGentTIN/hogent-revealmd/blob/31521f131d0b284d38adefe68aad9b43fd4f8c31/reveal-md.json#L6 could be removed?
By the way @MartenBE you may have noticed that mermaid is now supported out-of-the-box (https://github.com/webpro/reveal-md/releases/tag/6.1.0-next.0) so https://github.com/HoGentTIN/hogent-revealmd/blob/31521f131d0b284d38adefe68aad9b43fd4f8c31/reveal-md.json#L6 could be removed?
I have, but I can't seem to get it to work on the example repo. Perhaps @webpro could try it out on the given example repo? I am probably doing something wrong ...
Really nice project! Thanks for that :pray:!
Here is the command I use to generate static slides to host them on GitLab Pages (sorry locked repo):
But the index.html is poorly stylized:
I expected that my custom css (passed as
-css
) would be used also for this page. Am I missing something?Thanks for your help.