Reveal Presentation Template

Sable Cantus

Fork this repo GIT URL

Update the slides.md file

  • add bullets
  • titles
  • images

Compile to a self-contained file

./build.sh

pandoc -t revealjs \
--variable theme="black" \
-s slides.md \
-o index.html

Enable git pages FTW