mirror of
https://github.com/Threnklyn/reveal-hugo.git
synced 2026-06-07 05:53:32 +02:00
Add custom theme support and the dzello theme
This commit is contained in:
@@ -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 */>}}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user