-
Notifications
You must be signed in to change notification settings - Fork 65
/
Copy pathslide_config.js
32 lines (30 loc) · 1.09 KB
/
slide_config.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
var SLIDE_CONFIG = {
// Slide settings
settings: {
title: 'The Web Can Do That!?',
subtitle: 'Adventures Into HTML5',
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-32630298-1',
favIcon: 'images/chrome-logo-tiny.png',
fonts: [
'Open Sans:regular,semibold,italic,italicsemibold',
'Inconsolata',
'Cabin Sketch:400',
'Muli'
],
//theme: ['mytheme'], // Add your own custom themes or styles in /theme/css. Leave off the .css extension.
},
// Author information
presenters: [{
name: 'Eric Bidelman',
gplus: 'http://plus.ericbidelman.com',
title: 'Senior Developer Programs Engineer',
company: 'Google Chrome Team',
twitter: '@ebidel',
www: 'http://www.ericbidelman.com',
github: 'https://github.com/ebidel'
}]
};