-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathshower.txt
57 lines (44 loc) · 1.69 KB
/
shower.txt
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
######################################################################
# Sample Slide Show (S9) template package manifest using 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
#
# Configured to use the following headers in slides.html:
#
# theme: material|ribbon
# author: Your Name Here
# title: Your Slide Show Title Here
# cover: Your Slide Show Cover Image Here
#
# Questions? Comments?
# Send them along to the wwwmake forum/mailing List.
# http://groups.google.com/group/wwwmake
__file__.html slides.html
# scripts
shower/shower.min.js
# ribbon theme
shower/themes/ribbon/fonts/pt-mono-regular.woff
shower/themes/ribbon/fonts/pt-sans-bold-italic.woff
shower/themes/ribbon/fonts/pt-sans-bold.woff
shower/themes/ribbon/fonts/pt-sans-italic.woff
shower/themes/ribbon/fonts/pt-sans-narrow-bold.woff
shower/themes/ribbon/fonts/pt-sans-regular.woff
shower/themes/ribbon/images/grid.png
shower/themes/ribbon/images/grid@2x.png
shower/themes/ribbon/images/ribbon.svg
shower/themes/ribbon/styles/screen-16x10.css
shower/themes/ribbon/styles/screen-4x3.css
# material theme
shower/themes/material/fonts/roboto-bold-italic.woff
shower/themes/material/fonts/roboto-bold.woff
shower/themes/material/fonts/roboto-italic.woff
shower/themes/material/fonts/roboto-light.woff
shower/themes/material/fonts/roboto-mono-regular.woff
shower/themes/material/fonts/roboto-regular.woff
shower/themes/material/images/github.svg
shower/themes/material/images/grid.png
shower/themes/material/images/grid@2x.png
shower/themes/material/styles/screen-16x10.css
shower/themes/material/styles/screen-4x3.css