/revealjs-template

Template for using make, pandoc and reveal.js

Primary LanguageMakefile

A template for using make with revealjs and pandoc on Windows.

To get the files in the submodule-folder you need to run two additional commands:

git submodule init

git submodule update

Another option is to clone the whole repository recursively:

git clone --recursive