Sha256: c49903f4ea0cb3a9cf092320a7c0a1aa3425358f744ccfd40b4bef58ba2bdcdd

Contents?: true

Size: 790 Bytes

Versions: 10

Compression:

Stored size: 790 Bytes

Contents

---
title: "Octopress Ink Plugin Reference"
permalink: /plugin-reference/
---

Octopress Ink plugins should be distributed as Ruby gems. If you don't know how to create a ruby gem, [follow this walkthrough]({% doc_url /guides/create-a-gem/ %}).

### Plugin Template

This is the basic template for creating an Octopress Ink plugin.

{% render ./_plugin-template.markdown %}

### Configuration Reference

The configuration options are as follows:

{% render ./_configuration.markdown %}

### Plugin Assets

You can set `assets_path` to point wherever you like inside your gem file, but in this case we have it pointing to the `assets` directory in root of the gem. There isn't a directory there yet, so we'll need to add one, and while were at it, add any assets that this plugin will need.

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
octopress-ink-1.0.0.rc.11 assets/docs/plugin-reference.markdown
octopress-ink-1.0.0.rc.10 assets/docs/plugin-reference.markdown
octopress-ink-1.0.0.rc.9 assets/docs/plugin-reference.markdown
octopress-ink-1.0.0.rc.8 assets/docs/plugin-reference.markdown
octopress-ink-1.0.0.rc.7 assets/docs/plugin-reference.markdown
octopress-ink-1.0.0.rc.6 assets/docs/plugin-reference.markdown
octopress-ink-1.0.0.rc.5 assets/docs/plugin-reference.markdown
octopress-ink-1.0.0.rc.3 assets/docs/plugin-reference.markdown
octopress-ink-1.0.0.rc.2 assets/docs/plugin-reference.markdown
octopress-ink-1.0.0.rc.1 assets/docs/plugin-reference.markdown