Skip to content

paulRbr/talks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

517b580 · Sep 23, 2018

History

14 Commits
Nov 4, 2017
Mar 23, 2018
Dec 5, 2017
Apr 1, 2018
Nov 2, 2017
Jun 26, 2018
Nov 2, 2017
Jun 26, 2018
Dec 9, 2017
Nov 2, 2017
Nov 2, 2017

Repository files navigation

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