catlogjs
Version:
Static site generator, translate human readable text format(such as markdown) into html, with a lot of other functions
41 lines (38 loc) • 1.44 kB
JavaScript
var SLIDE_CONFIG = {
// Slide settings
settings: {
title: 'Introduction to Javascript',
subtitle: 'By CatTail',
//eventInfo: {
// title: 'Google I/O',
// date: '6/x/2013'
//},
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.
//analytics: 'UA-XXXXXXXX-1', // TODO: Using this breaks GA for some reason (probably requirejs). Update your tracking code in template.html instead.
favIcon: './geektalk_icon_128.png',
fonts: [
'Open Sans:regular,semibold,italic,italicsemibold',
'Source Code Pro'
],
//theme: ['mytheme'], // Add your own custom themes or styles in /theme/css. Leave off the .css extension.
},
// Author information
presenters: [{
name: 'CatTail',
company: 'qudian corporation',
gplus: 'https://plus.google.com/117155725339324726856',
twitter: '@zhongchiyu',
www: 'http://cattail.me',
github: 'http://github.com/CatTail'
}/*, {
name: 'Second Name',
company: 'Job Title, Google',
gplus: 'http://plus.google.com/1234567890',
twitter: '@yourhandle',
www: 'http://www.you.com',
github: 'http://github.com/you'
}*/]
};