summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorKarl Hallsby <karl@hallsby.com>2020-09-26 01:46:47 -0500
committerKarl Hallsby <karl@hallsby.com>2020-09-26 01:46:47 -0500
commit7c1f7b6843e40b93061c59a8736d24b3a0b4fd33 (patch)
tree2ba895a93523faff2574c445ea6d683a043669d9 /Gemfile
parentcfa6e53c01ca9217c1a2aea025dc4c853d27e3e7 (diff)
Add jekyll-pdf-embed to the plugins list
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 85ec323..2dbeba7 100644
--- a/Gemfile
+++ b/Gemfile
@@ -16,6 +16,7 @@ gem "minima", "~> 2.5"
# If you have any plugins, put them here!
group :jekyll_plugins do
gem "jekyll-feed", "~> 0.12"
+ gem "jekyll-pdf-embed"
end
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
@@ -27,4 +28,3 @@ end
# Performance-booster for watching directories on Windows
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
-