Note: This is the old (archived) S6 Blank version anno 2016 with the jquery library. See the new version, that is,
/slideshow-s6-blank
for the latest (and greatest) slides machinery. Thanks.
See slides.html
and slides.pdf.html
.
A Ruby gem that lets you create slide shows and author slides in plain text using a wiki-style markup language that's easy-to-write and easy-to-read. More Slide Show (S9) Project Site »
The S6 Blank v1 package bundled up into a Slide Show (S9) template pack.
Note, this template pack includes no vector graphics gradient themes "out-of-the-box". The background is blank (white) and the text color is black. Change the background and colors to your need.
If you want to try it yourself, install (fetch) the new template pack. Issue the command:
$ slideshow install s6blank
Or as an alternative clone the template pack using git
. Issue the commands:
$ cd ~/.slideshow/templates
$ git clone https://github.com/slideshow-templates/slideshow-s6-blank.git
To check if the new template got installed, use the list
command:
$ slideshow list
Listing something like:
Installed templates include:
s6blank.txt (~/.slideshow/templates/s6blank/s6blank.txt)
Now you're ready to use it using the -t/--template
switch. Example:
$ slideshow build tutorial -t s6blank
That's it.
Questions? Comments? Send them along to the wwwmake forum/mailing list. Thanks!