Initial commit with version 1.0 (for Jekyll v4)
parents
.dockerignore
0 → 100644
Dockerfile
0 → 100644
Gemfile
0 → 100644
source "https://rubygems.org" | ||
gem "jekyll", "~> 4.0" | ||
gem "bundler", "> 2.0" | ||
gem "minima", "~> 2.5" | ||
gem 'jekyll-theme-lcsb-default', '~> 0.3.0', :git => "https://git-r3lab.uni.lu/core-services/jekyll-theme-lcsb-default.git", :tag => "0.3.0" | ||
group :jekyll_plugins do | ||
gem "jekyll-paginate-v2", "~> 2", | ||
:git => "https://github.com/sverrirs/jekyll-paginate-v2.git" | ||
gem "jekyll-feed", "~> 0.6" | ||
end | ||
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby] | ||
gem "wdm", "~> 0.1.1" if Gem.win_platform? |
Gemfile.lock
0 → 100644
readme.md
0 → 100644
Please register or sign in to comment