-
Notifications
You must be signed in to change notification settings - Fork 6
Deck Configuration
Beau edited this page Jun 5, 2020
·
1 revision

The deck configuration is found here: lib/live_deck/presentations/config.ex
@default_slides [ %{filename: "template_title.html"} %{filename: "template_4_col.html", title: "LiveDeck Roadmap"}, %{filename: "template_full_image.html"} ]
@default_slides [ %{filename: "template_4_col.html", title: "LiveDeck Roadmap"} ]
Add the class of the desired theme background to the background_color parameter.
@default_slides [ %{filename: "template_4_col.html", title: "LiveDeck Roadmap", background_color: "back--2"} ]
defp notes(for: "template_2_col.html") do "Hello, I am your slide notes!" end