diff --git a/Gemfile b/Gemfile index 78ef8efc..9fb6e805 100644 --- a/Gemfile +++ b/Gemfile @@ -88,6 +88,7 @@ group :themes do gem 'share-to-fediverse-jekyll-theme', require: false gem 'sutty-donaciones-jekyll-theme', require: false gem 'sutty-jekyll-theme', require: false + gem 'recursero-jekyll-theme', require: false end group :production do diff --git a/Gemfile.lock b/Gemfile.lock index da304569..456a54c2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -244,6 +244,11 @@ GEM jekyll-liquify-alt (0.1.2) jekyll (~> 4) jekyll-locales (0.1.12) + jekyll-lunr (0.1.2) + loofah (~> 2.4) + jekyll-node-modules (0.1.0) + jekyll (~> 4) + jekyll-order (0.1.2) jekyll-relative-urls (0.0.5) jekyll (>= 3.8, < 5) jekyll-sass-converter (2.1.0) @@ -253,6 +258,8 @@ GEM jekyll-turbolinks (0.0.5) jekyll (~> 4) turbolinks-source (~> 5) + jekyll-unique-urls (0.1.0) + jekyll (~> 4) jekyll-watch (2.2.1) listen (~> 3.0) kramdown (2.3.0) @@ -372,6 +379,23 @@ GEM rb-fsevent (0.10.4) rb-inotify (0.10.1) ffi (~> 1.0) + recursero-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-linked-posts (~> 0.2) + jekyll-locales (~> 0.1) + jekyll-lunr (~> 0.1) + jekyll-node-modules (~> 0.1) + jekyll-order (~> 0.1) + jekyll-relative-urls (~> 0.0) + jekyll-seo-tag (~> 2.1) + jekyll-turbolinks (~> 0) + jekyll-unique-urls (~> 0.1) + sutty-archives (~> 2.2) + sutty-liquid (~> 0.1) redis (4.2.2) redis-actionpack (5.2.0) actionpack (>= 5, < 7) @@ -481,6 +505,8 @@ GEM jekyll-include-cache (~> 0) jekyll-relative-urls (~> 0.0) jekyll-seo-tag (~> 2.1) + sutty-liquid (0.1.1) + jekyll (~> 4) sysexits (1.2.0) temple (0.8.2) terminal-table (1.8.0) @@ -575,6 +601,7 @@ DEPENDENCIES rails (~> 6) rails-i18n rails_warden + recursero-jekyll-theme redis redis-rails rubocop-rails diff --git a/db/seeds/designs.yml b/db/seeds/designs.yml index d8e24092..b9966a9f 100644 --- a/db/seeds/designs.yml +++ b/db/seeds/designs.yml @@ -67,6 +67,13 @@ 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: 'Resource toolkit' + name_es: 'Recursero' + gem: 'recursero-jekyll-theme' + url: 'https://recursero.info/' + disabled: true + description_en: "We're working to add more themes for you to use. [Contact us!](https://sutty.nl/en/#contact)" + description_es: "Estamos trabajando para que puedas tener más diseños. [¡Escribinos!](https://sutty.nl/#contacto)" - name_en: 'Other themes' name_es: 'Mi propio diseño' gem: 'sutty-theme-own'