Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 442 Bytes

File metadata and controls

14 lines (9 loc) · 442 Bytes

presentations

Public presentations for conferences.

How to build locally

The root Makefile builds every presentation folder that contains a Markdown file:

make        # builds HTML and PDF outputs for all presentations
make clean  # removes generated HTML and PDF files

You can still run make inside an individual presentation directory to work on a single deck; each folder uses the shared presentation.mk rules.