Add license and gitlab pages stuff

This commit is contained in:
Christian Pauly 2020-01-02 13:42:49 +00:00
commit 6fbbeb12d9
4 changed files with 735 additions and 0 deletions

8
Gemfile Normal file
View file

@ -0,0 +1,8 @@
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]