update readme, links, move to library

trunk
Thomas Riboulet 4 years ago
parent 105ae95de3
commit dc563206bf

@ -0,0 +1,7 @@
Copyright 2020 Thomas Riboulet thomas@imfiny.com
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

@ -1,11 +1,11 @@
# Transistor embed tag for Jekyll/Liquid
## Usage:
## Usage:
```
{% transistor_sound 8eea9221 %}
{% soundcloud_sound 8eea9221 light %}
{% soundcloud_sound 8eea9221 dark %}
{% transistor_sound 8eea9221 light %}
{% transistor_sound 8eea9221 dark %}
```
... where 8eea9221 is the SoundCloud sound ID, light/dark is the color.
@ -13,6 +13,6 @@
* Requires a paid Transistor account
Author: Thomas Riboulet (@mcansky)
Source: https://github.com/mcansky/jekyll-transistor
Source: https://git.imfiny.com/OpenSource/jekyll-transistor
This plugin is based on https://github.com/cnunciato/jekyll-soundcloud

@ -0,0 +1,15 @@
Gem::Specification.new do |s|
s.name = 'jekyll-transistor'
s.version = '0.0.3'
s.date = '2020-05-04'
s.summary = "A transistor.fm plugin liquid tag for Jekyll"
s.description = "Allows to embed Transistor.fm audio bits in Jekyll pages and posts."
s.authors = ["Thomas Riboulet"]
s.email = 'thomas@imfiny.com'
s.files = ["lib/jekyll-transistor.rb"]
s.require_paths = ["lib"]
s.add_dependency "jekyll", ">= 3.7", "< 5.0"
s.homepage =
'https://git.imfiny.com/OpenSource/jekyll-transistor'
s.license = 'MIT'
end
Loading…
Cancel
Save