| 12345678910111213141516 |
- var SLIDE_CONFIG = {
- // Slide settings
- settings: {
- useBuilds: true, // Default: true. False will turn off slide animation builds.
- usePrettify: false, // Default: true
- enableSlideAreas: false, // 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: false,
- fonts: [
- 'Open Sans:regular,semibold,italic,italicsemibold',
- 'Inconsolata'
- ],
- //theme: ['mytheme'], // Add your own custom themes or styles in /theme/css. Leave off the .css extension.
- },
- };
|