forked from hakimel/reveal.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yml
78 lines (72 loc) · 2.32 KB
/
config.yml
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
###############################################################################
# Example of config file to generate RevealJS slides from Markdown.
#
# It is used by Grunt to generate the RevealJS slides.
# Should be used in your project folder.
#
# MIT licensed.
#
# Copyright (C) 2018 Adrien Krähenbühl
###############################################################################
#************************
# PANDOC CONFIG
#
# It is use to define the pandoc option '--template'
# HTML template used to compile your index.md file.
# It should match an existing file "tpl/tpl-$(template).html" under the RevealJS folder.
# Example: you must define 'template: example' to use the HTML template
# stored in 'tpl/tpl-example.html' under the RevealJS folder.
# REQUIRED
template: akrah
#************************
# TEMPLATE CONFIG
#
# These parameters are passed to the template file through Pandoc.
# CSS theme used in your template
# It should match an existing file "css/theme/source/$(theme).scss" under the RevealJS folder.
# Example: you must define 'theme: example' to use the CSS theme
# stored in 'css/theme/source/example.scss' under the RevealJS folder.
# OPTIONNAL, default is 'serif'
theme: serif
# HighlightJS theme used for code blocks in RevealJS
# It should match an existing file "lib/css/$(theme).css" under the RevealJS folder.
# Example: you must define 'highlight-css: example' to use the CSS theme
# stored in 'lib/css/example.css' under the RevealJS folder.
# OPTIONNAL, used by the IUTRS template
highlight-css: zenburn
# Global RevealJS style
# Used in the function Reveal.initialize({ ... }) instead of
# the default values.
# For theme "iutrs", the following parameters are required:
# display: flex
# center: false
# OPTIONNAL
controls: true
controlsTutorial: true
controlsLayout: bottom-right
controlsBackArrows: faded
progress: true
slideNumber: false
history: false
keyboard: true
overview: true
center: true
loop: false
fragments: true
fragmentInURL: false
pdfSeparateFragments: false
embedded: false
help: true
showNotes: false
mouseWheel: false
hideAddressBar: true
previewLinks: false
transition: slide
transitionSpeed: default
backgroundTransition: fade
viewDistance: 3
parallaxBackgroundImage:
parallaxBackgroundSize:
parallaxBackgroundHorizontal: 0
parallaxBackgroundVertical: 0
display: block