Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pathawks/jekyll-creativecommons
Easily publish a Jekyll site with a Creative Commons license
https://github.com/pathawks/jekyll-creativecommons
Last synced: about 1 month ago
JSON representation
Easily publish a Jekyll site with a Creative Commons license
- Host: GitHub
- URL: https://github.com/pathawks/jekyll-creativecommons
- Owner: pathawks
- License: mit
- Created: 2015-03-21T20:15:37.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-21T01:28:19.000Z (almost 7 years ago)
- Last Synced: 2024-05-09T21:16:50.492Z (6 months ago)
- Language: Ruby
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.
```liquid
{% license http://creativecommons.org/licenses/by/4.0/ %}
```## Installation
1. Add the following to your site's `Gemfile` and run `bundle`:
```shell
gem 'jekyll-creativecommons', :github => 'pathawks/jekyll-creativecommons'
```2. Add the following to your site's `_config.yml`:
```yml
gems:
- jekyll-creativecommons
```