Merge branch '7-use-frozen-plugins' into 'develop'
Update Gemfile, _config.yml files See merge request core-services/pages-jekyll-lcsb-template!9
No related branches found
No related tags found
... | ... | @@ -7,14 +7,11 @@ source "https://rubygems.org" |
# | ||
# bundle exec jekyll serve | ||
# | ||
# This will help ensure the proper Jekyll version is running. | ||
# Happy Jekylling! | ||
gem "jekyll", "~> 4.0" | ||
gem "bundler", "> 2.0" | ||
# This is the default theme for new Jekyll sites. You may change this to anything you like. | ||
gem "minima", "~> 2.5" | ||
# gem 'jekyll-theme-primer', '~> 0.5.4' | ||
gem 'jekyll-theme-lcsb-default', '~> 0.3' | ||
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and | ||
... | ... | @@ -23,9 +20,18 @@ gem 'jekyll-theme-lcsb-default', '~> 0.3' |
# If you have any plugins, put them here! | ||
group :jekyll_plugins do | ||
gem "jekyll-paginate-v2", "~> 2", | ||
gem "jekyll-paginate-v2", | ||
"~> 2", | ||
:git => "https://github.com/sverrirs/jekyll-paginate-v2.git" | ||
gem "jekyll-feed", "~> 0.6" | ||
gem "jekyll-feed", | ||
"~> 0.6" | ||
gem 'jekyll-theme-lcsb-frozen-components', | ||
'~> 0.0.1', | ||
:git => "https://git-r3lab.uni.lu/core-services/jekyll-theme-lcsb-frozen-components.git", | ||
:branch => "master" | ||
end | ||
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem | ||
... | ... |
Please register or sign in to comment