From 765d63c299db8b75217b578b3a295fbce5d7abd3 Mon Sep 17 00:00:00 2001 From: Pacien TRAN-GIRARD Date: Mon, 12 May 2014 21:40:42 +0200 Subject: Import and format code --- slide_config.js | 74 ++++++++++++++++++++++++++++----------------------------- 1 file changed, 37 insertions(+), 37 deletions(-) (limited to 'slide_config.js') diff --git a/slide_config.js b/slide_config.js index 0d9b7c6..8cb5c2e 100644 --- a/slide_config.js +++ b/slide_config.js @@ -1,40 +1,40 @@ var SLIDE_CONFIG = { - // Slide settings - settings: { - title: 'Title Goes Here
Up To Two Lines', - subtitle: 'Subtitle Goes Here', - //eventInfo: { - // title: 'Google I/O', - // date: '6/x/2013' - //}, - 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', // TODO: Using this breaks GA for some reason (probably requirejs). Update your tracking code in template.html instead. - favIcon: 'images/google_developers_logo_tiny.png', - fonts: [ - 'Open Sans:regular,semibold,italic,italicsemibold', - 'Source Code Pro' - ], - //theme: ['mytheme'], // Add your own custom themes or styles in /theme/css. Leave off the .css extension. - }, + // Slide settings + settings : { + title : 'Title Goes Here
Up To Two Lines', + subtitle : 'Subtitle Goes Here', + // eventInfo: { + // title: 'Google I/O', + // date: '6/x/2013' + // }, + 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', // TODO: Using this breaks GA for some + // reason (probably requirejs). Update your tracking code in + // template.html instead. + favIcon : 'images/google_developers_logo_tiny.png', + fonts : [ 'Open Sans:regular,semibold,italic,italicsemibold', + 'Source Code Pro' ], + // 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', - github: 'http://github.com/you' - }/*, { - name: 'Second Name', - company: 'Job Title, Google', - gplus: 'http://plus.google.com/1234567890', - twitter: '@yourhandle', - www: 'http://www.you.com', - github: 'http://github.com/you' - }*/] + // Author information + presenters : [ { + name : 'Firstname Lastname', + company : 'Job Title
Google', + gplus : 'http://plus.google.com/1234567890', + twitter : '@yourhandle', + www : 'http://www.you.com', + github : 'http://github.com/you' + } /* + * , { name: 'Second Name', company: 'Job Title, Google', gplus: + * 'http://plus.google.com/1234567890', twitter: '@yourhandle', www: + * 'http://www.you.com', github: 'http://github.com/you' } + */] }; - -- cgit v1.2.3