hm17-conversations/slide_config.js
2017-06-10 17:00:09 +02:00

26 lines
No EOL
847 B
JavaScript

var SLIDE_CONFIG = {
// Slide Settings
settings: {
title: 'Conversations',
subtitle: 'chattare sul cellulare usando server autogestiti',
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.
favIcon: 'false',
fonts: [
'Open Sans:regular,semibold,italic,italicsemibold',
'Source Code Pro'
],
},
// Author information
presenters: [{
name: 'lucha, nullpointer, i-330',
company: 'HackIt 15-18 Giugno 2017',
gplus: '',
twitter: '',
www: '',
github: '',
}]
};