-
Notifications
You must be signed in to change notification settings - Fork 3
/
config.js
29 lines (27 loc) · 1.18 KB
/
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
var SLIDE_CONFIG = {
// Slide settings
settings: {
title: 'WebGL: 3D Everywhere',
// 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', // 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: 'Kenneth Russell',
company: 'Software Engineer, Google',
// gplus: 'http://plus.google.com/1234567890',
// twitter: 'https://twitter.com/gfxprogrammer',
// www: 'http://gfxprose.blogspot.com/',
// github: 'http://github.com/you'
}]
};