Sha256: 70e7fb7c09e5d3638482f3d1c7007854480650b84e04a1ba16ddd2fce432baee
Contents?: true
Size: 1.05 KB
Versions: 3
Compression:
Stored size: 1.05 KB
Contents
--- --- # Installation * Add `jekyll_picture_tag` to your Gemfile in the `:jekyll_plugins` group: ```ruby group :jekyll_plugins do gem 'jekyll_picture_tag' end ``` * Run `$ bundle install` * See if you have ImageMagick with `$ convert --version`. You should see something like this: ``` ~ $ convert --version Version: ImageMagick 7.0.8-14 Q16 x86_64 2018-10-31 https://imagemagick.org Copyright: © 1999-2018 ImageMagick Studio LLC License: https://imagemagick.org/script/license.php Features: Cipher DPC HDRI OpenMP Delegates (built-in): bzlib fontconfig freetype jng jp2 jpeg lcms lzma pangocairo png tiff webp xml zlib ``` If you get a 'command not found' error, you'll need to install it. Most package managers know about ImageMagick, otherwise it can be found [here](https://imagemagick.org/script/download.php). * **Note webp under delegates.** This is required if you want to generate webp files. Any image format you want to handle will require an appropriate delegate; You may have to install additional packages to accomplish this.
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
jekyll_picture_tag-1.9.0 | docs/installation.md |
jekyll_picture_tag-1.8.0 | docs/installation.md |
jekyll_picture_tag-1.7.1 | docs/installation.md |