mirror of
https://github.com/TomHodson/tomhodson.github.com.git
synced 2025-06-26 10:01:18 +02:00
15 lines
281 B
Ruby
15 lines
281 B
Ruby
# frozen_string_literal: true
|
|
|
|
source "https://rubygems.org"
|
|
|
|
gem 'jekyll', '~> 4.2'
|
|
|
|
group :jekyll_plugins do
|
|
gem 'jekyll-feed'
|
|
gem 'jekyll-redirect-from'
|
|
gem 'jekyll_flexible_include'
|
|
gem "kramdown-syntax-coderay", "~> 1.0"
|
|
gem "jekyll-last-modified-at"
|
|
end
|
|
|