jekyll-theme-conference 3.1.3 → 3.3.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 290ef7543f9a8ab54959840f192c5329dda0be8a89e9e0f48be7d47a65f14acb
4
- data.tar.gz: 5f027d3e781262a69078285efff4d1165b3fdb4a302354e528514aaeb6000c0b
3
+ metadata.gz: 32623dfa5fc548002ea9f1e8dac8b1e4c5833d33e6619bce8f77ea54c8080dc6
4
+ data.tar.gz: 565f13adc6ec08fab3a2240a8ef1adf0562454f1a4d9c58585c173d9ca583ecd
5
5
  SHA512:
6
- metadata.gz: 75858c8629307dc5c1490564540ff312de55f009abf8e5cb1c1f6868a7082ac93b4b1119e0dd70e8f447c956eb5b3d7787497cc1872cd6445740728cb205367f
7
- data.tar.gz: 5a91a0c9f85612576f0e55c190ee5d74f7e4f93383dca5b851103de68ebf1d0457cfd826935ffde33160c73093f96838e1e6026aa34e6707e824597693a1b4e7
6
+ metadata.gz: bb1d8eae3fd5e858a24977bc77aafeebe6cdca657d4d0222afbcd40e0c4fe0011b13cacba8217cd32a68b7d6fd5fbda2756829f80bc44c601ad71aa79cc4ae36
7
+ data.tar.gz: fc2f250efcff400fbc2a96243d9f63f7659a1b071eae24391c1e6820f4cf03a63db4d43b119e0e38861423d48ab511c57dd184296d67d822756450ce4164c4c3
data/README.md CHANGED
@@ -35,6 +35,7 @@ The theme was originally created for the yearly Winterkongress conference of the
35
35
  * [Main Landing Page](#main-landing-page)
36
36
  * [Information Boxes](#information-boxes)
37
37
  * [Live Indications & Streaming](#live-indications---streaming)
38
+ * [Map](#map)
38
39
  * [Talk Settings](#talk-settings)
39
40
  * [Speaker Settings](#speaker-settings)
40
41
  * [Location Settings](#location-settings)
@@ -50,6 +51,7 @@ The theme was originally created for the yearly Winterkongress conference of the
50
51
  * [Live Stream Overview](#live-stream-overview)
51
52
  * [Additional Pages](#additional-pages)
52
53
  - [Design](#design)
54
+ - [Development](#development)
53
55
  - [License](#license)
54
56
 
55
57
 
@@ -137,9 +139,9 @@ In order to be up and running simply use the default content of this repository
137
139
 
138
140
  ### Automatic Import
139
141
 
140
- There exists a Python file in this repository, `_tools/create_entries.py`, which can be used to import content from a [frab](https://github.com/frab/frab/wiki/Manual#introduction) compatible JSON file (e.g. from [pretalx.com](https://pretalx.com/p/about/)) or a CSV table and generate the different talk, speakers and room files automatically. It has as only dependency [PyYAML](https://pypi.org/project/PyYAML/):
142
+ There exists a Python file in this repository, `_tools/create_entries.py`, which can be used to import content from a [frab](https://github.com/frab/frab/wiki/Manual#introduction) compatible JSON file (e.g. from [pretalx.com](https://pretalx.com/p/about/)) or a CSV table and generate the different talk, speakers and room files automatically.
141
143
 
142
- 1. Copy the file `_tools/create_entries.py` from this repository
144
+ 1. Copy the files `_tools/create_entries.py` and `_tools/requirements.txt` from this repository
143
145
 
144
146
  2. Create a virtual environment and activate it
145
147
 
@@ -148,10 +150,10 @@ There exists a Python file in this repository, `_tools/create_entries.py`, which
148
150
  source venv/bin/activate
149
151
  ```
150
152
 
151
- 3. Install PyYAML
153
+ 3. Install the requirements
152
154
 
153
155
  ```bash
154
- pip install pyyaml
156
+ pip install -r _tools/requirements.txt
155
157
  ```
156
158
 
157
159
  4. Execute the script, e.g. to show the help type
@@ -377,6 +379,21 @@ conference:
377
379
  demo: false
378
380
  ```
379
381
 
382
+ ### Map
383
+
384
+ In order to help users finding your venue, an [OpenStreetMap](https://www.openstreetmap.org/) container displaying a map can be shown on any page. The map's initial position is globally defined and thus the same for all map containers. You can define the initial position of the map by setting the default zoom level `default_zoom`, the center coordinates `home_coord`, and the map provider for the tiles `map_provider`. Alternative map providers can be found [here](https://leaflet-extras.github.io/leaflet-providers/preview/).
385
+ The map contains small control buttons to zoom in and out, center the map back to the initial position, and show the visitors current location (has to be manually activated and granted by the visitor).
386
+
387
+ The map can be added to any page by setting `map: true` in its Front Matter or on the location main page by setting `conference.location.map: true` (see _Location Settings_ section below).
388
+
389
+ ```yaml
390
+ conference:
391
+ map:
392
+ default_zoom: 17
393
+ home_coord: 47.37808, 8.53935
394
+ map_provider: "OpenStreetMap.Mapnik"
395
+ ```
396
+
380
397
  ### Talk Settings
381
398
 
382
399
  Each talk can have one or multiple categories associated via FrontMatter (see the _Individual Pages: Talks_ section below for more details). Some of these categories can be elevated to so called main categories". These are used to color group the talks across the entire website, particularly in the program. In order to do so add the `main_categories` property under the `talks` property. It consists of a list of all main categories. Each main category consists of:
@@ -429,8 +446,9 @@ In order to hide all rooms add the `hide: true` setting (default: `false`) to th
429
446
 
430
447
  If your `location` overview file is not located under `/location` you can indicate an alternative path by setting the `url` property (default: `/location`) under the `location` property.
431
448
 
432
- The `location` layout automatically includes an [OpenStreetMap](https://www.openstreetmap.org/) container to point to your venue. If you want to hide it add the `enable: false` setting (default: `true`) to the `map` property under the `location` property. Otherwise, you can define the initial position of the map by setting the default zoom level `default_zoom`, the center coordinates `home_coord`, and the map provider for the tiles `map_provider`. Alternative map providers can be found [here](https://leaflet-extras.github.io/leaflet-providers/preview/).
433
- The map contains small control buttons to zoom in and out, center the map back to the initial position, and show the visitors current location (has to be manually activated and granted by the visitor).
449
+ The location main page shows a navigation bar listing all the different rooms by name. Due to the quirks of Jekyll, the main page itself cannot be listed by title as defined in its Front Matter. Instead the title of the main landing page for the navigation bar is taken from the language files and defaults to "Directions". In order to change this, you can either change the language files directly (see the _Language_ section above), or you provide an alternative title by setting the `navbar_title` to the desired title under the `location` property.
450
+
451
+ The `location` layout can include a map to point to your venue by adding the `map: true` setting (default: `true`) to the `location` property. See the _Map_ section above for more information.
434
452
 
435
453
  Example:
436
454
 
@@ -438,11 +456,9 @@ Example:
438
456
  conference:
439
457
  location:
440
458
  hide: false
441
- map:
442
- enable: true
443
- default_zoom: 17
444
- home_coord: 47.37808, 8.53935
445
- map_provider: "OpenStreetMap.Mapnik"
459
+ url: '/location'
460
+ navbar_title: 'Location'
461
+ map: true
446
462
  ```
447
463
 
448
464
  The map is based on the JavaScript Library [Leaflet](https://leafletjs.com/) and can be customized by editing the `assets/js/main.js` file, e.g. adding additional layers with markers, text, or shapes to the map. To start, copy simply the file from this repository and make use of the initialized global variable `window.conference.map` pointing to the Leaflet container.
@@ -514,7 +530,7 @@ The order of the rooms in the list defines the order of the rooms as shown in th
514
530
  Each talk consists of
515
531
 
516
532
  - a `name` (must correspond to one of the talk identifier),
517
- - a starting time `time_start` given as `H:M` ([`strftime`](http://www.strfti.me) formated), and
533
+ - a starting time `time_start` given as `H:M` ([`strftime`](http://www.strfti.me) formated) or `H:M +∆` whereby ∆ is the day offset in relation to the date given for the given day, and
518
534
  - an end time `time_end`.
519
535
 
520
536
  The list of talks should (manually) be ordered by time, i.e. the first occurring talk should be listed first.
@@ -563,6 +579,8 @@ Each speaker is represented by a file in the `_speakers/` directory. It must beg
563
579
  - optionally a list of `links` (see the _Links_ subsection below for the available properties per link; links with icons are treated separately), and
564
580
  - optionally `hide: true` if the speaker's page should not be linked to.
565
581
 
582
+ If the speaker's name consists only out of one word, populate the `last_name` property and leave the `first_name` property empty. The last name is generally used for sorting the speakers.
583
+
566
584
  ### Rooms
567
585
 
568
586
  Each room is represented by a file in the `_rooms/` directory. It must begin with valid [YAML Front Matter](https://jekyllrb.com/docs/frontmatter/) containing
@@ -602,6 +620,29 @@ Example:
602
620
  video: https://media.ccc.de/
603
621
  ```
604
622
 
623
+ There exists a Python file in this repository, `_tools/import_resources.py`, which can be used to import resources such as slides and other documents from [pretalx.com](https://pretalx.com/p/about/)) via its API. It automatically downloads all files, stores them and updates the links of the talks concerned.
624
+
625
+ 1. Copy the files `_tools/import_resources.py` and `_tools/requirements.txt` from this repository
626
+
627
+ 2. Create a virtual environment and activate it
628
+
629
+ ```bash
630
+ python -m venv venv
631
+ source venv/bin/activate
632
+ ```
633
+
634
+ 3. Install the requirements
635
+
636
+ ```bash
637
+ pip install -r _tools/requirements.txt
638
+ ```
639
+
640
+ 4. Execute the script, e.g. to show the help type
641
+
642
+ ```bash
643
+ python _tools/import_resources.py --help
644
+ ```
645
+
605
646
 
606
647
  ## Overview Pages
607
648
 
@@ -621,7 +662,7 @@ If you choose a different location for the overview pages you must:
621
662
 
622
663
  ### Location / Room Overview
623
664
 
624
- The `location` layout contains a map container (if not disabled, see section _Location Settings_ above) which can be customized. See the section above for further details.
665
+ The `location` layout can include a map container (if not disabled, see the _Location Settings_ section above) which can be customized (see the _Map_ section above).
625
666
 
626
667
  ### Live Stream Overview
627
668
 
@@ -631,6 +672,7 @@ The `stream-overview` layout contains all active streams on a single page (see t
631
672
 
632
673
  Additional static pages can easily be added as files and linked to via navigation bar or main landing page (see above on how to).
633
674
 
675
+ Each of these pages can include a map at its end (e.g. to point to your venue) by adding the `map: true` setting to its Front Matter. See the _Map_ section above for more information.
634
676
 
635
677
  ## Design
636
678
 
@@ -2,9 +2,9 @@ window.conference.mapConfig = (function() {
2
2
 
3
3
  let map;
4
4
 
5
- let mapProvider = "{{ site.conference.location.map.map_provider | default: 'OpenStreetMap.Mapnik' }}";
6
- let homeCoord = [{{ site.conference.location.map.home_coord }}];
7
- let zoomLevel = {{ site.conference.location.map.default_zoom | default: 17 }};
5
+ let mapProvider = "{{ site.conference.map.map_provider | default: 'OpenStreetMap.Mapnik' }}";
6
+ let homeCoord = [{{ site.conference.map.home_coord }}];
7
+ let zoomLevel = {{ site.conference.map.default_zoom | default: 17 }};
8
8
 
9
9
  let setup = function (elId) {
10
10
  map = L.map(elId).setView(homeCoord, zoomLevel);
@@ -13,7 +13,8 @@ window.conference = {};
13
13
  {% include js/conference-program.js %}
14
14
 
15
15
  // Leaflet (Map Display)
16
- {% if site.conference.location.hide != true and site.conference.location.map.enable %}
16
+ {% include partials/get_enable_map.html %}
17
+ {% if enable_map %}
17
18
  {% include js/leaflet.js %}
18
19
  {% include js/leaflet-easybutton.js %}
19
20
  {% include js/leaflet-locatecontrol.js %}
@@ -4,7 +4,7 @@
4
4
  {%- unless site.conference.lang == "en" -%}
5
5
  {%- assign errors = errors | push : "The internationalization file containing different strings for this template seems to be missing. Have you copied the `_data/lang.yml` file from the [theme's repository](https://github.com/DigitaleGesellschaft/jekyll-theme-conference/blob/master/_data/lang.yml) to you local website folder?" -%}
6
6
  {%- endunless -%}
7
- {%- elsif site.data.lang.version < 4 -%}
7
+ {%- elsif site.data.lang.version != 6 -%}
8
8
  {%- assign errors = errors | push : "The internationalization file in `_data/lang.yml` seems to be outdated and does not correspond to the current version of the theme. Grab the current version from the [theme's repository](https://github.com/DigitaleGesellschaft/jekyll-theme-conference/blob/master/_data/lang.yml)." -%}
9
9
  {%- endunless -%}
10
10
  {%- unless site.conference.lang == "en" or site.conference.lang == "de" or site.conference.lang == "fr" or site.conference.lang == "pt" -%}
@@ -2,8 +2,9 @@
2
2
  {%- assign t = r.talks | first -%}
3
3
  {%- include partials/get_talk_time.html -%}
4
4
 
5
- {%- if forloop.index == 1 or talk_start_hour < day_start_hour or talk_start_hour == day_start_hour and talk_start_min < day_start_min-%}
5
+ {%- if forloop.index == 1 or talk_start_day < day_start_day or talk_start_day == day_start_day and talk_start_hour < day_start_hour or talk_start_hour == day_start_hour and talk_start_min < day_start_min-%}
6
6
  {%- assign day_start_talk = t -%}
7
+ {%- assign day_start_day = talk_start_day -%}
7
8
  {%- assign day_start_hour = talk_start_hour -%}
8
9
  {%- assign day_start_min = talk_start_min -%}
9
10
  {%- endif -%}
@@ -11,8 +12,9 @@
11
12
  {%- assign t = r.talks | last -%}
12
13
  {%- include partials/get_talk_time.html -%}
13
14
 
14
- {%- if forloop.index == 1 or talk_end_hour > day_end_hour or talk_end_hour == day_end_hour and talk_end_min > day_end_min-%}
15
+ {%- if forloop.index == 1 or talk_end_day > day_end_day or talk_end_day == day_end_day and talk_end_hour > day_end_hour or talk_end_hour == day_end_hour and talk_end_min > day_end_min-%}
15
16
  {%- assign day_end_talk = t -%}
17
+ {%- assign day_end_day = talk_end_day -%}
16
18
  {%- assign day_end_hour = talk_end_hour -%}
17
19
  {%- assign day_end_min = talk_end_min -%}
18
20
  {%- endif -%}
@@ -0,0 +1,11 @@
1
+ {%- if site.conference.location.map -%}
2
+ {%- assign enable_map = true -%}
3
+ {%- else -%}
4
+ {%- assign enable_map = false -%}
5
+ {%- for page in site.pages -%}
6
+ {%- if page.map -%}
7
+ {%- assign enable_map = true -%}
8
+ {%- break -%}
9
+ {%- endif -%}
10
+ {%- endfor -%}
11
+ {%- endif -%}
@@ -1,9 +1,24 @@
1
1
  {%- assign talk_start = t.time_start -%}
2
2
  {%- assign talk_end = t.time_end -%}
3
3
 
4
- {%- assign talk_start_hour = talk_start | split: ':' | first -%}
4
+ {%- if talk_start contains ' +' -%}
5
+ {%- assign talk_start_day = talk_start | split: ' +' | last | plus: 0 -%}
6
+ {%- assign talk_start = talk_start | split: ' +' | first -%}
7
+ {%- else -%}
8
+ {%- assign talk_start_day = 0 -%}
9
+ {%- endif -%}
10
+ {%- if talk_end contains ' +' -%}
11
+ {%- assign talk_end_day = talk_end | split: ' +' | last | plus: 0 -%}
12
+ {%- assign talk_end = talk_end | split: ' +' | first -%}
13
+ {%- else -%}
14
+ {%- assign talk_end_day = 0 -%}
15
+ {%- endif -%}
16
+
17
+ {%- assign talk_start_hour = talk_start | split: ':' | first | plus: 0 -%}
5
18
  {%- assign talk_start_min = talk_start | split: ':' | last | divided_by: site.conference.program.time_steps | floor | times: site.conference.program.time_steps -%}
6
- {%- assign talk_end_hour = talk_end | split: ':' | first -%}
19
+ {%- assign talk_end_hour = talk_end | split: ':' | first | plus: 0 -%}
7
20
  {%- assign talk_end_min = talk_end | split: ':' | last | divided_by: site.conference.program.time_steps | ceil | times: site.conference.program.time_steps -%}
8
21
 
9
- {%- assign talk_duration_min = talk_end_hour | minus: talk_start_hour | times: 60 | minus: talk_start_min | plus: talk_end_min -%}
22
+ {%- assign talk_start_hour_24h = talk_start_day | times: 24 | plus: talk_start_hour -%}
23
+ {%- assign talk_end_hour_24h = talk_end_day | times: 24 | plus: talk_end_hour -%}
24
+ {%- assign talk_duration_min = talk_end_hour_24h | minus: talk_start_hour_24h | times: 60 | minus: talk_start_min | plus: talk_end_min -%}
@@ -1,4 +1,9 @@
1
- {%- assign datetime_start = d.date | append: " " | append: t.time_start -%}
2
- {%- assign timestamp_start = datetime_start | date: "%s" -%}
3
- {%- assign datetime_end = d.date | append: " " | append: t.time_end -%}
4
- {%- assign timestamp_end = datetime_end | date: "%s" -%}
1
+ {%- include partials/get_talk_time.html -%}
2
+
3
+ {%- assign datetime_start = d.date | append: " " | append: time_start -%}
4
+ {%- assign add_days_start = talk_start_day | times: 24 | times: 60 | times: 60 -%}
5
+ {%- assign timestamp_start = datetime_start | date: "%s" | plus: add_days_start | date: "%s" -%}
6
+
7
+ {%- assign datetime_end = d.date | append: " " | append: time_end -%}
8
+ {%- assign add_days_end = talk_end_day | times: 24 | times: 60 | times: 60 -%}
9
+ {%- assign timestamp_end = datetime_end | date: "%s" | plus: add_days_end | date: "%s" -%}
@@ -12,7 +12,7 @@
12
12
  </div>
13
13
 
14
14
  <div class="modal-body embed-responsive embed-responsive-16by9">
15
- <iframe class="embed-responsive-item" src="" allowfullscreen></iframe>
15
+ <iframe class="embed-responsive-item" src="" frameborder="none" allowfullscreen="allowfullscreen" seamless="seamless" scrolling="no"></iframe>
16
16
  <div id="stream-placeholder" class="embed-responsive-item d-none justify-content-center align-items-center">
17
17
  <div></div>
18
18
  </div>
@@ -1,7 +1,11 @@
1
1
  <ul class="nav nav-pills d-print-none mb-3">
2
2
  <li class="nav-item">
3
3
  <a class="nav-link {% if page.name contains 'index' %}active{% endif %}" href="{{ site.conference.location.url | prepend: site.baseurl }}">
4
- {{ site.data.lang[site.conference.lang].location.directions | default: "Directions" }}
4
+ {% if site.conference.location.navbar_title -%}
5
+ {{- site.conference.location.navbar_title -}}
6
+ {%- else -%}
7
+ {{- site.data.lang[site.conference.lang].location.directions | default: "Directions" -}}
8
+ {%- endif %}
5
9
  </a>
6
10
  </li>
7
11
  {%- for room in site.rooms -%}
@@ -18,7 +18,7 @@
18
18
 
19
19
  {{ content }}
20
20
 
21
- {% if site.conference.location.map.enable %}
21
+ {% if site.conference.location.map %}
22
22
  <div id="map" class="mt-4 mb-3"></div>
23
23
  {% endif %}
24
24
 
data/_layouts/page.html CHANGED
@@ -6,4 +6,8 @@
6
6
 
7
7
  {{ content }}
8
8
 
9
+ {% if page.map %}
10
+ <div id="map" class="mt-4 mb-3"></div>
11
+ {% endif %}
12
+
9
13
  {% include partials/footer.html %}
@@ -61,6 +61,10 @@
61
61
  <tbody>
62
62
  {%- include partials/get_day_time.html -%}
63
63
 
64
+ {%- if day_end_day > day_start_day -%}
65
+ {%- assign day_end_hour = day_end_day | minus: day_start_day | times: 24 | plus: day_end_hour -%}
66
+ {%- endif -%}
67
+
64
68
  {%- assign day_duration_min = day_end_hour | minus: day_start_hour | times: 60 | minus: day_start_min | plus: day_end_min -%}
65
69
  {%- assign nbr_steps = day_duration_min | divided_by: site.conference.program.time_steps -%}
66
70
 
@@ -74,7 +78,12 @@
74
78
  {%- assign z-index-max = 999 -%}
75
79
 
76
80
  {%- for i in (1..nbr_steps) -%}
77
- {%- assign current_hour = i | minus: 1 | times: site.conference.program.time_steps | plus: day_start_min | divided_by: 60 | floor | plus: day_start_hour | modulo: 24 -%}
81
+ {%- assign current_day = 0 -%}
82
+ {%- assign current_hour = i | minus: 1 | times: site.conference.program.time_steps | plus: day_start_min | divided_by: 60 | floor | plus: day_start_hour -%}
83
+ {%- if current_hour >= 24 -%}
84
+ {%- assign current_day = current_hour | divided_by: 24 | floor -%}
85
+ {%- assign current_hour = current_hour | modulo: 24 -%}
86
+ {%- endif -%}
78
87
  {%- assign current_min = i | minus: 1 | times: site.conference.program.time_steps | plus: day_start_min | modulo: 60 -%}
79
88
  {%- if current_min < 10 -%}
80
89
  {%- assign current_time = current_hour | append: ':0' | append: current_min -%}
@@ -106,9 +115,9 @@
106
115
 
107
116
  {%- include partials/get_talk_time.html -%}
108
117
 
109
- {%- assign d_start_hour = current_hour | minus: talk_start_hour -%}
118
+ {%- assign d_start_hour = current_day | minus: talk_start_day | times: 24 | plus: current_hour | minus: talk_start_hour -%}
110
119
  {%- assign d_start_min = current_min | minus: talk_start_min -%}
111
- {%- assign d_end_hour = current_hour | minus: talk_end_hour -%}
120
+ {%- assign d_end_hour = current_day | minus: talk_end_day | times: 24 | plus: current_hour | minus: talk_end_hour -%}
112
121
  {%- assign d_end_min = current_min | minus: talk_end_min -%}
113
122
 
114
123
  {%- assign has_started = false -%}
@@ -127,7 +136,7 @@
127
136
  {%- assign has_ended = true -%}
128
137
  {%- endif -%}
129
138
 
130
- {%- if has_started and has_ended == false -%}
139
+ {%- if has_started == true and has_ended == false -%}
131
140
  {%- assign active_talk = true -%}
132
141
  {%- endif -%}
133
142
 
@@ -156,7 +165,7 @@
156
165
 
157
166
  {%- endfor %}
158
167
 
159
- {%- unless active_talk %}
168
+ {%- unless active_talk == true %}
160
169
  <td class="p-0"></td>
161
170
  {%- endunless -%}
162
171
 
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.1.3
4
+ version: 3.3.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-02-16 00:00:00.000000000 Z
11
+ date: 2021-12-01 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
@@ -78,6 +78,7 @@ files:
78
78
  - _includes/partials/footer.html
79
79
  - _includes/partials/get_day_hash.html
80
80
  - _includes/partials/get_day_time.html
81
+ - _includes/partials/get_enable_map.html
81
82
  - _includes/partials/get_link.html
82
83
  - _includes/partials/get_link_types.html
83
84
  - _includes/partials/get_live_timestamps.html
@@ -279,7 +280,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
279
280
  - !ruby/object:Gem::Version
280
281
  version: '0'
281
282
  requirements: []
282
- rubygems_version: 3.2.3
283
+ rubygems_version: 3.2.22
283
284
  signing_key:
284
285
  specification_version: 4
285
286
  summary: Jekyll template for a conference website containing program, speaker, talks