Pages/Jekyll

This commit is contained in:
GitLab 2019-11-13 22:11:44 +01:00 committed by Marc Schwede
commit 411e1abf61
27 changed files with 1045 additions and 0 deletions

9
Gemfile Normal file
View file

@ -0,0 +1,9 @@
source "https://rubygems.org"
ruby RUBY_VERSION
# This will help ensure the proper Jekyll version is running.
gem "jekyll", "3.4.0"
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]