forked from google/google-api-javascript-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathslide_config.js
More file actions
28 lines (26 loc) · 1.04 KB
/
slide_config.js
File metadata and controls
28 lines (26 loc) · 1.04 KB
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
var SLIDE_CONFIG = {
// Slide settings
settings: {
title: 'Building Web Applications that use Google APIs and the JavaScript Client for Google APIs',
subtitle: '',
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',
favIcon: 'http://bleedinghtml5.appspot.com/images/chrome-logo-tiny2.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: 'Brendan O\'Brien',
company: 'Software Engineer, Google+',
gplus: 'https://plus.google.com/116812371442532868406',
twitter: '@ICodeJS',
www: ''
}]
};