1
0
Fork 0
mirror of https://github.com/safing/web synced 2025-04-18 09:59:08 +00:00
safing-web/Gemfile
2019-10-25 15:42:01 +02:00

11 lines
164 B
Ruby

source 'https://rubygems.org'
gem 'jekyll'
group :jekyll_plugins do
gem 'jekyll-paginate'
gem 'jekyll-minifier'
# gem 'jekyll-haml'
end
gem 'therubyracer'