From fa1c41da5a639fd54c064a5a34fdef9cbb794cd8 Mon Sep 17 00:00:00 2001 From: Eric Bidelman Date: Mon, 15 Apr 2013 16:31:09 -0700 Subject: Adding eventInfo config support --- slide_config.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'slide_config.js') diff --git a/slide_config.js b/slide_config.js index a849147..8d370fd 100644 --- a/slide_config.js +++ b/slide_config.js @@ -3,7 +3,10 @@ var SLIDE_CONFIG = { settings: { title: 'Title Goes Here
Up To Two Lines', subtitle: 'Subtitle Goes Here', - //eventTitle: 'Google I/O 2013', + //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. -- cgit v1.2.3