@@ -8,25 +8,31 @@ title: Settings, Tips, Tricks and More
8
8
Using the ` install ` command lets you fetch (install) new templates. Example:
9
9
10
10
```
11
- $ slideshow install s5blank
11
+ $ slideshow install s6blank
12
12
```
13
13
14
14
or
15
15
16
16
```
17
- $ slideshow install https://raw.github.com/slideshow-templates/slideshow-s5 -blank/master/s5blank .txt
17
+ $ slideshow install https://raw.github.com/slideshow-templates/slideshow-s6 -blank/master/s6blank .txt
18
18
```
19
19
20
20
Resulting in:
21
21
22
22
```
23
- Fetching template package 's5blank'
24
- : from 'https://raw.github.com/slideshow-templates/slideshow-s5-blank/master
25
- : saving to '~/.slideshow/templates/s5blank'
26
- Downloading manifest 's5blank.txt'...
27
- Downloading template 'header.html.erb'...
28
- ...
29
- Downloading template 'ui/default/slides.js'...
23
+ Fetching template pack 's6blank'
24
+ from 'https://raw.github.com:443/slideshow-templates/slideshow-s6-blank/master'
25
+ saving to '~/.slideshow/templates/s6blank'
26
+ Downloading manifest 's6blank.txt'...
27
+ Downloading file 'slides.html'...
28
+ Downloading file 'style.css'...
29
+ Downloading file 's6/projection.css'...
30
+ Downloading file 's6/screen.css'...
31
+ Downloading file 's6/print.css'...
32
+ Downloading file 's6/jquery.js'...
33
+ Downloading file 's6/jquery.microsoft.js'...
34
+ Downloading file 's6/jquery.slideshow.js'...
35
+ Downloading file 'slides.pdf.html'...
30
36
Done.
31
37
```
32
38
@@ -72,10 +78,10 @@ cd ~/.slideshow/templates
72
78
73
79
Step 2: Clone (Fetch) the template pack using ` git `
74
80
75
- Let's clone the ` slideshow-google-html5-slides ` template pack. Issue the command:
81
+ Let's clone the reveal.js template pack. Issue the command:
76
82
77
83
```
78
- git clone http://github.com/slideshow-templates/slideshow-google-html5-slides .git
84
+ git clone http://github.com/slideshow-templates/slideshow-reveal.js .git
79
85
```
80
86
81
87
That's it. Use the ` list ` command to list all installed template packs.
@@ -98,9 +104,15 @@ $ slideshow ls
98
104
Resulting in:
99
105
100
106
```
101
- Installed templates include:
102
- s5blank.txt (~/.slideshow/templates/s5blank/s5blank.txt)
103
- s6.txt (/usr/lib/ruby/gems/1.8/gems/slideshow-0.8/templates/s6.txt)
107
+ Installed template packs in search path
108
+ [1] templates/*.txt
109
+ [2] templates/*/*.txt
110
+ [3] node_modules/*/*.txt
111
+ [4] ~/.slideshow/templates/*.txt
112
+ [5] ~/.slideshow/templates/*/*.txt
113
+ include:
114
+ reveal.js (~/.slideshow/templates/reveal.js/reveal.js.txt)
115
+ s6blank (~/.slideshow/templates/s6blank/s6blank.txt)
104
116
```
105
117
106
118
@@ -114,8 +126,8 @@ To use your own template pack use the `-t/--template MANIFEST` option
114
126
passing along the manifest. Example:
115
127
116
128
```
117
- $ slideshow build microformats.text -t s6
118
- $ slideshow build microformats.text -t s5blank
129
+ $ slideshow build microformats.text -t s6blank
130
+ $ slideshow build microformats.text -t reveal.js
119
131
```
120
132
121
133
Got templates? Send a link and announcement to the
@@ -208,7 +220,7 @@ author: Jim Weirich
208
220
Jim Weirich
209
221
```
210
222
211
- See [ 10 Things Every Java Programmer Should Know About Ruby] ( http://raw.github.com/slideshow-s9/samples/master/10things.text )
223
+ See [ 10 Things Every Java Programmer Should Know About Ruby] ( http://raw.github.com/slideshow-s9/samples/master/10things.md )
212
224
sample.
213
225
214
226
Note, as an alternative syntax to skip (comment out)
0 commit comments