pathawks / jekyll-creativecommons

Easily publish a Jekyll site with a Creative Commons license

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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'
  1. Add the following to your site's _config.yml:
gems:
  - jekyll-creativecommons

About

Easily publish a Jekyll site with a Creative Commons license

License:MIT License


Languages

Language:Ruby 100.0%