mirror of
https://github.com/TomHodson/tomhodson.github.com.git
synced 2025-06-26 10:01:18 +02:00
16 lines
333 B
Ruby
16 lines
333 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 'jekyll_picture_tag'
|
|
gem "jekyll-d2", path: "/Users/math/git/jeykyll-d2/"
|
|
gem "kramdown-syntax-coderay", "~> 1.0"
|
|
end
|
|
|