- Install pandoc, make sure it's the latest version. The last time we did it,
apt
installed some archaic version that messed things up. - Clone this repository using
git clone --recurse-submodules [email protected]:IISERM/turing-club-orientation.git
cd
toturing-club-orientation
.- Run
git submodule update --remote --recursive
. - Edit
orientation.md
. - Run
pandoc -i orientation.md -t revealjs -o index.html --slide-level=2 --standalone -V revealjs-url=./reveal.js
- Open
index.html
to view the slides. - Run
git commit -m "Update for 20xx orientation" -a
.
Note:- These instructions are suited for deployment to github pages. If you need a standalone version of index.html
that you can carry around with yourself in a USB, run pandoc -i orientation.md -t revealjs -o index.html --slide-level=2 --embed-resources -V revealjs-url=./reveal.js
in step 6.
You can find this presentation here