Skip to content

Commit c60632e

Browse files
committed
Changed from peri to post 📫
Some changes don't key off the conference stage. People should be able to sign up for a newcomer dinner before the conference is in peri mode, but they shouldn't be able to sign up for it after it's done. YAML doesn't allow for conditionals because the file is just a text file to be read.
1 parent a1fb9d3 commit c60632e

1 file changed

Lines changed: 13 additions & 7 deletions

File tree

‎_data/conf.yml‎

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ 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
149149

150150
livestream:
151151
show: true
@@ -163,7 +163,7 @@ slides:
163163

164164
closed-captioning:
165165
# display on home page and general-info/accessibility
166-
show: true
166+
show: false
167167
# name of captioning company, URL is above under closed-captioning.url
168168
service: Streambox
169169
url: https://2020archive.1capapp.com/event/code4lib/
@@ -310,13 +310,16 @@ shirt-voting:
310310
#social-activities-url: '/general-info/social/'
311311

312312
diy-social:
313-
show: true
313+
show: false
314314

315315
newcomer-dinner:
316316
show: true
317317
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'
318+
# Commenting allows the next year's crew to see what these values were.
319+
# signup-url: 'https://docs.google.com/document/d/11Ay8FLbKXEbYNiiu64t3IUgIlAMbPbWwe_5TV1XegL4/edit?usp=sharing'
320+
# signup-button-text: 'Code4Lib 2026 Newcomer Dinner Information and Sign Up'
321+
sign-up-url: ''
322+
sign-up-button-text: ''
320323
date: '2026-03-02'
321324
time: '6pm or later'
322325
link: '/general-info/social/#newcomer-dinner'
@@ -398,8 +401,11 @@ game-night:
398401
description: 'Join fellow Code4Libers at Game Night! Hotel bar and food service is available.'
399402
event-url: ''
400403
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'
404+
# Commenting allows the next year's crew to see what these values were.
405+
# sign-up-url: 'https://docs.google.com/spreadsheets/d/1nS7WWFRbjGrdfga3MRCr_Dy8xW6AyW0dyAsK5egHuPM/edit?gid=0#gid=0'
406+
# sign-up-button-text: 'Sign Up for Game Night'
407+
sign-up-url: ''
408+
sign-up-button-text: ''
403409

404410
###############
405411
# Volunteer

0 commit comments

Comments
 (0)