-
Notifications
You must be signed in to change notification settings - Fork 2
/
deck.js.txt
62 lines (42 loc) · 1.23 KB
/
deck.js.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
58
59
60
61
62
#####################
# Sample Slide Show (S9) template package manifest using deck.js
# - deck.js by Caleb Troughton (aka imakewebthings); see https://github.com/imakewebthings/deck.js
#
# Change as desired/needed
#
# Configured to use the following headers in slides.html.erb:
#
# author: Your Name Here
# title: Your Slide Show Title Here
#
# Questions? Comments?
# Send them along to the wwwmake forum/mailing list.
# http://groups.google.com/group/wwwmake
__file__.html slides.html
__file__.css style.css
# deck.js core machinery
core/deck.core.js
core/deck.core.css
# deck.js extensions
extensions/goto/deck.goto.js
extensions/goto/deck.goto.css
extensions/hash/deck.hash.js
extensions/hash/deck.hash.css
extensions/menu/deck.menu.js
extensions/menu/deck.menu.css
extensions/navigation/deck.navigation.js
extensions/navigation/deck.navigation.css
extensions/scale/deck.scale.js
extensions/scale/deck.scale.css
extensions/status/deck.status.js
extensions/status/deck.status.css
# deck.js themes
themes/style/neon.css
themes/style/swiss.css
themes/style/web-2.0.css
themes/transition/fade.css
themes/transition/horizontal-slide.css
themes/transition/vertical-slide.css
# 3rd party libs
lib/jquery-1.6.4.min.js
lib/modernizr.custom.js