Hugo Locurcio cd5181b3e1 Switch from Bootstrap to Bulma (#166)
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.
2019-06-20 01:12:12 +01:00

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?