From e7bf5952d0729b37e677168b6e8fbd1ce58ed1a2 Mon Sep 17 00:00:00 2001 From: Pacien TRAN-GIRARD Date: Sun, 10 Aug 2014 17:28:37 +0200 Subject: First version --- point.yml | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 point.yml (limited to 'point.yml') diff --git a/point.yml b/point.yml new file mode 100644 index 0000000..716528c --- /dev/null +++ b/point.yml @@ -0,0 +1,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 -- cgit v1.2.3