Add custom theme support and the dzello theme

This commit is contained in:
dzello
2018-05-01 01:46:00 -07:00
parent 7024169277
commit 0e960c90e3
7 changed files with 340 additions and 8 deletions
@@ -18,14 +18,14 @@ Many handy slide shortcuts and customizations are possible.
---
<!-- .slide: data-background="blue" -->
<!-- .slide: data-background="#FF4081" -->
For example, an HTML comment can change the background color of a slide.
```
{{</* markdown */>}}
<!-- .slide: data-background="blue" -->
# I'm a blue slide
<!-- .slide: data-background="#FF4081" -->
# I'm a colorful slide
{{</* /markdown */>}}
```