From f208307cbdd403d3fa92a1aae1dc9c094c7ec9d8 Mon Sep 17 00:00:00 2001 From: Eric Bidelman Date: Wed, 11 Jul 2012 10:43:37 -0700 Subject: Bringing in upstream changes --- slide_config.json | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 slide_config.json (limited to 'slide_config.json') diff --git a/slide_config.json b/slide_config.json deleted file mode 100644 index 0b37874..0000000 --- a/slide_config.json +++ /dev/null @@ -1,34 +0,0 @@ -var SLIDE_CONFIG = { - // Slide settings - settings: { - title: 'Title Goes Here
Up To Two Lines', - subtitle: 'Subtitle Goes Here', - useBuilds: true, // Default: true. False will turn off slide animation builds. - usePrettify: true, // Default: true - 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', - 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 - presenters: [{ - name: 'Firstname Lastname', - company: 'Job Title, Google', - gplus: 'http://plus.google.com/1234567890', - twitter: '@yourhandle', - www: 'http://www.you.com' - }/*, { - name: 'Eric Bidelman', - gplus: 'http://plus.ericbidelman.com', - company: 'Senior Developer Programs Engineer, Google Chrome', - twitter: '@ebidel', - www: 'http://www.ericbidelman.com' - }*/] -}; - -- cgit v1.2.3