From 842ac6b09e0a33f7d7fdc0e634d8ea53bd7ed656 Mon Sep 17 00:00:00 2001 From: Eric Bidelman Date: Sat, 21 Apr 2012 18:02:00 -0700 Subject: Adding local favicon. config cleanup --- slide_config.json | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'slide_config.json') 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 = { settings: { title: 'Title Goes Here
Up To Two Lines', subtitle: 'Subtitle Goes Here', - //theme: ['mytheme'], - //hashtag: '#html5', //TODO - useBuilds: true, // Default: true + useBuilds: true, // Default: true. False will turn off slide animation builds. usePrettify: true, // Default: true - enableSideAreas: true, // Default: true - enableTouch: true, // Default: true if device supports touch. - analytics: 'UA-XXXXXXXX-1', + enableSlideAreas: true, // Default: true. False turns off the click areas on either slide of the slides. + enableTouch: true, // Default: true. If touch support should enabled. Note: the device must support touch. + //analytics: 'UA-XXXXXXXX-1', favIcon: 'http://bleedinghtml5.appspot.com/images/chrome-logo-tiny2.png', - onLoad: null, // TODO. function to call onload fonts: [ 'Open Sans:regular,semibold,italic,italicsemibold', 'Inconsolata' - ] + ], + //theme: ['mytheme'], // Add your own custom themes or styles in /theme/css. Leave off the .css extension. }, // Author information -- cgit v1.2.3