diff options
-rw-r--r-- | Gemfile | 2 | ||||
-rw-r--r-- | _config.yml | 1 |
2 files changed, 2 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] - diff --git a/_config.yml b/_config.yml index 69df26d..4a38323 100644 --- a/_config.yml +++ b/_config.yml @@ -40,6 +40,7 @@ kramdown: theme: minima plugins: - jekyll-feed + - jekyll-pdf-embed # More info about customizing Jekyll theme, and basic Jekyll usage documentation at https://jekyllrb.com/ # You can find the source code for Minima at GitHub: |