diff options
Diffstat (limited to 'slide_config.js')
-rw-r--r-- | slide_config.js | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/slide_config.js b/slide_config.js index e8ff552..eab9ff8 100644 --- a/slide_config.js +++ b/slide_config.js | |||
@@ -4,11 +4,12 @@ var SLIDE_CONFIG = { | |||
4 | title: 'Title Goes Here<br>Up To Two Lines', | 4 | title: 'Title Goes Here<br>Up To Two Lines', |
5 | subtitle: 'Subtitle Goes Here', | 5 | subtitle: 'Subtitle Goes Here', |
6 | //theme: ['mytheme'], | 6 | //theme: ['mytheme'], |
7 | hashtag: '#html5', //TODO | 7 | //hashtag: '#html5', //TODO |
8 | useBuilds: true, | 8 | useBuilds: true, // Default: true |
9 | usePrettify: true, | 9 | usePrettify: true, // Default: true |
10 | enableSideAreas: true, | 10 | enableSideAreas: true, // Default: true |
11 | enableTouch: true, // TODO: base this on media query instead. | 11 | enableTouch: true, // Default: true if device supports touch. |
12 | //enableSpeakerNotes: true, // Default: false | ||
12 | analytics: 'UA-XXXXXXXX-1', | 13 | analytics: 'UA-XXXXXXXX-1', |
13 | favIcon: 'http://bleedinghtml5.appspot.com/images/chrome-logo-tiny2.png', | 14 | favIcon: 'http://bleedinghtml5.appspot.com/images/chrome-logo-tiny2.png', |
14 | onLoad: null, // TODO. function to call onload | 15 | onLoad: null, // TODO. function to call onload |