Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
geraldb committed May 12, 2016
1 parent 2a5fdcb commit fc07561
Show file tree
Hide file tree
Showing 6 changed files with 53 additions and 23 deletions.
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Komodo Project Files

*.kpf
_site/
.sass-cache/
.jekyll-metadata
30 changes: 19 additions & 11 deletions README.markdown → README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Shower (Ribbon Theme) - Slide Show (S9) Template Pack
# Shower (Ribbon Theme) - Slide Show (S9) Template Pack

## What's Slide Show (S9)?

Expand All @@ -8,16 +8,23 @@ More [Slide Show (S9) Project Site »](http://slideshow-s9.github.io)

## Intro

The [Shower](https://github.com/shower/shower) package by Vadim Makeev bundled up into
The [Shower](https://github.com/shower/shower) package by Vadim Makeev bundled up into
a Slide Show (S9) template pack.

Note, the package is configured to use the following headers in `slides.html.erb`:
Note, the package is configured to use the following headers in `slides.html`:

author: Your Name Here
title: Your Slide Show Title Here
cover: Your Slide Show Cover Image Here
lang: Your Language Here




## Live Preview

See [`slides.html`](http://slideshow-templates.github.io/slideshow-shower/slides.html).


## Try It Yourself - How To Use the Template Pack

If you want to try it yourself, install (fetch) the new template pack. Issue the command:
Expand All @@ -27,7 +34,7 @@ If you want to try it yourself, install (fetch) the new template pack. Issue the
Or as an alternative clone the template pack using `git`. Issue the commands:

$ cd ~/.slideshow/templates
$ git clone git://github.com/slideshow-s9/slideshow-shower.git
$ git clone https://github.com/slideshow-templates/slideshow-shower.git

To check if the new template got installed, use the `list` command:

Expand All @@ -42,10 +49,11 @@ Now you're ready to use it using the `-t/--template` switch. Example:

$ slideshow build tutorial -t shower

That's it.

That's it.


## Questions? Comments?

Questions? Comments?
Send them along to the [Free Web Slide Show Alternatives (S5, S6, S9, Slidy And Friends) Forum/Mailing List](http://groups.google.com/group/webslideshow).
Thanks!

Questions? Comments?
Send them along to the [wwwmake forum/mailing list](http://groups.google.com/group/wwwmake).
Thanks!
21 changes: 21 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
#####
# GitHub Pages / Jekyll settings / config

headers:
title: Shower Presentation Template
author: "Vadim Makeev, Opera Software"
cover: pictures/cover.jpg
lang: en-US
generator: GitHub Pages w/ Jekyll


collections:
slides:
output: false


exclude:
- README.md
- sample.md
- shower.license.txt
- shower.txt
3 changes: 1 addition & 2 deletions sample.markdown → sample.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
title: Shower Presentation Template
author: Vadim Makeev, Opera Software

%% todo: add support for breaking slides on h2 instead of h1 to s9 generator

# Header

Expand Down Expand Up @@ -31,4 +30,4 @@ not crash _your_ browser.

# Thank You

Questions? Comments?
Questions? Comments?
16 changes: 9 additions & 7 deletions shower.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@
######################################################################
# Sample Slide Show (S9) template package manifest using Shower
# - Shower by Vadim Makeev (aka pepelsbey); see https://github.com/pepelsbey/shower
# - Shower by Vadim Makeev (aka pepelsbey); see https://github.com/shower/shower
# - (Note: Template package still in development, Beta Vesion)
#
# Change as desired/needed
# Change as desired/needed
#
# Configured to use the following headers in slides.html:
#
# Configured to use the following headers in slides.html.erb:
#
# author: Your Name Here
# title: Your Slide Show Title Here
# cover: Your Slide Show Cover Image Here
#
# Questions? Comments?
# Send them along to the Free Web Slide Show Alternatives (S5, S6, S9 And Friends) Forum/Mailing List.
# http://groups.google.com/group/webslideshow
# Send them along to the wwwmake forum/mailing List.
# http://groups.google.com/group/wwwmake


__file__.html slides.html.erb
__file__.html slides.html

# scripts

Expand Down
File renamed without changes.

0 comments on commit fc07561

Please sign in to comment.