mirror of
https://github.com/Decentralized-ID/decentralized-id.github.io.git
synced 2024-10-01 01:05:54 -04:00
32 lines
686 B
Ruby
32 lines
686 B
Ruby
|
source "https://rubygems.org"
|
||
|
gemspec
|
||
|
|
||
|
gem "jekyll"
|
||
|
gem "minimal-mistakes-jekyll"
|
||
|
|
||
|
|
||
|
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
|
||
|
# uncomment the line below. To upgrade, run `bundle update github-pages`.
|
||
|
# gem "github-pages", group: :jekyll_plugins
|
||
|
|
||
|
# gem "jekyll-avatar"
|
||
|
# gem "jekyll-default-layout"
|
||
|
#
|
||
|
# If you have any plugins, put them here!
|
||
|
group :jekyll_plugins do
|
||
|
gem "jekyll-paginate"
|
||
|
gem "jekyll-sitemap"
|
||
|
gem "jekyll-gist"
|
||
|
gem "jekyll-feed"
|
||
|
gem "jemoji"
|
||
|
gem "jekyll-include-cache"
|
||
|
gem "jekyll-target-blank"
|
||
|
gem "jekyll-optional-front-matter"
|
||
|
gem "jekyll-readme-index"
|
||
|
gem "jekyll-redirect-from"
|
||
|
gem "jekyll-seo-tag"
|
||
|
end
|
||
|
|
||
|
-
|
||
|
|