Initial commit

This commit is contained in:
Set Hallstrom 2020-07-03 18:47:56 +02:00
commit 6a348db52f
471 changed files with 76070 additions and 0 deletions

9
Gemfile Normal file
View file

@ -0,0 +1,9 @@
source 'https://rubygems.org'
gem 'jekyll', '4.0.0'
group :jekyll_plugins do
gem 'jekyll-seo-tag', '2.6.1'
gem 'jekyll-sitemap', '1.4.0'
gem 'jekyll-last-modified-at','1.1.0'
end