0.0
No commit activity in last 3 years
No release in over 3 years
This rubygem does not have a description or summary.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 9.5
~> 0.10
~> 0.1
~> 12.0
~> 4.6
~> 3.6
~> 0.48
 Project Readme

Jekyll::Codepen

Gem Version

Table of Contents

  • Features
  • Requirements
  • Setup
  • Usage
  • Versioning
  • Code of Conduct
  • Contributions
  • License

Features

Easily embeds codepens into your Jekyll projects.

Requirements

Setup

Add the following to your Gemfile:

gem "jekyll-codepen"

(Optionally) Add the following to config.yml

gems:
  - jekyll-codepen

codepen:
  theme: 11473
  height: 300
  preview: false
  default_tab: result

Usage

{% codepen https://codepen.io/blindingstars/pen/wBexpr %}

or with any of the config options from above

{% codepen https://codepen.io/blindingstars/pen/wBexpr height=800 preview=true %}

Versioning

Read Semantic Versioning for details. Briefly, it means:

  • Major (X.y.z) - Incremented for any backwards incompatible public API changes.
  • Minor (x.Y.z) - Incremented for new, backwards compatible, public API enhancements/fixes.
  • Patch (x.y.Z) - Incremented for small, backwards compatible, bug fixes.

Code of Conduct

Please note that this project is released with a CODE OF CONDUCT. By participating in this project you agree to abide by its terms.

Contributions

Read CONTRIBUTING for details.

License

Copyright (c) 2017 Rob McFadzean. Read LICENSE for details.