12 lines
323 B
TOML
12 lines
323 B
TOML
[defaults]
|
|
theme = 'black'
|
|
highlight_theme = 'default'
|
|
controls = true
|
|
progress = true
|
|
history = true
|
|
center = true
|
|
transition = 'slide' # none/fade/slide/convex/concave/zoom
|
|
|
|
reveal_cdn = "https://cdnjs.cloudflare.com/ajax/libs/reveal.js/3.6.0"
|
|
highlight_cdn = "https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0"
|