Initial commit

This commit is contained in:
2017-10-08 15:27:35 +01:00
commit fd1e7465b8
26 changed files with 2093 additions and 0 deletions

21
Gemfile Normal file
View File

@@ -0,0 +1,21 @@
source 'https://rubygems.org'
gem 'jekyll', '3.5.0'
group :development do
gem 'rake'
gem 'rubocop'
end
# If you have any plugins, put them here!
group :jekyll_plugins do
gem 'jekyll-assets'
gem 'jekyll-pants'
gem 'jekyll-seo-tag'
gem 'jekyll-sitemap'
gem 'jekyll-tidy'
gem 'uglifier' # required by 'jekyll-assets' for JS compression
end
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]