From 9dba6a2bad5c37db194dce7c6362496586f14f71 Mon Sep 17 00:00:00 2001 From: f Date: Fri, 6 Mar 2020 15:07:24 -0300 Subject: [PATCH] =?UTF-8?q?agregar=20dise=C3=B1o=20de=20sutty?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/seeds/designs.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/db/seeds/designs.yml b/db/seeds/designs.yml index 328265f..836f099 100644 --- a/db/seeds/designs.yml +++ b/db/seeds/designs.yml @@ -20,6 +20,13 @@ description_en: "Minima is the default design for Jekyll sites. It's made for general-purpose writing." description_es: 'Mínima es el diseño oficial de los sitios Jekyll, hecho para escritura de propósitos generales.' license: 'https://github.com/jekyll/minima/blob/master/LICENSE.txt' +- name_en: 'Sutty' + name_es: 'Sutty' + gem: 'sutty-jekyll-theme' + url: 'https://rubygems.org/gems/sutty-jekyll-theme/' + description_en: "A design with Sutty's look & feel" + description_es: 'El diseño de Sutty' + license: 'https://0xacab.org/sutty/jekyll/sutty-jekyll-theme/-/blob/master/LICENSE.txt' - name_en: 'Other themes' name_es: 'Mi propio diseño' gem: 'sutty-theme-own'