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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 70d44e5849acfea3eef50203b42a14bcd82cb6e2b2b6efc0f78bc7e466d7aa7c
4
- data.tar.gz: 6035374b225f1749b221c8d66abb0f5e6ddca25b562450edbccdd5b85ce45662
3
+ metadata.gz: 32f5400aa3798ce3078e8296a0c0998256d0fc9e725ad63c4d2e4a43912a9d94
4
+ data.tar.gz: f808770b23e1f25a0dee8b5ccf8af9d365b34fd90d28632d4517365aa2c906ac
5
5
  SHA512:
6
- metadata.gz: 1f446fa96e493f31f10ba3c334e9d7bf1d2b742e99a56f3a378130fc0fd550f7654c91e0d1c2e71f372af75c4c811fc433159a2e03f5abec54018960004f0fea
7
- data.tar.gz: 7540d3647c6f2bc74a25ae96185cfdf5ed6eac66ad440f5646ba70f00e067bf9c1064575ff29947cbe60a50643c9a5b147d0f09fe08979a05d293ff3e3ddc286
6
+ metadata.gz: d74a2fbb1846c77b627a066f2f3fb21d365bd88ff5467e77dfbe47a9fd18c071f2c50e4e78b78d6cf17127625b4907023b19ead5374b65c14f395952a3588d79
7
+ data.tar.gz: ac440c73cc062629e49b637a39057811630d0c02eb6e0dc3ae0351ac4be2daa5b0bcb462f5c7166f175d072185c21cdfdb58cf5c006b6a527bda9a4a7f87ed83
data/_data/en.yml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ date_format: "%m/%d/%Y"
3
+ locale: "English"
4
+ footer:
5
+ subscribe: "Subscribe"
6
+ default:
7
+ content: "Content"
data/_data/es.yml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ date_format: "%d/%m/%Y"
3
+ locale: "Castellano"
4
+ footer:
5
+ subscribe: "Suscribirse"
6
+ default:
7
+ content: "Contenido"
@@ -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"
@@ -9,7 +9,7 @@
9
9
  <a href="feed.xml">
10
10
  <svg class="svg-icon orange">
11
11
  <use xlink:href="assets/minima-social-icons.svg#rss"></use>
12
- </svg><span>Subscribe</span>
12
+ </svg><span>{{ site.i18n.footer.subscribe }}</span>
13
13
  </a>
14
14
  </p>
15
15
  {%- if site.author %}
@@ -7,7 +7,7 @@
7
7
 
8
8
  {%- include header.html -%}
9
9
 
10
- <main class="page-content" aria-label="Content">
10
+ <main class="page-content" aria-label="{{ site.i18n.default.content }}">
11
11
  <div class="wrapper">
12
12
  {{ content }}
13
13
  </div>
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: "%b %-d, %Y" -%}
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.2
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-01-26 00:00:00.000000000 Z
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