1
0
mirror of https://github.com/ipdb/website.git synced 2024-06-16 01:23:15 +02:00
website/Gemfile

11 lines
173 B
Ruby

source 'https://rubygems.org'
gem 'jekyll'
group :jekyll_plugins do
gem 'jekyll-sitemap'
gem 'jekyll-redirect-from'
gem 'hash-joiner'
gem 'simple-rss'
end