Skip to content

cryptoparty/slides

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CryptoParty Slides

Description

An attempt to create a universal basic set of presentation slides to help teach basic conepts at Cryptoparties.

Layout

We are trying to follow a convention to make navigation easier:

slides/<topic>/<language>

Producing slide shows with Pandoc

$ cd /slides/intro/en/
$ pandoc -t slidy -s intro.md -o intro.html
$ cd /slides/otr/en/
$ pandoc -t slidy -s otr.md -o otr.html
$ cd /slides/risk/en/
$ pandoc -t slidy -s risk.md -o risk.html

This produces an HTML + javascript slide presentation that can be viewed via a web browser.

More information here http://johnmacfarlane.net/pandoc/README.html#producing-slide-shows-with-pandoc

About

an attempt to create a universal basic set of presentation slides to help teach basic concepts at Cryptoparties.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published