summaryrefslogtreecommitdiff
path: root/public/docs/yaml-metadata.md
diff options
context:
space:
mode:
authorWu Cheng-Han2017-06-03 13:33:07 +0800
committerWu Cheng-Han2017-06-03 13:33:07 +0800
commit8f4be63df49d898ca267e5b50f834f191bcfd01b (patch)
treeb36413d236d4eb16947d82da998b1219fd32a9dc /public/docs/yaml-metadata.md
parent38cf2f75358dc21821f1dd87a5f7f0a53c75d122 (diff)
Update yams-metadata doc for slide theme
Diffstat (limited to 'public/docs/yaml-metadata.md')
-rw-r--r--public/docs/yaml-metadata.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/public/docs/yaml-metadata.md b/public/docs/yaml-metadata.md
index 7158104b..d49418f6 100644
--- a/public/docs/yaml-metadata.md
+++ b/public/docs/yaml-metadata.md
@@ -134,6 +134,9 @@ This option allow you provide custom options to slide mode.
Please below document for more details:
https://github.com/hakimel/reveal.js/#configuration
+You could also set slide theme which named in below css files:
+https://github.com/hakimel/reveal.js/tree/master/css/theme
+
**Notice: always use two spaces as indention in YAML metadata!**
> default: not set (which use default slide options)
@@ -142,4 +145,5 @@ https://github.com/hakimel/reveal.js/#configuration
```xml
slideOptions:
transition: fade
+ theme: white
``` \ No newline at end of file