Skip to content

Commit 40adbd3

Browse files
authoredOct 30, 2017
Update more.md
1 parent 6181674 commit 40adbd3

File tree

1 file changed

+29
-17
lines changed

1 file changed

+29
-17
lines changed
 

‎more.md

+29-17
Original file line numberDiff line numberDiff line change
@@ -8,25 +8,31 @@ title: Settings, Tips, Tricks and More
88
Using the `install` command lets you fetch (install) new templates. Example:
99

1010
```
11-
$ slideshow install s5blank
11+
$ slideshow install s6blank
1212
```
1313

1414
or
1515

1616
```
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
1818
```
1919

2020
Resulting in:
2121

2222
```
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'...
3036
Done.
3137
```
3238

@@ -72,10 +78,10 @@ cd ~/.slideshow/templates
7278

7379
Step 2: Clone (Fetch) the template pack using `git`
7480

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:
7682

7783
```
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
7985
```
8086

8187
That's it. Use the `list` command to list all installed template packs.
@@ -98,9 +104,15 @@ $ slideshow ls
98104
Resulting in:
99105

100106
```
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)
104116
```
105117

106118

@@ -114,8 +126,8 @@ To use your own template pack use the `-t/--template MANIFEST` option
114126
passing along the manifest. Example:
115127

116128
```
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
119131
```
120132

121133
Got templates? Send a link and announcement to the
@@ -208,7 +220,7 @@ author: Jim Weirich
208220
Jim Weirich
209221
```
210222

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)
212224
sample.
213225

214226
Note, as an alternative syntax to skip (comment out)

0 commit comments

Comments
 (0)
Please sign in to comment.