Merge branch 'issue-26' into 'master'
Major update: Automatic generation of index and harmonisation See merge request !117
.ci/generateIndex.py
0 → 100644
... | ... | @@ -12,7 +12,7 @@ gem "jekyll", "~> 4.0" |
gem "bundler", "> 2.0" | ||
gem "minima", "~> 2.5" | ||
gem 'jekyll-theme-lcsb-default', '~> 0.4' | ||
gem 'jekyll-theme-lcsb-default', '~> 0.4.14' | ||
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and | ||
# uncomment the line below. To upgrade, run `bundle update github-pages`. | ||
... | ... | @@ -27,9 +27,8 @@ group :jekyll_plugins do |
"~> 0.6" | ||
gem 'jekyll-theme-lcsb-frozen-components', | ||
'~> 0.0.2', | ||
:git => "https://gitlab.lcsb.uni.lu/core-services/jekyll-theme-lcsb-frozen-components.git", | ||
:tag => "0.0.2" | ||
:tag => "0.0.3" | ||
gem 'jekyll-redirect-from', | ||
'0.16.0' | ||
... | ... | @@ -43,3 +42,5 @@ gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby] |
gem "wdm", "~> 0.1.1" if Gem.win_platform? | ||
gem 'jekyll-spaceship', "0.10.0" | ||
gem "webrick", "~> 1.7" |
File moved
File moved
File moved
File moved
Please register or sign in to comment