mirror of
https://github.com/ipdb/website.git
synced 2024-11-14 17:24:48 +01:00
8 lines
129 B
Ruby
8 lines
129 B
Ruby
|
source 'https://rubygems.org'
|
||
|
|
||
|
gem 'jekyll'
|
||
|
|
||
|
group :jekyll_plugins do
|
||
|
gem 'jekyll-sitemap'
|
||
|
gem 'jekyll-redirect-from'
|
||
|
end
|