jekyll-creativecommons

jekyll-creativecommons

Easily publish a Jekyll site with a Creative Commons license

Jekyll Creative Commons

Easily publish a Jekyll site with a Creative Commons license

Usage

Include a Liquid tag with the URL of the Creative Commons license you wish to use, and Jekyll will generate HTML with the appropriate metadata.

{% license http://creativecommons.org/licenses/by/4.0/ %}

Installation

  1. Add the following to your site's Gemfile and run bundle:

     gem 'jekyll-creativecommons', :github => 'pathawks/jekyll-creativecommons'
    
  2. Add the following to your site's _config.yml:

gems:
  - jekyll-creativecommons