I used RemarkJS to create a super simple standalone slideshow.
I wanted to integrate this easily with my Hugo site, so I put the specific talk images & index.html in their own folder in the static directory, and the shared slideshow CSS and JS in static/css & static/js.
You need to make sure though that the slides’ theme match with your site theme, right?
Yeah, you do. Remark is a bit obtuse (probably with good cause) with it’s CSS, so it’s not “drop in” replacement. I just needed some quick and simple that looked vaguely similar