Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 377 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 377 Bytes

Talks

Compilation of talks I have made to share publicly.

Installation

npm install -g reveal-md

Write

Open the slides in the browser in "watch" mode.

reveal-md -w <path_to_presentation>/slides.md

Publish

HTML format:

reveal-md <path_to_presentation>/slides.md --static public

PDF format:

reveal-md <path_to_presentation>/slides.md --print slides.pdf