sutty-minima 2.5.2 → 2.5.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/_data/en.yml +7 -0
- data/_data/es.yml +7 -0
- data/_data/layouts/page.yml +100 -0
- data/_data/layouts/post.yml +100 -0
- data/_includes/footer.html +1 -1
- data/_layouts/default.html +1 -1
- data/_layouts/post.html +2 -2
- metadata +6 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 32f5400aa3798ce3078e8296a0c0998256d0fc9e725ad63c4d2e4a43912a9d94
|
4
|
+
data.tar.gz: f808770b23e1f25a0dee8b5ccf8af9d365b34fd90d28632d4517365aa2c906ac
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d74a2fbb1846c77b627a066f2f3fb21d365bd88ff5467e77dfbe47a9fd18c071f2c50e4e78b78d6cf17127625b4907023b19ead5374b65c14f395952a3588d79
|
7
|
+
data.tar.gz: ac440c73cc062629e49b637a39057811630d0c02eb6e0dc3ae0351ac4be2daa5b0bcb462f5c7166f175d072185c21cdfdb58cf5c006b6a527bda9a4a7f87ed83
|
data/_data/en.yml
ADDED
data/_data/es.yml
ADDED
@@ -0,0 +1,100 @@
|
|
1
|
+
---
|
2
|
+
title:
|
3
|
+
type: "string"
|
4
|
+
required: true
|
5
|
+
label:
|
6
|
+
es: "Título del artículo"
|
7
|
+
en: "Post title"
|
8
|
+
help:
|
9
|
+
es: "¡Un título que invite a leer el artículo!"
|
10
|
+
en: "A title that invites people to read the post!"
|
11
|
+
description:
|
12
|
+
type: "text"
|
13
|
+
required: true
|
14
|
+
label:
|
15
|
+
es: "Alerta de contenido o descripción del artículo"
|
16
|
+
en: "Content warning or post description"
|
17
|
+
help:
|
18
|
+
es: |
|
19
|
+
Resumen del contenido del artículo, que también usarán redes
|
20
|
+
sociales y buscadores. Si el artículo trata de violencias y otros
|
21
|
+
temas sensibles, te invitamos a usar este campo como alerta de
|
22
|
+
contenido, para que las personas puedan determinar cuándo quieren
|
23
|
+
abrirlo.
|
24
|
+
en: |
|
25
|
+
Summary of the post contents, also used by social media and search
|
26
|
+
engines. If the post is about violence and other sensitive
|
27
|
+
topics, we invite you to use it as a content warning, so others
|
28
|
+
can decide when they want to read it.
|
29
|
+
author:
|
30
|
+
type: "array"
|
31
|
+
label:
|
32
|
+
es: "Autores"
|
33
|
+
en: "Authors"
|
34
|
+
help:
|
35
|
+
es: "Empieza a escribir para filtrar valores ya usados. Presiona enter para agregar ítems."
|
36
|
+
en: "Start typing to filter previously used values. Press enter to add items."
|
37
|
+
image:
|
38
|
+
type: "image"
|
39
|
+
path:
|
40
|
+
label:
|
41
|
+
es: "Imagen principal"
|
42
|
+
en: "Main image"
|
43
|
+
help:
|
44
|
+
es: "Se utiliza para ilustrar el artículo y como previsualización en las redes sociales."
|
45
|
+
en: "Used to illustrate the article and as preview in social networks."
|
46
|
+
description:
|
47
|
+
label:
|
48
|
+
es: "Descripción de la imagen principal"
|
49
|
+
en: "Main image description"
|
50
|
+
help:
|
51
|
+
es: "Describe la imagen principal para usuaries no videntes y buscadores"
|
52
|
+
en: "Describe the main image for blind or partially sighted users and search engines"
|
53
|
+
content:
|
54
|
+
type: "new_content"
|
55
|
+
label:
|
56
|
+
es: "Contenido del artículo"
|
57
|
+
en: "Post content"
|
58
|
+
help:
|
59
|
+
es: "Escribe aquí el artículo"
|
60
|
+
en: "Write down your post"
|
61
|
+
categories:
|
62
|
+
type: "array"
|
63
|
+
label:
|
64
|
+
es: "Categorías"
|
65
|
+
en: "Categories"
|
66
|
+
help:
|
67
|
+
es: "Empieza a escribir para filtrar valores ya usados. Presiona enter para agregar ítems."
|
68
|
+
en: "Start typing to filter previously used values. Press enter to add items."
|
69
|
+
tags:
|
70
|
+
type: "array"
|
71
|
+
label:
|
72
|
+
es: "Etiquetas"
|
73
|
+
en: "Tags"
|
74
|
+
help:
|
75
|
+
es: "Empieza a escribir para filtrar valores ya usados. Presiona enter para agregar ítems."
|
76
|
+
en: "Start typing to filter previously used values. Press enter to add items."
|
77
|
+
locales:
|
78
|
+
type: "locales"
|
79
|
+
label:
|
80
|
+
es: "Traducciones"
|
81
|
+
en: "Translations"
|
82
|
+
help:
|
83
|
+
es: "Vínculo al mismo artículo en otros idiomas"
|
84
|
+
en: "Link to same post in other languages"
|
85
|
+
draft:
|
86
|
+
type: "boolean"
|
87
|
+
label:
|
88
|
+
es: "Borrador"
|
89
|
+
en: "Draft"
|
90
|
+
help:
|
91
|
+
es: "Al activar \"Borrador\" este contenido se mantendrá disponible en el panel, pero no se publica en el sitio como los demás contenidos al tocar \"Publicar todos los cambios\""
|
92
|
+
en: "By activating \"Draft\", this content will remain available on the dashboard, but will not be published on the site when you tap \"Publish all changes\" (other content which does not have this option selected will)."
|
93
|
+
order:
|
94
|
+
type: "order"
|
95
|
+
label:
|
96
|
+
es: "Orden"
|
97
|
+
en: "Order"
|
98
|
+
help:
|
99
|
+
es: "La posición del artículo en la lista de artículos"
|
100
|
+
en: "Position in list of posts"
|
@@ -0,0 +1,100 @@
|
|
1
|
+
---
|
2
|
+
title:
|
3
|
+
type: "string"
|
4
|
+
required: true
|
5
|
+
label:
|
6
|
+
es: "Título del artículo"
|
7
|
+
en: "Post title"
|
8
|
+
help:
|
9
|
+
es: "¡Un título que invite a leer el artículo!"
|
10
|
+
en: "A title that invites people to read the post!"
|
11
|
+
description:
|
12
|
+
type: "text"
|
13
|
+
required: true
|
14
|
+
label:
|
15
|
+
es: "Alerta de contenido o descripción del artículo"
|
16
|
+
en: "Content warning or post description"
|
17
|
+
help:
|
18
|
+
es: |
|
19
|
+
Resumen del contenido del artículo, que también usarán redes
|
20
|
+
sociales y buscadores. Si el artículo trata de violencias y otros
|
21
|
+
temas sensibles, te invitamos a usar este campo como alerta de
|
22
|
+
contenido, para que las personas puedan determinar cuándo quieren
|
23
|
+
abrirlo.
|
24
|
+
en: |
|
25
|
+
Summary of the post contents, also used by social media and search
|
26
|
+
engines. If the post is about violence and other sensitive
|
27
|
+
topics, we invite you to use it as a content warning, so others
|
28
|
+
can decide when they want to read it.
|
29
|
+
author:
|
30
|
+
type: "array"
|
31
|
+
label:
|
32
|
+
es: "Autores"
|
33
|
+
en: "Authors"
|
34
|
+
help:
|
35
|
+
es: "Empieza a escribir para filtrar valores ya usados. Presiona enter para agregar ítems."
|
36
|
+
en: "Start typing to filter previously used values. Press enter to add items."
|
37
|
+
image:
|
38
|
+
type: "image"
|
39
|
+
path:
|
40
|
+
label:
|
41
|
+
es: "Imagen principal"
|
42
|
+
en: "Main image"
|
43
|
+
help:
|
44
|
+
es: "Se utiliza para ilustrar el artículo y como previsualización en las redes sociales."
|
45
|
+
en: "Used to illustrate the article and as preview in social networks."
|
46
|
+
description:
|
47
|
+
label:
|
48
|
+
es: "Descripción de la imagen principal"
|
49
|
+
en: "Main image description"
|
50
|
+
help:
|
51
|
+
es: "Describe la imagen principal para usuaries no videntes y buscadores"
|
52
|
+
en: "Describe the main image for blind or partially sighted users and search engines"
|
53
|
+
content:
|
54
|
+
type: "new_content"
|
55
|
+
label:
|
56
|
+
es: "Contenido del artículo"
|
57
|
+
en: "Post content"
|
58
|
+
help:
|
59
|
+
es: "Escribe aquí el artículo"
|
60
|
+
en: "Write down your post"
|
61
|
+
categories:
|
62
|
+
type: "array"
|
63
|
+
label:
|
64
|
+
es: "Categorías"
|
65
|
+
en: "Categories"
|
66
|
+
help:
|
67
|
+
es: "Empieza a escribir para filtrar valores ya usados. Presiona enter para agregar ítems."
|
68
|
+
en: "Start typing to filter previously used values. Press enter to add items."
|
69
|
+
tags:
|
70
|
+
type: "array"
|
71
|
+
label:
|
72
|
+
es: "Etiquetas"
|
73
|
+
en: "Tags"
|
74
|
+
help:
|
75
|
+
es: "Empieza a escribir para filtrar valores ya usados. Presiona enter para agregar ítems."
|
76
|
+
en: "Start typing to filter previously used values. Press enter to add items."
|
77
|
+
locales:
|
78
|
+
type: "locales"
|
79
|
+
label:
|
80
|
+
es: "Traducciones"
|
81
|
+
en: "Translations"
|
82
|
+
help:
|
83
|
+
es: "Vínculo al mismo artículo en otros idiomas"
|
84
|
+
en: "Link to same post in other languages"
|
85
|
+
draft:
|
86
|
+
type: "boolean"
|
87
|
+
label:
|
88
|
+
es: "Borrador"
|
89
|
+
en: "Draft"
|
90
|
+
help:
|
91
|
+
es: "Al activar \"Borrador\" este contenido se mantendrá disponible en el panel, pero no se publica en el sitio como los demás contenidos al tocar \"Publicar todos los cambios\""
|
92
|
+
en: "By activating \"Draft\", this content will remain available on the dashboard, but will not be published on the site when you tap \"Publish all changes\" (other content which does not have this option selected will)."
|
93
|
+
order:
|
94
|
+
type: "order"
|
95
|
+
label:
|
96
|
+
es: "Orden"
|
97
|
+
en: "Order"
|
98
|
+
help:
|
99
|
+
es: "La posición del artículo en la lista de artículos"
|
100
|
+
en: "Position in list of posts"
|
data/_includes/footer.html
CHANGED
data/_layouts/default.html
CHANGED
data/_layouts/post.html
CHANGED
@@ -6,12 +6,12 @@ layout: default
|
|
6
6
|
<header class="post-header">
|
7
7
|
<h1 class="post-title p-name" itemprop="name headline">{{ page.title | escape }}</h1>
|
8
8
|
<p class="post-meta">
|
9
|
-
{%- assign date_format = site.minima.date_format | default:
|
9
|
+
{%- assign date_format = site.minima.date_format | default: site.i18n.date_format -%}
|
10
10
|
<time class="dt-published" datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished">
|
11
11
|
{{ page.date | date: date_format }}
|
12
12
|
</time>
|
13
13
|
{%- if page.modified_date -%}
|
14
|
-
~
|
14
|
+
~
|
15
15
|
{%- assign mdate = page.modified_date | date_to_xmlschema -%}
|
16
16
|
<time class="dt-modified" datetime="{{ mdate }}" itemprop="dateModified">
|
17
17
|
{{ mdate | date: date_format }}
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sutty-minima
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.5.
|
4
|
+
version: 2.5.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- f
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2023-
|
12
|
+
date: 2023-03-16 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: jekyll
|
@@ -97,6 +97,10 @@ extra_rdoc_files: []
|
|
97
97
|
files:
|
98
98
|
- LICENSE.txt
|
99
99
|
- README.md
|
100
|
+
- _data/en.yml
|
101
|
+
- _data/es.yml
|
102
|
+
- _data/layouts/page.yml
|
103
|
+
- _data/layouts/post.yml
|
100
104
|
- _includes/custom-head.html
|
101
105
|
- _includes/disqus_comments.html
|
102
106
|
- _includes/footer.html
|