forked from flavorjones/workshop
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
25 lines (10 loc) · 730 Bytes
/
README
File metadata and controls
25 lines (10 loc) · 730 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Using slidedown to generate the workshop slides
sudo gem install slidedown
slidedown workshop.md > workshop.html
open workshop.html
use arrow keys to navigate slides
If you are creating a new set of slides, you would create "workshop.md" by writing markdown, see other .md files in the root directory for example
If you want to edit slides, change one of the .md files and regenerate the .html and check both in
to generate notes (html without the !SLIDES notation)
./makenotes workshop.md workshop-notes.html
not really print-able, but a good starting point for handouts (which I then copy into a pretty editor, format and print), someday would be nice to CSS/PDF or something to avoid the manual step