We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38cf2f7 commit 8f4be63Copy full SHA for 8f4be63
public/docs/yaml-metadata.md
@@ -134,6 +134,9 @@ This option allow you provide custom options to slide mode.
134
Please below document for more details:
135
https://github.com/hakimel/reveal.js/#configuration
136
137
+You could also set slide theme which named in below css files:
138
+https://github.com/hakimel/reveal.js/tree/master/css/theme
139
+
140
**Notice: always use two spaces as indention in YAML metadata!**
141
142
> default: not set (which use default slide options)
@@ -142,4 +145,5 @@ https://github.com/hakimel/reveal.js/#configuration
145
```xml
143
146
slideOptions:
144
147
transition: fade
148
+ theme: white
149
```
0 commit comments