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

Version Path
octopress-3.0.0.rc.32 site/_includes/install.html
octopress-3.0.0.rc.31 site/_includes/install.html
octopress-3.0.0.rc.30 site/_includes/install.html
octopress-3.0.0.rc.29 site/_includes/install.html
octopress-3.0.0.rc.28 site/_includes/install.html
octopress-3.0.0.rc.27 site/_includes/install.html
octopress-3.0.0.rc.26 site/_includes/install.html
octopress-3.0.0.rc.25 site/_includes/install.html