Add jekyll-gitlab-letsencrypt and config
... | ... | @@ -9,7 +9,7 @@ ruby RUBY_VERSION |
# | ||
# This will help ensure the proper Jekyll version is running. | ||
# Happy Jekylling! | ||
gem "jekyll", "3.8.0" | ||
gem "jekyll", "3.8.5" | ||
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and | ||
# uncomment the line below. To upgrade, run `bundle update github-pages`. | ||
... | ... | @@ -23,6 +23,7 @@ group :jekyll_plugins do |
gem "jekyll-gist" | ||
gem "jekyll-feed" | ||
gem "jemoji" | ||
gem 'jekyll-gitlab-letsencrypt' | ||
end | ||
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem | ||
... | ... |
Please register or sign in to comment