From 77c16071bd0c44acaf4ecbace8a519250f35b480 Mon Sep 17 00:00:00 2001 From: f Date: Sat, 29 Aug 2020 13:03:06 -0300 Subject: [PATCH] radios comunitarias --- Gemfile | 1 + Gemfile.lock | 14 ++++++++++++++ db/seeds/designs.yml | 10 ++++++++++ 3 files changed, 25 insertions(+) diff --git a/Gemfile b/Gemfile index f09323b..3ef2678 100644 --- a/Gemfile +++ b/Gemfile @@ -83,6 +83,7 @@ group :themes do gem 'adhesiones-jekyll-theme', require: false gem 'editorial-autogestiva-jekyll-theme', require: false gem 'minima', require: false + gem 'radios-comunitarias-jekyll-theme', require: false gem 'share-to-fediverse-jekyll-theme', require: false gem 'sutty-donaciones-jekyll-theme', require: false gem 'sutty-jekyll-theme', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 7787638..12fa11d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -247,6 +247,9 @@ GEM sassc (> 2.0.1, < 3.0) jekyll-seo-tag (2.6.1) jekyll (>= 3.3, < 5.0) + jekyll-turbolinks (0.0.5) + jekyll (~> 4) + turbolinks-source (~> 5) jekyll-watch (2.2.1) listen (~> 3.0) kramdown (2.3.0) @@ -318,6 +321,16 @@ GEM rack rack-test (1.1.0) rack (>= 1.0, < 3) + radios-comunitarias-jekyll-theme (0.1.0) + jekyll (~> 4.0) + jekyll-data (~> 1.1) + jekyll-feed (~> 0.9) + jekyll-images (~> 0.2) + jekyll-include-cache (~> 0) + jekyll-locales (~> 0.1) + jekyll-relative-urls (~> 0.0) + jekyll-seo-tag (~> 2.1) + jekyll-turbolinks (~> 0) rails (6.0.3.2) actioncable (= 6.0.3.2) actionmailbox (= 6.0.3.2) @@ -552,6 +565,7 @@ DEPENDENCIES puma pundit rack-mini-profiler + radios-comunitarias-jekyll-theme rails (~> 6) rails-i18n rails_warden diff --git a/db/seeds/designs.yml b/db/seeds/designs.yml index 0d638ec..d8e2409 100644 --- a/db/seeds/designs.yml +++ b/db/seeds/designs.yml @@ -57,6 +57,16 @@ credits_es: 'Desarrollamos esta plantilla junto con [Librenauta](https://sutty.nl/plantilla-para-campa%C3%B1as-de-adhesiones/)' credits_en: 'We made this template with Librenauta :)' designer_url: 'https://copiona.com/donaunbit/' +- name_en: 'Community Radio' + name_es: 'Radio comunitaria' + gem: 'radios-comunitarias-jekyll-theme' + url: 'https://radio.sutty.nl/' + description_en: "A theme with streaming support, designed for community radios" + description_es: 'Con soporte para transmisiĆ³n en vivo, pensada para radios comunitarias' + license: 'https://0xacab.org/sutty/jekyll/radios-comunitarias-jekyll-theme/-/blob/master/LICENSE.txt' + credits_es: 'Desarrollamos esta plantilla junto con Librenauta en una jornada de 15 horas :)' + credits_en: 'We made this template with Librenauta in 15 hours :)' + designer_url: 'https://copiona.com/donaunbit/' - name_en: 'Other themes' name_es: 'Mi propio diseƱo' gem: 'sutty-theme-own'