-
Notifications
You must be signed in to change notification settings - Fork 0
/
slide_config.js
26 lines (25 loc) · 947 Bytes
/
slide_config.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
var SLIDE_CONFIG = {
// Slide Settings
settings: {
title: 'TensorForce 簡介',
subtitle: '深度增強學習的好用庫',
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.
favIcon: 'images/sukki-icon.png',
fonts: [
'Open Sans:regular,semibold,italic,italicsemibold',
'Source Code Pro'
],
},
// Author information
presenters: [{
name: 'fatfingererr @ Sukki 2018 二月聚會',
company: '',
gplus: 'https://plus.google.com/fatfingererr',
twitter: 'fatfingererr',
www: 'http://fatfingererr.github.io/',
github: 'http://github.com/fatfingererr',
}]
};