aboutsummaryrefslogtreecommitdiff
path: root/point.yml
blob: 716528c19d3137e0deccb390a29d70b9254ff641 (plain)
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
#
# What's The Point presentation configuration file
#

data:
  file: "../slides.yml"
  type:
    #html
    markdown
    #pdf

dimension:
  width: 1100
  height: 700

theme:
  #default
  clean
  #aperture

control:
  #local
  remote:
    webcastorUrl: "https://webcastor.herokuapp.com:443"
    channelId: "fc503470-051e-11e4-8b02-cbfbda9da717"

binding:
  - keyboard
  - touch
  - speech

plugins:
  - autoscale
  #- prettify
  #- chartjs
  #- doge


#
# Plug-ins and others parameters
#

speechSettings:
  lang: "fr-FR"
  keywords:
    NEXT_SLIDE:
      - "suivant"
    PREVIOUS_SLIDE:
      - "précédent"

prettifySettings:
  lang: javascript