comparison seminar2013/pm_kou_config.js @ 2:7f4128b2369a

update seminar slides
author taiki <taiki@cr.ie.u-ryukyu.ac.jp>
date Tue, 04 Jun 2013 17:15:27 +0900
parents
children
comparison
equal deleted inserted replaced
1:d3f740120b55 2:7f4128b2369a
1 var SLIDE_CONFIG = {
2 // Slide settings
3 settings: {
4 title: 'ELILO におけるメモリ管理の実験',
5 //subtitle: 'Subtitle Goes Here',
6 useBuilds: true, // Default: true. False will turn off slide animation builds.
7 usePrettify: true, // Default: true
8 enableSlideAreas: true, // Default: true. False turns off the click areas on either slide of the slides.
9 enableTouch: true, // Default: true. If touch support should enabled. Note: the device must support touch.
10 //analytics: 'UA-XXXXXXXX-1', // TODO: Using this breaks GA for some reason (probably requirejs). Update your tracking code in template.html instead.
11 favIcon: 'images/google_developers_logo_tiny.png',
12 fonts: [
13 'Open Sans:regular,semibold,italic,italicsemibold',
14 'Source Code Pro'
15 ],
16 //theme: ['mytheme'], // Add your own custom themes or styles in /theme/css. Leave off the .css extension.
17 },
18
19 // Author information
20 presenters: [{
21 name: 'Taiki Taira',
22 // company: 'Job Title, Google',
23 gplus: '',
24 twitter: '',
25 www: '',
26 github: ''
27 }/*, {
28 name: 'Second Name',
29 company: 'Job Title, Google',
30 gplus: 'http://plus.google.com/1234567890',
31 twitter: '@yourhandle',
32 www: 'http://www.you.com',
33 github: 'http://github.com/you'
34 }*/]
35 };
36