First version

This commit is contained in:
Alexis Hassler
2019-04-12 23:08:34 +02:00
commit 61baeb1807
41 changed files with 1383 additions and 0 deletions

12
Gemfile Normal file
View File

@@ -0,0 +1,12 @@
source "https://rubygems.org"
# Run Jekyll with `bundle exec`, like so:
# bundle exec jekyll serve
gem "jekyll", "3.8.5"
gem "nokogiri"
group :jekyll_plugins do
gem 'jekyll-asciidoc', "~> 2.1.1"
gem "jekyll-toc", "~> 0.11.0"
end