Skip to content

Commit

Permalink
rubykaigi2024 -> rubykaigi-2024
Browse files Browse the repository at this point in the history
Co-authored-by: Sutou Kouhei <[email protected]>
  • Loading branch information
hasumikin and kou committed Apr 15, 2024
1 parent 4ba98b9 commit 5247210
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 11 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
add_image_path("rubykaigi2024-images")
add_image_path("rubykaigi-2024-images")

# puts font_families.sort
@xxx_large_font_size = screen_size(8 * Pango::SCALE)
Expand Down Expand Up @@ -50,6 +50,10 @@
@title_slide_background_image = 'title_background.png'
include_theme("title-slide-background-image")

@item_image_1 = 'bullet-point-36.png'
@item_image_2 = 'bullet-point-32.png'
@item_image_3 = 'bullet-point-28.png'

include_theme('default')

match TitleSlide do |slides|
Expand Down Expand Up @@ -95,12 +99,6 @@
slides.prop_set("foreground", black)
end

@item_image_1 = 'bullet-point-36.png'
@item_image_2 = 'bullet-point-32.png'
@item_image_3 = 'bullet-point-28.png'

include_theme("default-item-mark")

slide_body = [Slide, Body]
item_list_item = [ItemList, ItemListItem]

Expand Down
8 changes: 4 additions & 4 deletions sample/rubykaigi2024.rab → sample/rubykaigi-2024.rab
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
: allotted-time
30m
: theme
rubykaigi2024
rubykaigi-2024

= About slide size

Expand All @@ -33,7 +33,7 @@ You need to install the follows:
* Item
* Item
* Item
*Item
*Item
*item
* Item
* Item
* item

0 comments on commit 5247210

Please sign in to comment.