aboutsummaryrefslogtreecommitdiff
path: root/presentation/mkpres
diff options
context:
space:
mode:
Diffstat (limited to 'presentation/mkpres')
-rwxr-xr-xpresentation/mkpres12
1 files changed, 12 insertions, 0 deletions
diff --git a/presentation/mkpres b/presentation/mkpres
new file mode 100755
index 0000000..41c89be
--- /dev/null
+++ b/presentation/mkpres
@@ -0,0 +1,12 @@
+#!/bin/sh
+
+pandoc \
+ --to=html5 \
+ --template=template.html \
+ --standalone \
+ --section-divs \
+ --variable theme=league \
+ --no-highlight \
+ presentation.md \
+ --output=presentation.html \
+ $@