~whereswaldon/presentations

36c7f48e87f7b23347932d61172bc8a1530fe918 — Chris Waldon 5 years ago ae32ac1 master
Improve makefile and document with README
3 files changed, 9 insertions(+), 2 deletions(-)

A README.md
M makefile
M terminal-velocity-ato-2019.md
A README.md => README.md +6 -0
@@ 0,0 1,6 @@
# Presentations

This repo is the materials for presentations that I've given. Currently, it contains:

- **Terminal Velocity: Work Faster in Your Shell**
  - to view the rendered deck, use `make regen` and then open `index.html` in your browser.

M makefile => makefile +3 -1
@@ 2,10 2,12 @@ REVEAL_VERSION=3.8.0
REVEAL_ARCHIVE=reveal.js.tar.gz

watch:
	ls | entr -p make regen
	ls | entr -p make refresh

regen: reveal.js
	pandoc -t revealjs -s terminal-velocity-ato-2019.md -o ./index.html --slide-level 2

refresh: regen
	reload-browser Firefox

reveal.js:

M terminal-velocity-ato-2019.md => terminal-velocity-ato-2019.md +0 -1
@@ 316,7 316,6 @@ bat makefile

## Contact me:

- christopher.waldon.dev@gmail.com
- keybase.io/whereswaldon
- waldon.blog/contact
- git.sr.ht/~whereswaldon