diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..95b2633 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +.bundle/ +.sass-cache/ +_site/ +vendor/ diff --git a/Gemfile b/Gemfile index bb94df8..ea24780 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,9 @@ -# frozen_string_literal: true - source "https://rubygems.org" -gemspec + +gem "github-pages", group: :jekyll_plugins + +# needed for compatibility +gem "bundler", "~> 2.1" + +# needed to avoid an error +gem "webrick", "~> 1.8" diff --git a/Gemfile.lock b/Gemfile.lock index 3f77f76..ef84c59 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,82 +1,289 @@ -PATH - remote: . - specs: - jekyll-theme-conference (3.6.3) - jekyll (~> 4.0) - GEM remote: https://rubygems.org/ specs: - addressable (2.8.1) - public_suffix (>= 2.0.2, < 6.0) + activesupport (8.0.0) + base64 + benchmark (>= 0.3) + bigdecimal + concurrent-ruby (~> 1.0, >= 1.3.1) + connection_pool (>= 2.2.5) + drb + i18n (>= 1.6, < 2) + logger (>= 1.4.2) + minitest (>= 5.1) + securerandom (>= 0.3) + tzinfo (~> 2.0, >= 2.0.5) + uri (>= 0.13.1) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) + base64 (0.2.0) + benchmark (0.4.0) + bigdecimal (3.1.8) + coffee-script (2.4.1) + coffee-script-source + execjs + coffee-script-source (1.12.2) colorator (1.1.0) - concurrent-ruby (1.2.0) + commonmarker (0.23.10) + concurrent-ruby (1.3.4) + connection_pool (2.4.1) + csv (3.3.0) + dnsruby (1.72.2) + simpleidn (~> 0.2.1) + drb (2.2.1) em-websocket (0.5.3) eventmachine (>= 0.12.9) http_parser.rb (~> 0) + ethon (0.16.0) + ffi (>= 1.15.0) eventmachine (1.2.7) - ffi (1.15.5) + execjs (2.10.0) + faraday (2.12.1) + faraday-net_http (>= 2.0, < 3.5) + json + logger + faraday-net_http (3.4.0) + net-http (>= 0.5.0) + ffi (1.17.0-arm64-darwin) + ffi (1.17.0-x86_64-darwin) + ffi (1.17.0-x86_64-linux-gnu) forwardable-extended (2.6.0) - google-protobuf (3.21.12) + gemoji (4.1.0) + github-pages (232) + github-pages-health-check (= 1.18.2) + jekyll (= 3.10.0) + jekyll-avatar (= 0.8.0) + jekyll-coffeescript (= 1.2.2) + jekyll-commonmark-ghpages (= 0.5.1) + jekyll-default-layout (= 0.1.5) + jekyll-feed (= 0.17.0) + jekyll-gist (= 1.5.0) + jekyll-github-metadata (= 2.16.1) + jekyll-include-cache (= 0.2.1) + jekyll-mentions (= 1.6.0) + jekyll-optional-front-matter (= 0.3.2) + jekyll-paginate (= 1.1.0) + jekyll-readme-index (= 0.3.0) + jekyll-redirect-from (= 0.16.0) + jekyll-relative-links (= 0.6.1) + jekyll-remote-theme (= 0.4.3) + jekyll-sass-converter (= 1.5.2) + jekyll-seo-tag (= 2.8.0) + jekyll-sitemap (= 1.4.0) + jekyll-swiss (= 1.0.0) + jekyll-theme-architect (= 0.2.0) + jekyll-theme-cayman (= 0.2.0) + jekyll-theme-dinky (= 0.2.0) + jekyll-theme-hacker (= 0.2.0) + jekyll-theme-leap-day (= 0.2.0) + jekyll-theme-merlot (= 0.2.0) + jekyll-theme-midnight (= 0.2.0) + jekyll-theme-minimal (= 0.2.0) + jekyll-theme-modernist (= 0.2.0) + jekyll-theme-primer (= 0.6.0) + jekyll-theme-slate (= 0.2.0) + jekyll-theme-tactile (= 0.2.0) + jekyll-theme-time-machine (= 0.2.0) + jekyll-titles-from-headings (= 0.5.3) + jemoji (= 0.13.0) + kramdown (= 2.4.0) + kramdown-parser-gfm (= 1.1.0) + liquid (= 4.0.4) + mercenary (~> 0.3) + minima (= 2.5.1) + nokogiri (>= 1.16.2, < 2.0) + rouge (= 3.30.0) + terminal-table (~> 1.4) + webrick (~> 1.8) + github-pages-health-check (1.18.2) + addressable (~> 2.3) + dnsruby (~> 1.60) + octokit (>= 4, < 8) + public_suffix (>= 3.0, < 6.0) + typhoeus (~> 1.3) + html-pipeline (2.14.3) + activesupport (>= 2) + nokogiri (>= 1.4) http_parser.rb (0.8.0) - i18n (1.12.0) + i18n (1.14.6) concurrent-ruby (~> 1.0) - jekyll (4.3.2) + jekyll (3.10.0) addressable (~> 2.4) colorator (~> 1.0) + csv (~> 3.0) em-websocket (~> 0.5) - i18n (~> 1.0) - jekyll-sass-converter (>= 2.0, < 4.0) + i18n (>= 0.7, < 2) + jekyll-sass-converter (~> 1.0) jekyll-watch (~> 2.0) - kramdown (~> 2.3, >= 2.3.1) - kramdown-parser-gfm (~> 1.0) + kramdown (>= 1.17, < 3) liquid (~> 4.0) - mercenary (>= 0.3.6, < 0.5) + mercenary (~> 0.3.3) pathutil (~> 0.9) - rouge (>= 3.0, < 5.0) + rouge (>= 1.7, < 4) safe_yaml (~> 1.0) - terminal-table (>= 1.8, < 4.0) - webrick (~> 1.7) - jekyll-sass-converter (3.0.0) - sass-embedded (~> 1.54) + webrick (>= 1.0) + jekyll-avatar (0.8.0) + jekyll (>= 3.0, < 5.0) + jekyll-coffeescript (1.2.2) + coffee-script (~> 2.2) + coffee-script-source (~> 1.12) + jekyll-commonmark (1.4.0) + commonmarker (~> 0.22) + jekyll-commonmark-ghpages (0.5.1) + commonmarker (>= 0.23.7, < 1.1.0) + jekyll (>= 3.9, < 4.0) + jekyll-commonmark (~> 1.4.0) + rouge (>= 2.0, < 5.0) + jekyll-default-layout (0.1.5) + jekyll (>= 3.0, < 5.0) + jekyll-feed (0.17.0) + jekyll (>= 3.7, < 5.0) + jekyll-gist (1.5.0) + octokit (~> 4.2) + jekyll-github-metadata (2.16.1) + jekyll (>= 3.4, < 5.0) + octokit (>= 4, < 7, != 4.4.0) + jekyll-include-cache (0.2.1) + jekyll (>= 3.7, < 5.0) + jekyll-mentions (1.6.0) + html-pipeline (~> 2.3) + jekyll (>= 3.7, < 5.0) + jekyll-optional-front-matter (0.3.2) + jekyll (>= 3.0, < 5.0) + jekyll-paginate (1.1.0) + jekyll-readme-index (0.3.0) + jekyll (>= 3.0, < 5.0) + jekyll-redirect-from (0.16.0) + jekyll (>= 3.3, < 5.0) + jekyll-relative-links (0.6.1) + jekyll (>= 3.3, < 5.0) + jekyll-remote-theme (0.4.3) + addressable (~> 2.0) + jekyll (>= 3.5, < 5.0) + jekyll-sass-converter (>= 1.0, <= 3.0.0, != 2.0.0) + rubyzip (>= 1.3.0, < 3.0) + jekyll-sass-converter (1.5.2) + sass (~> 3.4) + jekyll-seo-tag (2.8.0) + jekyll (>= 3.8, < 5.0) + jekyll-sitemap (1.4.0) + jekyll (>= 3.7, < 5.0) + jekyll-swiss (1.0.0) + jekyll-theme-architect (0.2.0) + jekyll (> 3.5, < 5.0) + jekyll-seo-tag (~> 2.0) + jekyll-theme-cayman (0.2.0) + jekyll (> 3.5, < 5.0) + jekyll-seo-tag (~> 2.0) + jekyll-theme-dinky (0.2.0) + jekyll (> 3.5, < 5.0) + jekyll-seo-tag (~> 2.0) + jekyll-theme-hacker (0.2.0) + jekyll (> 3.5, < 5.0) + jekyll-seo-tag (~> 2.0) + jekyll-theme-leap-day (0.2.0) + jekyll (> 3.5, < 5.0) + jekyll-seo-tag (~> 2.0) + jekyll-theme-merlot (0.2.0) + jekyll (> 3.5, < 5.0) + jekyll-seo-tag (~> 2.0) + jekyll-theme-midnight (0.2.0) + jekyll (> 3.5, < 5.0) + jekyll-seo-tag (~> 2.0) + jekyll-theme-minimal (0.2.0) + jekyll (> 3.5, < 5.0) + jekyll-seo-tag (~> 2.0) + jekyll-theme-modernist (0.2.0) + jekyll (> 3.5, < 5.0) + jekyll-seo-tag (~> 2.0) + jekyll-theme-primer (0.6.0) + jekyll (> 3.5, < 5.0) + jekyll-github-metadata (~> 2.9) + jekyll-seo-tag (~> 2.0) + jekyll-theme-slate (0.2.0) + jekyll (> 3.5, < 5.0) + jekyll-seo-tag (~> 2.0) + jekyll-theme-tactile (0.2.0) + jekyll (> 3.5, < 5.0) + jekyll-seo-tag (~> 2.0) + jekyll-theme-time-machine (0.2.0) + jekyll (> 3.5, < 5.0) + jekyll-seo-tag (~> 2.0) + jekyll-titles-from-headings (0.5.3) + jekyll (>= 3.3, < 5.0) jekyll-watch (2.2.1) listen (~> 3.0) + jemoji (0.13.0) + gemoji (>= 3, < 5) + html-pipeline (~> 2.2) + jekyll (>= 3.0, < 5.0) + json (2.8.2) kramdown (2.4.0) rexml kramdown-parser-gfm (1.1.0) kramdown (~> 2.0) liquid (4.0.4) - listen (3.8.0) + listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - mercenary (0.4.0) + logger (1.6.1) + mercenary (0.3.6) + minima (2.5.1) + jekyll (>= 3.5, < 5.0) + jekyll-feed (~> 0.9) + jekyll-seo-tag (~> 2.1) + minitest (5.25.1) + net-http (0.5.0) + uri + nokogiri (1.16.7-arm64-darwin) + racc (~> 1.4) + nokogiri (1.16.7-x86_64-darwin) + racc (~> 1.4) + nokogiri (1.16.7-x86_64-linux) + racc (~> 1.4) + octokit (4.25.1) + faraday (>= 1, < 3) + sawyer (~> 0.9) pathutil (0.16.2) forwardable-extended (~> 2.6) - public_suffix (5.0.1) - rake (12.3.3) + public_suffix (5.1.1) + racc (1.8.1) rb-fsevent (0.11.2) - rb-inotify (0.10.1) + rb-inotify (0.11.1) ffi (~> 1.0) - rexml (3.2.5) - rouge (4.0.1) + rexml (3.3.9) + rouge (3.30.0) + rubyzip (2.3.2) safe_yaml (1.0.5) - sass-embedded (1.58.0-x86_64-darwin) - google-protobuf (~> 3.21) - sass-embedded (1.58.0-x86_64-linux-gnu) - google-protobuf (~> 3.21) - terminal-table (3.0.2) - unicode-display_width (>= 1.1.1, < 3) - unicode-display_width (2.4.2) - webrick (1.8.1) + sass (3.7.4) + sass-listen (~> 4.0.0) + sass-listen (4.0.0) + rb-fsevent (~> 0.9, >= 0.9.4) + rb-inotify (~> 0.9, >= 0.9.7) + sawyer (0.9.2) + addressable (>= 2.3.5) + faraday (>= 0.17.3, < 3) + securerandom (0.3.2) + simpleidn (0.2.3) + terminal-table (1.8.0) + unicode-display_width (~> 1.1, >= 1.1.1) + typhoeus (1.4.1) + ethon (>= 0.9.0) + tzinfo (2.0.6) + concurrent-ruby (~> 1.0) + unicode-display_width (1.8.0) + uri (1.0.3) + webrick (1.9.0) PLATFORMS + arm64-darwin-23 x86_64-darwin-22 x86_64-linux DEPENDENCIES bundler (~> 2.1) - jekyll-theme-conference! - rake (~> 12.0) + github-pages + webrick (~> 1.8) BUNDLED WITH 2.4.6 diff --git a/_config.example.yml b/_config.example.yml deleted file mode 100644 index 9f68fbf..0000000 --- a/_config.example.yml +++ /dev/null @@ -1,180 +0,0 @@ -title: Conference 2020 -preposition: at -description: >- - Conference of a random organization on January 1st in Zurich, Switzerland -baseurl: "" # the subpath of your site, e.g. /blog -url: "https://example.com" # the base hostname & protocol for your site, e.g. https://example.com - -theme: jekyll-theme-conference - -# Build settings -markdown: kramdown -sass: - style: compressed - -# Additional exclude from processing -exclude: - - vendor - - .github/ - - README.md - - LICENSE.md - - REDISTRIBUTED.md - - purgecss.config.js - -# Collections and their defaults -collections: - talks: - output: true - permalink: /:collection/:title/ - speakers: - output: true - permalink: /:collection/:title/ - rooms: - output: true - permalink: /:collection/:title/ - -defaults: - - scope: - path: "" - type: talks - values: - layout: talk - - scope: - path: "" - type: speakers - values: - layout: speaker - - scope: - path: "" - type: rooms - values: - layout: room - - -conference: - - # Language - lang: en - - # Show theme errors: - show_errors: True - - # Navigation bar - navigation: - logo: - name: Digital Society Switzerland - # img: '' - url: 'https://digitale-gesellschaft.ch/' - links: - - name: Program - relative_url: /program/ - - name: Talks - relative_url: /talks/ - - name: Speakers - relative_url: /speakers/ - - name: Location - relative_url: /location/ - - name: Previous Editions - menu: - - name: 2020 (current) - disabled: true - - name: 2019 - relative_url: /2019/ - - name: 2018 - relative_url: /2018/ - - # Link Preview for Sharing - link_preview: - # also adapt "preposition" property at top for more meaningful descriptions - disable: false - img: - twitter: 'twitter_preview.png' # inside /assets/images/ - open_graph: 'facebook_preview.png' # inside /assets/images/ - - # Main landing page - main: - # logo: - # img: '' - links: - - name: Program - relative_url: /program/ - - name: How to get there - relative_url: /location/ - - name: Tickets - disabled: true - absolute_url: '' - - # Information boxes - info_bars: - - title: Welcome to the Conference Theme for Jekyll! - color: primary - main_only: true - text: | - The Theme was originally made for the [Winterkongress](https://www.digitale-gesellschaft.ch/kongress/), a yearly conference of the [Digital Society Switzerland](https://digitale-gesellschaft.ch/). - - --- - - See the [README](github.com/DigitaleGesellschaft/jekyll-theme-conference/) on the project's GitHub repository for further information on how to configure and adapt it to your needs. - - text: This is just some random content for demonstration purposes. - color: warning - pages_only: true - - # Live indications - live: - date: 01.01.2020 - timezone: GMT+1 - stop: 240 # in minutes - streaming: - enable: true - pause: 60 # in minutes - prepend: 5 # in minutes - extend: 5 # in minutes - demo: - enable: false - duration: 300 # in seconds - pause: 10 # in seconds - - talks: - # Talk categories - main_categories: - - name: Cat A - color: info - - name: Cat B - color: success - - # Hide icons on talk overview page - hide_icons: false - - speakers: - # Show first and last name - show_firstname: true - - location: - # Disable links to locations - hide: false - # URL of location / room overview page - url: '/location' - # Main page title shown on location/room navigation bar - navbar_title: 'Location' - # Show map on location main page. Set `map: false` if you don't want to - # display it. - map: - # Initial map center point - home_coord: 47.37808, 8.53935 - # Alternative map providers can be found on https://leaflet-extras.github.io/leaflet-providers/preview/ - # The following do match the Bootstrap design not too badly: - # - Thunderforest.Neighbourhood - # - Esri.WorldTopoMap - map_provider: "OpenStreetMap.Mapnik" - default_zoom: 17 - - - program: - # URL of program page - url: '/program' - - # Time steps in program table - time_steps: 15 # in minutes - - # Show intermediary time steps (next to full hours) - show_alltimes: true diff --git a/_config.yml b/_config.yml index 9f68fbf..a123036 100644 --- a/_config.yml +++ b/_config.yml @@ -1,17 +1,23 @@ -title: Conference 2020 -preposition: at +title: SAIV 2025 +#preposition: at description: >- - Conference of a random organization on January 1st in Zurich, Switzerland -baseurl: "" # the subpath of your site, e.g. /blog -url: "https://example.com" # the base hostname & protocol for your site, e.g. https://example.com + The 8th International Symposium on AI Verification in Zagreb on July 21–22, 2025 +baseurl: /2025 # the subpath of your site, e.g. /blog +url: "https://www.aiverification.org" # the base hostname & protocol for your site, e.g. https://example.com -theme: jekyll-theme-conference +remote_theme: "DigitaleGesellschaft/jekyll-theme-conference@v3.6.1" # Build settings markdown: kramdown sass: style: compressed +plugins: + - jekyll-include-cache + +svg: + optimize: true + # Additional exclude from processing exclude: - vendor @@ -50,131 +56,150 @@ defaults: values: layout: room - conference: - # Language lang: en # Show theme errors: - show_errors: True + show_errors: False # Navigation bar navigation: logo: - name: Digital Society Switzerland - # img: '' - url: 'https://digitale-gesellschaft.ch/' + name: SAIV + img: 'logo.svg' + #url: '' links: - - name: Program - relative_url: /program/ - - name: Talks - relative_url: /talks/ - - name: Speakers - relative_url: /speakers/ - - name: Location - relative_url: /location/ - - name: Previous Editions + - name: About + relative_url: /about/ + - name: Call for Papers + relative_url: /call/ + - name: Committees + relative_url: /committees/ + #- name: Program + # relative_url: /program/ + #- name: Talks + # relative_url: /talks/ + #- name: Speakers & Authors + # relative_url: /speakers/ + #- name: Location + #relative_url: /location/ + - name: Editions menu: - - name: 2020 (current) - disabled: true - - name: 2019 - relative_url: /2019/ - - name: 2018 - relative_url: /2018/ + - name: SAIV 2025 + disabled: true + - name: SAIV 2024 + absolute_url: /2024 + - name: FoMLAS 2023 + absolute_url: 'https://fomlas2023.wixsite.com/fomlas2023' + - name: WOLVERINE 2023 + absolute_url: 'https://wolverine-workshop.github.io/Wolverine2023/' + - name: FoMLAS 2022 + absolute_url: 'https://fomlas2023.wixsite.com/fomlas2022' + - name: WOLVERINE 2022 + absolute_url: 'https://wolverine-workshop.github.io/Wolverine2022/' + - name: FoMLAS 2021 + absolute_url: 'https://fomlas2021.wixsite.com/fomlas2021' + - name: WOLVERINE 2021 + absolute_url: 'https://wolverine-workshop.github.io/Wolverine2021/' + - name: FoMLAS 2020 + absolute_url: 'https://fomlas2020.wixsite.com/fomlas2020' + - name: FoMLAS 2019 + absolute_url: 'https://fomlas2019.wixsite.com/fomlas2019' + - name: FoMLAS 2018 + absolute_url: 'https://cps-vo.org/node/40531' # Link Preview for Sharing link_preview: # also adapt "preposition" property at top for more meaningful descriptions disable: false - img: - twitter: 'twitter_preview.png' # inside /assets/images/ - open_graph: 'facebook_preview.png' # inside /assets/images/ + #img: + #twitter: 'twitter_preview.png' # inside /assets/images/ + #open_graph: 'facebook_preview.png' # inside /assets/images/ # Main landing page main: - # logo: - # img: '' + logo: + img: 'logo_full.svg' links: - - name: Program - relative_url: /program/ - - name: How to get there - relative_url: /location/ - - name: Tickets - disabled: true - absolute_url: '' + - name: Call for Papers + relative_url: /call/ # Information boxes - info_bars: - - title: Welcome to the Conference Theme for Jekyll! - color: primary - main_only: true - text: | - The Theme was originally made for the [Winterkongress](https://www.digitale-gesellschaft.ch/kongress/), a yearly conference of the [Digital Society Switzerland](https://digitale-gesellschaft.ch/). - - --- - - See the [README](github.com/DigitaleGesellschaft/jekyll-theme-conference/) on the project's GitHub repository for further information on how to configure and adapt it to your needs. - - text: This is just some random content for demonstration purposes. - color: warning - pages_only: true + #info_bars: + # - title: Welcome to the Conference Theme for Jekyll! + # color: primary + # main_only: true + # text: | + # The Theme was originally made for the [Winterkongress](https://www.digitale-gesellschaft.ch/kongress/), a yearly conference of the [Digital Society Switzerland](https://digitale-gesellschaft.ch/). + # + # --- + # + # See the [README](github.com/DigitaleGesellschaft/jekyll-theme-conference/) on the project's GitHub repository for further information on how to configure and adapt it to your needs. + # - text: This is just some random content for demonstration purposes. + # color: warning + # pages_only: true # Live indications - live: - date: 01.01.2020 - timezone: GMT+1 - stop: 240 # in minutes - streaming: - enable: true - pause: 60 # in minutes - prepend: 5 # in minutes - extend: 5 # in minutes - demo: - enable: false - duration: 300 # in seconds - pause: 10 # in seconds + #live: + #date: 01.01.2020 + #timezone: GMT+1 + #stop: 240 # in minutes + #streaming: + #enable: true + #pause: 60 # in minutes + #prepend: 5 # in minutes + #extend: 5 # in minutes + #demo: + #enable: false + #duration: 300 # in seconds + #pause: 10 # in seconds talks: - # Talk categories + ## Talk categories main_categories: - - name: Cat A - color: info - - name: Cat B + - name: Invited Talk color: success - - # Hide icons on talk overview page + - name: Presentation + color: primary + - name: VNN-COMP + color: info + - name: Discussion + color: warning + - name: Break + color: light + ## Hide icons on talk overview page hide_icons: false speakers: - # Show first and last name + ## Show first and last name show_firstname: true - location: - # Disable links to locations - hide: false - # URL of location / room overview page - url: '/location' - # Main page title shown on location/room navigation bar - navbar_title: 'Location' - # Show map on location main page. Set `map: false` if you don't want to - # display it. - map: - # Initial map center point - home_coord: 47.37808, 8.53935 - # Alternative map providers can be found on https://leaflet-extras.github.io/leaflet-providers/preview/ - # The following do match the Bootstrap design not too badly: - # - Thunderforest.Neighbourhood - # - Esri.WorldTopoMap - map_provider: "OpenStreetMap.Mapnik" - default_zoom: 17 - + #location: + ## Disable links to locations + #hide: true + ## URL of location / room overview page + #url: '/location' + ## Main page title shown on location/room navigation bar + #navbar_title: 'Location' + ## Show map on location main page. Set `map: false` if you don't want to + ## display it. + #map: + ## Initial map center point + #home_coord: 45.4023, -73.4683 + ## Alternative map providers can be found on https://leaflet-extras.github.io/leaflet-providers/preview/ + ## The following do match the Bootstrap design not too badly: + ## - Thunderforest.Neighbourhood + ## - Esri.WorldTopoMap + #map_provider: "OpenStreetMap.Mapnik" + #default_zoom: 17 program: # URL of program page url: '/program' # Time steps in program table - time_steps: 15 # in minutes + time_steps: 30 # in minutes # Show intermediary time steps (next to full hours) show_alltimes: true diff --git a/_data/program.yml b/_data/program.yml index 068f51f..e69de29 100644 --- a/_data/program.yml +++ b/_data/program.yml @@ -1,25 +0,0 @@ -days: -- name: Monday - abbr: Mo - date: 2020-01-31 - rooms: - - name: Room A - talks: - - name: Vim Impetus Placerat Cotidieque Ad - time_start: '12:00' - time_end: '12:45' - - name: Condimentum Vitae Sapien Pellentesque - time_start: '12:45' - time_end: '13:30' - - - name: Room B - talks: - - name: Arcu Non Odio - time_start: '12:00' - time_end: '13:00' - - - name: Room C - talks: - - name: Eu Nisl Nunc Mi Ipsum Faucibus - time_start: '13:30' - time_end: '14:30' diff --git a/_includes/partials/header.html b/_includes/partials/header.html index b02c480..da8952e 100644 --- a/_includes/partials/header.html +++ b/_includes/partials/header.html @@ -15,6 +15,8 @@ + + {%- if site.conference.live %} diff --git a/_layouts/home.html b/_layouts/home.html index e43d20b..d93ae42 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -1,7 +1,7 @@ {% include partials/header.html %}