Skip to content

Commit bf836df

Browse files
tweaking welcome message
1 parent 7127303 commit bf836df

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

Diff for: Gemfile

+2
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ source "https://rubygems.org"
33

44
gem 'github-pages', group: :jekyll_plugins
55
gem 'sprockets-rails', :require => 'sprockets/railtie'
6+
gem 'tzinfo-data'
7+
gem 'webrick'

Diff for: Gemfile.lock

+8-1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ GEM
4141
ethon (0.12.0)
4242
ffi (>= 1.3.0)
4343
eventmachine (1.2.7)
44+
eventmachine (1.2.7-x64-mingw32)
4445
execjs (2.7.0)
4546
faraday (1.1.0)
4647
multipart-post (>= 1.2, < 3)
@@ -279,19 +280,25 @@ GEM
279280
ethon (>= 0.9.0)
280281
tzinfo (1.2.8)
281282
thread_safe (~> 0.1)
283+
tzinfo-data (1.2021.5)
284+
tzinfo (>= 1.0.0)
282285
unf (0.1.4)
283286
unf_ext
284287
unf_ext (0.0.7.7)
285288
unicode-display_width (1.7.0)
289+
webrick (1.7.0)
286290
zeitwerk (2.4.1)
287291

288292
PLATFORMS
289293
ruby
294+
x64-mingw32
290295
x86_64-darwin-20
291296

292297
DEPENDENCIES
293298
github-pages
294299
sprockets-rails
300+
tzinfo-data
301+
webrick
295302

296303
BUNDLED WITH
297-
2.2.0
304+
2.2.29

Diff for: _data/conf.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ venue:
7878
cost: ''
7979
with-tax-cost: ''
8080
cost-cutoff-date: 2021-01-01
81-
welcome-message: 'In 1896, when Nicola Tesla initiated the first ever long-range transmission of electricity, Buffalo became the City of Light. Today, from biomedical research to the arts, this spirit of innovation glows brighter than ever, which makes Buffalo a perfect location for our 2022 Code4Lib Conference. Hosted by the State University of New York at Buffalo, details on our venue are coming soon!'
81+
welcome-message: 'In 1896, when Nicola Tesla initiated the first ever long-range transmission of electricity, the destination of Buffalo became the City of Light. Today, from biomedical research to the arts, this spirit of innovation glows brighter than ever, which makes Buffalo a perfect location for our 2022 Code4Lib Conference. Hosted by the State University of New York at Buffalo, details on our venue are coming soon!'
8282
catchline: 'the City of Light'
8383

8484
################

0 commit comments

Comments
 (0)