Let me introduce you to Reveal-Jekyll
Run the presentation using:
# With Bundle
bundle exec jekyll serve
Check the basement slides by clicking the down arrow.
Basement slides can be put in the _basements folder.
Use the slide: slide-title attribute to choose under which slide your basement will go.
That’s all you need!
Edit the .md files in slides to update your demo
Reveal features work straight from Markdown.
// Highlighted line numbers work too
Reveal.initialize({ hash: true, controls: true });
Here is an example of a standalone slide.
Use background attribute to add a background image.