aboutsummaryrefslogtreecommitdiff
path: root/presentation/mkpres
blob: 41c89be6c58bc4f6efdaffdad338114e0c1e0d56 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

pandoc \
    --to=html5 \
    --template=template.html \
    --standalone \
    --section-divs \
    --variable theme=league \
    --no-highlight \
    presentation.md \
    --output=presentation.html \
    $@