decentralized-id.github.io/Gemfile

34 lines
872 B
Ruby
Raw Normal View History

2019-04-07 11:22:53 -04:00
source "https://rubygems.org"
# Hello! This is where you manage which Jekyll version is used to run.
# When you want to use a different version, change it below, save the
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
#
# bundle exec jekyll serve
#
# This will help ensure the proper Jekyll version is running.
# Happy Jekylling!
2019-04-11 23:06:43 -04:00
gem "github-pages", group: :jekyll_plugins
2019-04-07 11:22:53 -04:00
# To upgrade, run `bundle update`.
2019-04-11 23:06:43 -04:00
# gem "jekyll"
# gem "minimal-mistakes-jekyll"
2019-04-07 11:22:53 -04:00
# The following plugins are automatically loaded by the theme-gem:
# gem "jekyll-paginate"
# gem "jekyll-sitemap"
# gem "jekyll-gist"
# gem "jekyll-feed"
# gem "jemoji"
# gem "jekyll-data"
#
# If you have any other plugins, put them here!
2019-04-11 23:06:43 -04:00
group :jekyll_plugins do
2020-12-03 22:15:35 -05:00
gem "jekyll-include-cache"
2019-04-11 23:06:43 -04:00
gem "jekyll-redirect-from"
gem "jekyll-mentions"
2020-12-15 01:52:52 -05:00
gem 'jekyll-gist'
2019-04-17 03:03:39 -04:00
end