diff --git a/Gemfile b/Gemfile index 8afdd1a..bc31c84 100644 --- a/Gemfile +++ b/Gemfile @@ -79,6 +79,7 @@ gem 'stackprof' group :themes do gem 'editorial-autogestiva-jekyll-theme', require: false gem 'minima', require: false + gem 'sutty-donaciones-jekyll-theme', require: false gem 'sutty-jekyll-theme', require: false end diff --git a/Gemfile.lock b/Gemfile.lock index 3ecfbf5..dc44e73 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -420,6 +420,14 @@ GEM stackprof (0.2.15) sucker_punch (2.1.2) concurrent-ruby (~> 1.0) + sutty-donaciones-jekyll-theme (0.1.1) + jekyll (~> 4.0) + jekyll-data (~> 1.1) + jekyll-feed (~> 0.9) + jekyll-images (~> 0.2) + jekyll-include-cache (~> 0) + jekyll-relative-urls (~> 0.0) + jekyll-seo-tag (~> 2.1) sutty-jekyll-theme (0.1.2) jekyll (~> 4.0) jekyll-feed (~> 0.9) @@ -527,6 +535,7 @@ DEPENDENCIES sqlite3 stackprof sucker_punch + sutty-donaciones-jekyll-theme sutty-jekyll-theme terminal-table timecop diff --git a/db/seeds/designs.yml b/db/seeds/designs.yml index 047ef96..0f0a54e 100644 --- a/db/seeds/designs.yml +++ b/db/seeds/designs.yml @@ -34,6 +34,13 @@ description_en: "A theme for self-managed book publishers." description_es: 'Una plantilla para catálogos de editoriales autogestivas.' license: 'https://0xacab.org/sutty/jekyll/editorial-autogestiva-jekyll-theme/-/blob/master/LICENSE.txt' +- name_en: 'Donations' + name_es: 'Donaciones' + gem: 'sutty-donaciones-jekyll-theme' + url: 'https://donaciones.sutty.nl/' + description_en: "Make your own donations campaign with payment buttons." + description_es: 'Realizá campañas de donaciones con botones de pago.' + license: 'https://0xacab.org/sutty/jekyll/sutty-donaciones-jekyll-theme/-/blob/master/LICENSE.txt' - name_en: 'Other themes' name_es: 'Mi propio diseño' gem: 'sutty-theme-own'