Update Gemfile, _config.yml files
... | @@ -7,14 +7,11 @@ source "https://rubygems.org" | ... | @@ -7,14 +7,11 @@ source "https://rubygems.org" |
# | # | ||
# bundle exec jekyll serve | # bundle exec jekyll serve | ||
# | # | ||
# This will help ensure the proper Jekyll version is running. | |||
# Happy Jekylling! | |||
gem "jekyll", "~> 4.0" | gem "jekyll", "~> 4.0" | ||
gem "bundler", "> 2.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 "minima", "~> 2.5" | ||
# gem 'jekyll-theme-primer', '~> 0.5.4' | |||
gem 'jekyll-theme-lcsb-default', '~> 0.3' | gem 'jekyll-theme-lcsb-default', '~> 0.3' | ||
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and | # If you want to use GitHub Pages, remove the "gem "jekyll"" above and | ||
... | @@ -23,9 +20,18 @@ gem 'jekyll-theme-lcsb-default', '~> 0.3' | ... | @@ -23,9 +20,18 @@ gem 'jekyll-theme-lcsb-default', '~> 0.3' |
# If you have any plugins, put them here! | # If you have any plugins, put them here! | ||
group :jekyll_plugins do | group :jekyll_plugins do | ||
gem "jekyll-paginate-v2", "~> 2", | gem "jekyll-paginate-v2", | ||
"~> 2", | |||
:git => "https://github.com/sverrirs/jekyll-paginate-v2.git" | :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 | end | ||
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem | # Windows does not include zoneinfo files, so bundle the tzinfo-data gem | ||
... | ... |
Please register or sign in to comment