From 8f4be63df49d898ca267e5b50f834f191bcfd01b Mon Sep 17 00:00:00 2001 From: Wu Cheng-Han Date: Sat, 3 Jun 2017 13:33:07 +0800 Subject: [PATCH] Update yams-metadata doc for slide theme --- public/docs/yaml-metadata.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/docs/yaml-metadata.md b/public/docs/yaml-metadata.md index 7158104..d49418f 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