forked from nschloe/talk-python-scientific
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathslide_config.js
38 lines (36 loc) · 1.32 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
32
33
34
35
36
37
var SLIDE_CONFIG = {
// Slide settings
settings: {
title: 'Scientific Computing with Python',
subtitle: '',
eventTitle: 'Cosse workshop 2014, Potsdam',
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/matheon-logo-color.svg',
fonts: [
'Open Sans:regular,semibold,italic,italicsemibold',
'Source Code Pro'
],
theme: ['matheon'], // Add your own custom themes or styles in /theme/css. Leave off the .css extension.
},
// Author information
presenters: [
{
name: 'André Gaul',
company: 'Researcher, Matheon',
twitter: '@andrenarchy',
github: 'https://github.com/andrenarchy'
},
{
name: 'Nico Schlömer',
company: 'Researcher, Matheon',
gplus: 'https://plus.google.com/110475963061639463862',
twitter: '@nschloe',
//www: 'http://www.you.com',
github: 'https://github.com/nschloe'
}
]
};