joshed-io / reveal-hugo

📽️ Create rich HTML-based presentations with Hugo and Reveal.js
https://reveal-hugo.dzello.com/
MIT License
689 stars 146 forks source link

proposal - integrate with `reveal.js-menu` #110

Open deancn opened 3 years ago

deancn commented 3 years ago

https://denehyg.github.io/reveal.js-menu/#/home

image

davidovich commented 2 years ago

I have tried a POC of using the external plugin documentation with reaveal.js-menu in the exampleSite of reveal-hugo and it works pretty well. Currently, you need to use version 1.2.0 of reveal.js-menu because reveal-hugo does not support (yet) version 4 of reveal-js.

How did you envision the integration that you suggest ? Should we embed reveal-js-menu in reveal-hugo ? Do you see something like slide front matter configuration:

show_menu = true

Aside from reveal-hugo integrating reveal.js-menu, I think that there is an opportunity to simplify the addition of plugins in general.