slides
This repo houses all my slides (.html
) for presentations and workshops. It is fully automated:
- Any local changes watched by watchman will trigger an auto commit to github.
brew install watchman
watchman watch $PWD
watchman -- trigger $PWD auto-commit '**/*' -- ./auto-commit.sh
- Github action runs
update.R
to update talks inREADME.md
. - The slides are powered by Netlify.