#!/bin/bash pandoc --standalone \ -V revealjs-url="." \ -V theme=dllf \ -V hash=true \ -V center=false \ -V backgroundTransition=zoom \ -V width=1280 \ -V height=700 \ -V margin=.08 \ --template source/template.html \ source/presentation.md \ -t revealjs \ -o index.html