Sha256: 57360b6143a168973938b018af20771dd5fa68939a046cbbea513a01620dbf78
Contents?: true
Size: 891 Bytes
Versions: 26
Compression:
Stored size: 891 Bytes
Contents
include_theme("rabbit") add_image_path("cozmixng-images") set_foreground("black") set_background("white") if @image_with_frame.nil? @image_with_frame = true end include_theme("image") @headline_logo_image = "cozmixchu.png" include_theme("headline-logo") include_theme("cozmixng-powered-by") @title_logo_image = "ruby-pink-polygon-logo.png" include_theme("title-logo") @icon_images = ["cozmixchu.png"] include_theme("icon") match(Slide, HeadLine) do |heads| heads.horizontal_centering = false end match(Slide, Body) do |bodies| bodies.vertical_centering = true end @lightning_talk_proc_name = "cozmixng" @lightning_talk_as_large_as_possible = true @lightning_talk_contact_information ||= "http://cozmixng.org" include_theme("lightning-talk-toolkit") match(Slide) do |slides| slides.each do |slide| if slide.lightning_talk? slide.lightning_talk end end end
Version data entries
26 entries across 26 versions & 1 rubygems