How to Add reveal-hugo to a Hugo Site
What we are trying to achieve is hosting RevealJS slides on our Hugo blog like this example slide deck. The markdown the slides are built from is in the slide source. Background Recently, I did a talk at the Conf42 conference shameless plug here. At the time I was working on the slides using Reveal.js, as I did for all of my slides as I can create a slideshow using just plain markdown. I hosted all of my talks in a separate repository. Which published to a simple site. ...