blob: 8f188f7a9e7da6a5a0453d0f4335e388da46ae63 [file] [log] [blame]
var SLIDE_CONFIG = {
// Slide settings
settings: {
title: '<span style="font-size:80px">WTFM!&nbsp;</span><br/><span style="font-size:50px">Write The Friendly Manual with Mylyn Intent&nbsp;</span>',
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',
'Inconsolata'
],
//theme: ['mytheme'], // Add your own custom themes or styles in /theme/css. Leave off the .css extension.
},
// Author information
presenters: [{
name: 'Alex Lagarde (Morel)',
company: 'Software Engineer, Obeo',
gplus: 'https://plus.google.com/117030173458875569066',
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'
}*/]
};