railsbridge / workshop

materials for Ruby on Rails intro workshop

workshop / README
100644 26 lines (10 sloc) 0.73 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
 
 
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