mirror of
https://github.com/safing/web
synced 2025-04-03 18:49:09 +00:00
14 lines
295 B
Ruby
14 lines
295 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gem 'jekyll'
|
|
|
|
# list of gems supported by github pages:
|
|
# https://pages.github.com/versions/
|
|
# https://jekyllrb.com/docs/plugins/installation/
|
|
group :jekyll_plugins do
|
|
gem 'jekyll-paginate'
|
|
gem 'jekyll-minifier'
|
|
gem 'jekyll-redirect-from'
|
|
end
|
|
|
|
gem 'webrick'
|