Skip to content

Commit 623ec6d

Browse files
authored
Merge pull request #2 from code4lib/enable-cfp
Putting site in pre-conference mode
2 parents d6d01df + 822a7ef commit 623ec6d

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

_data/conf.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,12 @@ city: 'Princeton'
6666
state: 'NJ'
6767

6868
venue:
69-
name: ''
69+
name: 'Princeton University'
7070
street: ''
7171
postal-code: ''
7272
phone:
7373
image: ''
74-
website: ''
74+
website: 'https://www.princeton.edu/'
7575
floorplan:
7676
directions: ''
7777
a11y: ''
@@ -123,7 +123,7 @@ anonymous-form: 'https://css4csv.clir.org/anonymous-incident-report-form/'
123123
# - post: for after the conference is over
124124
#
125125
####################
126-
homepage-display: post
126+
homepage-display: pre
127127

128128
livestream:
129129
show: false
@@ -190,9 +190,9 @@ workshop-proposals:
190190
end-date: ''
191191

192192
talk-proposals:
193-
show: false
194-
submission-form: ''
195-
end-date: ''
193+
show: true
194+
submission-form: 'https://forms.gle/nBvxVhndmeLAJRkN9'
195+
end-date: '2022-11-14'
196196

197197
panel-proposals:
198198
show: false

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ <h2>Welcome to {{site.data.conf.location}}, {{site.data.conf.catchline}}</h2>
3434
<p>{{site.data.conf.welcome-message}}</p>
3535
{% if site.data.conf.venue.name != nil %}
3636
<p>
37-
The conference will take place at the <a class="welcome" href="{{site.data.conf.venue.website}}">{{site.data.conf.venue.name}}</a>,
38-
right in downtown {{ site.data.conf.location }}.
37+
The conference will take place at <a class="welcome" href="{{site.data.conf.venue.website}}">{{site.data.conf.venue.name}}</a>,
38+
in {{ site.data.conf.location }}.
3939
</p>
4040
{% endif %}
4141
</div>

0 commit comments

Comments
 (0)