The design has been slightly modernized in the process. jQuery was also removed as it is no longer required, resulting in faster page loading times. Gallery thumbnails were regenerated at an higher resolution to match the new design.
11 lines
300 B
Ruby
11 lines
300 B
Ruby
source 'https://rubygems.org'
|
|
gem 'jekyll'
|
|
gem 'jekyll-redirect-from'
|
|
gem 'html-proofer'
|
|
|
|
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
|
|
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
|
|
|
|
# Add wdm to avoid polling on Windows
|
|
gem 'wdm' if Gem.win_platform?
|