awesome-django/Gemfile

12 lines
348 B
Ruby
Raw Normal View History

2020-10-02 03:39:05 +00:00
source "https://rubygems.org"
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
# uncomment the line below. To upgrade, run `bundle update github-pages`.
2020-10-03 00:15:16 +00:00
gem "github-pages", group: :jekyll_plugins
2020-10-02 03:39:05 +00:00
# If you have any plugins, put them here!
group :jekyll_plugins do
2020-10-03 00:15:16 +00:00
gem "jekyll-feed"
gem "jekyll-optional-front-matter"
2020-10-02 03:39:05 +00:00
end