1.0.2 • Published 8 years ago

gitbook-plugin-creativecommons v1.0.2

Weekly downloads
6
License
MIT
Repository
github
Last release
8 years ago

gitbook-plugin-creativecommons

This Gitbook plugin displays Creative Commons license badge and link for your book.

Install

Add following to book.json.

{
  "plugins": ["creativecommons"]
}

Usage

{% creativecommons type="by-nc-nd" %}
{% endcreativecommons %}

Configurations

  • type - license type, possible values: by (default), by-nd, by-sa, by-nc, by-nc-nd, by-nc-sa.
  • iconSize - icon size, possible values: normal (default), compact.
  • iconOnly - display icon only, possible values: any string. Setting to true will hide text and display only the icon.
1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago