Codepen plugin for Octopress/Jekyll

Nov 3, 2012

Testing out my little Octopress/Jekyll plugin for embedding CodePens. You can find the source over at GitHub.

Embededing with type “result”

Syntax

1
{% codepen vhfon riddla %}

Result

Embededing type “css” with height “400”

Syntax

1
{% codepen vhfon riddla css 400 %}

Result

Embededing with type “js”

Syntax

1
{% codepen vhfon riddla js %}

Result