diff options
Diffstat (limited to 'slide_config.json')
-rw-r--r-- | slide_config.json | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/slide_config.json b/slide_config.json index 9a4a4e3..8706255 100644 --- a/slide_config.json +++ b/slide_config.json | |||
@@ -3,19 +3,17 @@ var SLIDE_CONFIG = { | |||
3 | settings: { | 3 | settings: { |
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 | useBuilds: true, // Default: true. False will turn off slide animation builds. |
7 | //hashtag: '#html5', //TODO | ||
8 | useBuilds: true, // Default: true | ||
9 | usePrettify: true, // Default: true | 7 | usePrettify: true, // Default: true |
10 | enableSideAreas: true, // Default: true | 8 | enableSlideAreas: true, // Default: true. False turns off the click areas on either slide of the slides. |
11 | enableTouch: true, // Default: true if device supports touch. | 9 | enableTouch: true, // Default: true. If touch support should enabled. Note: the device must support touch. |
12 | analytics: 'UA-XXXXXXXX-1', | 10 | //analytics: 'UA-XXXXXXXX-1', |
13 | favIcon: 'http://bleedinghtml5.appspot.com/images/chrome-logo-tiny2.png', | 11 | favIcon: 'http://bleedinghtml5.appspot.com/images/chrome-logo-tiny2.png', |
14 | onLoad: null, // TODO. function to call onload | ||
15 | fonts: [ | 12 | fonts: [ |
16 | 'Open Sans:regular,semibold,italic,italicsemibold', | 13 | 'Open Sans:regular,semibold,italic,italicsemibold', |
17 | 'Inconsolata' | 14 | 'Inconsolata' |
18 | ] | 15 | ], |
16 | //theme: ['mytheme'], // Add your own custom themes or styles in /theme/css. Leave off the .css extension. | ||
19 | }, | 17 | }, |
20 | 18 | ||
21 | // Author information | 19 | // Author information |