diff --git a/build.sh b/build.sh new file mode 100644 index 0000000..7ab0f9c --- /dev/null +++ b/build.sh @@ -0,0 +1 @@ +pandoc --slide-level 2 --variable theme=black --variable transition=slide --variable writerHtml5=True -i -s -o slides.html --template=default.revealjs --variable controls=true --variable history=true --metadata pagetitle="Backup" -t revealjs vortrag.md diff --git a/pandoc b/pandoc new file mode 100755 index 0000000..7b8667b Binary files /dev/null and b/pandoc differ