1
0
mirror of https://github.com/ipdb/website.git synced 2024-09-28 03:58:52 +02:00
website/Gemfile

8 lines
129 B
Ruby
Raw Normal View History

2017-08-09 17:12:21 +02:00
source 'https://rubygems.org'
gem 'jekyll'
group :jekyll_plugins do
gem 'jekyll-sitemap'
gem 'jekyll-redirect-from'
end