mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-22 07:45:00 +00:00
7 lines
98 B
Ruby
7 lines
98 B
Ruby
source "https://rubygems.org"
|
|
|
|
gem "jekyll"
|
|
|
|
group :jekyll_plugins do
|
|
gem "jekyll-sitemap"
|
|
end
|