Skip to content

Commit 87de5ea

Browse files
authored
Merge pull request #100 from code4lib/feat-make-post
Convert site to post-conference presentation
2 parents a1fb9d3 + 4bec16d commit 87de5ea

3 files changed

Lines changed: 24 additions & 13 deletions

File tree

_data/conf.yml

Lines changed: 22 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,12 @@ anonymous-form: 'https://css4csv.clir.org/anonymous-incident-report-form/'
145145
# - post: for after the conference is over
146146
#
147147
####################
148-
homepage-display: peri
148+
homepage-display: post
149+
# Other changes needed to change state (may not be exhaustive):
150+
# * closed-captioning.url
151+
# * game-night.sign-up-url
152+
# * newcomer-dinner.sign-up.url
153+
# * diy-social.show
149154

150155
livestream:
151156
show: true
@@ -162,11 +167,11 @@ slides:
162167
email: ''
163168

164169
closed-captioning:
165-
# display on home page and general-info/accessibility
166-
show: true
167-
# name of captioning company, URL is above under closed-captioning.url
168-
service: Streambox
169-
url: https://2020archive.1capapp.com/event/code4lib/
170+
# name of captioning company
171+
service: 1CapApp
172+
# Commenting allows the next year's crew to see what these values were.
173+
# url: https://2020archive.1capapp.com/event/code4lib/
174+
url:
170175

171176
workshops:
172177
show: true
@@ -310,13 +315,16 @@ shirt-voting:
310315
#social-activities-url: '/general-info/social/'
311316

312317
diy-social:
313-
show: true
318+
show: false
314319

315320
newcomer-dinner:
316321
show: true
317322
description: 'The Newcomer Dinner is an opportunity for veterans of the code4lib conference to meet and welcome first-timers. Attendees sign up to join others for dinner as a gentle introduction to the code4lib conference.'
318-
signup-url: 'https://docs.google.com/document/d/11Ay8FLbKXEbYNiiu64t3IUgIlAMbPbWwe_5TV1XegL4/edit?usp=sharing'
319-
signup-button-text: 'Code4Lib 2026 Newcomer Dinner Information and Sign Up'
323+
# Commenting allows the next year's crew to see what these values were.
324+
# signup-url: 'https://docs.google.com/document/d/11Ay8FLbKXEbYNiiu64t3IUgIlAMbPbWwe_5TV1XegL4/edit?usp=sharing'
325+
# signup-button-text: 'Code4Lib 2026 Newcomer Dinner Information and Sign Up'
326+
sign-up-url: ''
327+
sign-up-button-text: ''
320328
date: '2026-03-02'
321329
time: '6pm or later'
322330
link: '/general-info/social/#newcomer-dinner'
@@ -398,8 +406,11 @@ game-night:
398406
description: 'Join fellow Code4Libers at Game Night! Hotel bar and food service is available.'
399407
event-url: ''
400408
event-url-button-text: 'Sign Up'
401-
sign-up-url: 'https://docs.google.com/spreadsheets/d/1nS7WWFRbjGrdfga3MRCr_Dy8xW6AyW0dyAsK5egHuPM/edit?gid=0#gid=0'
402-
sign-up-button-text: 'Sign Up for Game Night'
409+
# Commenting allows the next year's crew to see what these values were.
410+
# sign-up-url: 'https://docs.google.com/spreadsheets/d/1nS7WWFRbjGrdfga3MRCr_Dy8xW6AyW0dyAsK5egHuPM/edit?gid=0#gid=0'
411+
# sign-up-button-text: 'Sign Up for Game Night'
412+
sign-up-url: ''
413+
sign-up-button-text: ''
403414

404415
###############
405416
# Volunteer

general-info/accessibility.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ <h2 id="contactus">Accommodation Requests or Questions</h2>
3232
<h2 id="captioning">Live Captioning</h2>
3333
<p>
3434
During the general conference, Code4Lib {{site.data.conf.year}} will feature live captioning{% if site.data.conf.closed-captioning.service %} by {{site.data.conf.closed-captioning.service}}{% endif %}. In order to improve the quality of this service, we ask everyone to speak slowly and clearly so the captioning service is able to accurately capture what you say. Any prerecorded sessions or talks will also be live captioned.
35-
{% if site.data.conf.closed-captioning.show %}
35+
{% if site.data.conf.closed-captioning.url != nil %}
3636
Attendees, both local and remote, may view the text stream at:
3737
<a href="{{site.data.conf.closed-captioning.url}}">{{site.data.conf.closed-captioning.url}}</a>
3838
{% endif %}

schedule/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ <h4><a href="{{site.data.conf.newcomer-dinner.link}}">Newcomer Dinner</a></h4>
6565
on the wiki, and we try to mix a few newcomers with a few veterans
6666
who can offer an informal introduction to the conference. Great for making new friends!
6767
</p>
68-
{% if site.data.conf.newcomer-dinner.signup-url != '' %}
68+
{% if site.data.conf.newcomer-dinner.sign-up-url != '' %}
6969
<p>
7070
<a class="btn ct-btn-light" href="{{ site.data.conf.newcomer-dinner.signup-url }}">Sign-up for the Newcomer Dinner</a>
7171
</p>

0 commit comments

Comments
 (0)