diff options
author | Karl Hallsby <karl@hallsby.com> | 2020-09-26 01:46:47 -0500 |
---|---|---|
committer | Karl Hallsby <karl@hallsby.com> | 2020-09-26 01:46:47 -0500 |
commit | 7c1f7b6843e40b93061c59a8736d24b3a0b4fd33 (patch) | |
tree | 2ba895a93523faff2574c445ea6d683a043669d9 /Gemfile | |
parent | cfa6e53c01ca9217c1a2aea025dc4c853d27e3e7 (diff) |
Add jekyll-pdf-embed to the plugins list
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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] - |