jekyll-theme-conference 3.2.0 → 3.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (40) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +107 -25
  3. data/_includes/js/conference.js +28 -17
  4. data/_includes/js/init.js +37 -0
  5. data/_includes/js/{bootstrap.js → lib/bootstrap.js} +0 -0
  6. data/_includes/js/{jquery-3.5.1.min.js → lib/jquery-3.5.1.min.js} +0 -0
  7. data/_includes/js/{leaflet-easybutton.js → lib/leaflet-easybutton.js} +0 -0
  8. data/_includes/js/{leaflet-locatecontrol.js → lib/leaflet-locatecontrol.js} +0 -0
  9. data/_includes/js/{leaflet-providers.js → lib/leaflet-providers.js} +0 -0
  10. data/_includes/js/{leaflet.js → lib/leaflet.js} +0 -0
  11. data/_includes/js/{popper.min.js → lib/popper.min.js} +0 -0
  12. data/_includes/js/{syncscroll.js → lib/syncscroll.js} +0 -0
  13. data/_includes/js/live.js +718 -0
  14. data/_includes/js/map.js +38 -0
  15. data/_includes/js/{conference-modal.js → modal.js} +13 -15
  16. data/_includes/js/{conference-program.js → program.js} +10 -17
  17. data/_includes/partials/checks.html +1 -1
  18. data/_includes/partials/footer.html +1 -1
  19. data/_includes/partials/get_enable_map.html +11 -0
  20. data/_includes/partials/get_live_timestamps.html +1 -1
  21. data/_includes/partials/get_page_description.html +23 -0
  22. data/_includes/partials/get_page_title.html +33 -0
  23. data/_includes/partials/get_talk_timestamp.html +2 -2
  24. data/_includes/partials/header.html +7 -4
  25. data/_includes/partials/list_page_meta.html +23 -0
  26. data/_includes/partials/list_speakers.html +11 -5
  27. data/_includes/partials/modal_live.html +3 -2
  28. data/_includes/partials/navbar.html +1 -1
  29. data/_includes/partials/navbar_rooms.html +5 -1
  30. data/_includes/partials/show_live_button.html +2 -2
  31. data/_layouts/config.html +78 -0
  32. data/_layouts/data.html +20 -2
  33. data/_layouts/home.html +1 -1
  34. data/_layouts/location.html +1 -1
  35. data/_layouts/page.html +4 -0
  36. data/_layouts/stream-overview.html +1 -1
  37. data/assets/js/config.json +3 -0
  38. metadata +24 -17
  39. data/_includes/js/conference-live.js +0 -701
  40. data/_includes/js/conference-map.js +0 -45
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-conference
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.0
4
+ version: 3.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lorenz Schmid
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-03-01 00:00:00.000000000 Z
11
+ date: 2022-02-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -30,14 +30,14 @@ dependencies:
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: 2.1.4
33
+ version: 2.2.32
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: 2.1.4
40
+ version: 2.2.32
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: rake
43
43
  requirement: !ruby/object:Gem::Requirement
@@ -61,33 +61,38 @@ extra_rdoc_files: []
61
61
  files:
62
62
  - LICENSE.md
63
63
  - README.md
64
- - _includes/js/bootstrap.js
65
- - _includes/js/conference-live.js
66
- - _includes/js/conference-map.js
67
- - _includes/js/conference-modal.js
68
- - _includes/js/conference-program.js
69
64
  - _includes/js/conference.js
70
- - _includes/js/jquery-3.5.1.min.js
71
- - _includes/js/leaflet-easybutton.js
72
- - _includes/js/leaflet-locatecontrol.js
73
- - _includes/js/leaflet-providers.js
74
- - _includes/js/leaflet.js
75
- - _includes/js/popper.min.js
76
- - _includes/js/syncscroll.js
65
+ - _includes/js/init.js
66
+ - _includes/js/lib/bootstrap.js
67
+ - _includes/js/lib/jquery-3.5.1.min.js
68
+ - _includes/js/lib/leaflet-easybutton.js
69
+ - _includes/js/lib/leaflet-locatecontrol.js
70
+ - _includes/js/lib/leaflet-providers.js
71
+ - _includes/js/lib/leaflet.js
72
+ - _includes/js/lib/popper.min.js
73
+ - _includes/js/lib/syncscroll.js
74
+ - _includes/js/live.js
75
+ - _includes/js/map.js
76
+ - _includes/js/modal.js
77
+ - _includes/js/program.js
77
78
  - _includes/partials/checks.html
78
79
  - _includes/partials/footer.html
79
80
  - _includes/partials/get_day_hash.html
80
81
  - _includes/partials/get_day_time.html
82
+ - _includes/partials/get_enable_map.html
81
83
  - _includes/partials/get_link.html
82
84
  - _includes/partials/get_link_types.html
83
85
  - _includes/partials/get_live_timestamps.html
84
86
  - _includes/partials/get_main_category.html
87
+ - _includes/partials/get_page_description.html
88
+ - _includes/partials/get_page_title.html
85
89
  - _includes/partials/get_talk_time.html
86
90
  - _includes/partials/get_talk_timestamp.html
87
91
  - _includes/partials/get_time_pronoun.html
88
92
  - _includes/partials/header.html
89
93
  - _includes/partials/info_bar.html
90
94
  - _includes/partials/list_categories.html
95
+ - _includes/partials/list_page_meta.html
91
96
  - _includes/partials/list_speakers.html
92
97
  - _includes/partials/list_sub_categories.html
93
98
  - _includes/partials/modal_link.html
@@ -99,6 +104,7 @@ files:
99
104
  - _includes/partials/show_talk.html
100
105
  - _includes/partials/show_talk_duration.html
101
106
  - _includes/partials/show_talk_time.html
107
+ - _layouts/config.html
102
108
  - _layouts/data.html
103
109
  - _layouts/default.html
104
110
  - _layouts/home.html
@@ -243,6 +249,7 @@ files:
243
249
  - _sass/leaflet/leaflet.css
244
250
  - assets/css/main.scss
245
251
  - assets/icons/live.svg
252
+ - assets/js/config.json
246
253
  - assets/js/data.json
247
254
  - assets/js/main.js
248
255
  - assets/webfonts/fa-brands-400.eot
@@ -279,7 +286,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
279
286
  - !ruby/object:Gem::Version
280
287
  version: '0'
281
288
  requirements: []
282
- rubygems_version: 3.2.3
289
+ rubygems_version: 3.2.32
283
290
  signing_key:
284
291
  specification_version: 4
285
292
  summary: Jekyll template for a conference website containing program, speaker, talks