slide_config.js 790 B

12345678910111213141516
  1. var SLIDE_CONFIG = {
  2. // Slide settings
  3. settings: {
  4. useBuilds: true, // Default: true. False will turn off slide animation builds.
  5. usePrettify: false, // Default: true
  6. enableSlideAreas: false, // Default: true. False turns off the click areas on either slide of the slides.
  7. enableTouch: true, // Default: true. If touch support should enabled. Note: the device must support touch.
  8. //analytics: 'UA-XXXXXXXX-1', // TODO: Using this breaks GA for some reason (probably requirejs). Update your tracking code in template.html instead.
  9. favIcon: false,
  10. fonts: [
  11. 'Open Sans:regular,semibold,italic,italicsemibold',
  12. 'Inconsolata'
  13. ],
  14. //theme: ['mytheme'], // Add your own custom themes or styles in /theme/css. Leave off the .css extension.
  15. },
  16. };