Skip to content

Convert Reveal.JS slides to reveal-hugo

Jamie Tanna requested to merge feature/reveal-hugo into master

Instead of using a homegrown, overly engineered setup for my slides, it's easier to re-use existing setup such as reveal-hugo, especially as I now use Hugo for jvt.me.

  • Flatten file structure into one file per section, rather than many, which required some extra rework to pre-render the Markdown, and then concatenate files.
  • Remove reliance on Bower, NPM and Bundler, as we now only need Reveal-Hugo.

Merge request reports