slide_config.js 871 B

1234567891011121314151617181920212223242526
  1. var SLIDE_CONFIG = {
  2. // Slide Settings
  3. settings: {
  4. title: 'Conversations',
  5. subtitle: 'chattare sul cellulare usando server autogestiti',
  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. favIcon: 'images/conversations_logo.png',
  11. fonts: [
  12. 'Open Sans:regular,semibold,italic,italicsemibold',
  13. 'Source Code Pro'
  14. ],
  15. },
  16. // Author information
  17. presenters: [{
  18. name: 'lucha, nullpointer, i-330',
  19. company: 'HackIt 15-18 Giugno 2017',
  20. gplus: '',
  21. twitter: '',
  22. www: '',
  23. github: '',
  24. }]
  25. };