Sha256: 35e668f426e8987a2a06d7f05d78521a7b83760e29674e9cbb5998dbe2af0a89
Contents?: true
Size: 534 Bytes
Versions: 28
Compression:
Stored size: 534 Bytes
Contents
<section class='install'> <h2>Installation</h2> <h3>Using Bundler</h3> <p>Add this gem to your site's Gemfile in the <code>:jekyll_plugins</code> group:</p> <pre><code>group :jekyll_plugins do gem '{{ page.plugin.gem }}' end</code></pre> <p>Then install the gem with Bundler</p> <pre><code>$ bundle</code></pre> <h3>Manual Installation</h3> <pre><code>$ gem install {{ page.plugin.gem }}</code></pre> <p>Then add the gem to your Jekyll configuration.</p> <pre></code>gems: - {{ page.plugin.gem }} </code></pre> </section>
Version data entries
28 entries across 28 versions & 1 rubygems