Sample template to get you started with Pandoc + Beamer presentations.
Fork this repository to bootstrap your presentation.
Source markdown files located at src directory. Result is published at publish directory.
Sample: src/sample.md
Result: publish/sample.pdf
Following command builds your presentations into .pdf:
make
To "publish" the final .pdf you can use the following command which builds and copies src/*.pdf into publish/*.pdf
which can then be committed to the repo:
make publish