From 04153b7c8a3332c8008408227f6d71b8ef392c35 Mon Sep 17 00:00:00 2001 From: Eric Bidelman Date: Sat, 14 Apr 2012 18:43:06 -0700 Subject: Moving slide config to its own file. eval is bad --- slide_config.js | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 slide_config.js (limited to 'slide_config.js') diff --git a/slide_config.js b/slide_config.js new file mode 100644 index 0000000..e8ff552 --- /dev/null +++ b/slide_config.js @@ -0,0 +1,35 @@ +var SLIDE_CONFIG = { + // Slide settings + settings: { + title: 'Title Goes Here
Up To Two Lines', + subtitle: 'Subtitle Goes Here', + //theme: ['mytheme'], + hashtag: '#html5', //TODO + useBuilds: true, + usePrettify: true, + enableSideAreas: true, + enableTouch: true, // TODO: base this on media query instead. + 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' + ] + }, + + // 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