sutty-minima 2.5.3 → 2.5.5

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: 3cff08696b0cb17931c83d72076e975cf4f4eb3dc44d6fc58d03ace0dd54702f
4
- data.tar.gz: 9e1389ecda18c3b780e0e5e8df3958eb2c5f159890fcd196fe3fb4b8003ee39e
3
+ metadata.gz: 0c0f42bf1fca7decc9b14c5390d38cb56ca631822ed7437ab60be6f893975119
4
+ data.tar.gz: c3da5a4eef0f1d6363b09e85c2da9e02f004259fd5c1f5b89e4e185791452613
5
5
  SHA512:
6
- metadata.gz: aa809673ef51439ac66634bc2132027e08d84fa0f368acc4d026c0d108f0793ad09024c0ab599f111855079f29a96bcc90f19cbadd7de0146d676ce00ec72770
7
- data.tar.gz: b7125e7b0fae967e037277e188d7c4258639b592a9e17657e03b62489887b62a4b6764560a3f8c7b009dedc5f811d2fac614aeac282896be06ba242068f499f0
6
+ metadata.gz: fadc0cdbdcb49b4422b0bc3fabe409fc32f4c98e1f337ed538ceab2c0e7ee91f93235e401d4159daaa70fd8ef9c3272e7105be0867e8a79e1fc0dc93b3189f7d
7
+ data.tar.gz: e2566a6e0818d83730eec084fa85b3c3e057cd1c2094c67c725405ed8051e58a7c6477e39189acc1da6463c000f97b9745e678f98f0ae5786b6091b6d3a356af
data/_data/en.yml CHANGED
@@ -1,2 +1,7 @@
1
1
  ---
2
- locale: English
2
+ date_format: "%m/%d/%Y"
3
+ locale: "English"
4
+ footer:
5
+ subscribe: "Subscribe"
6
+ default:
7
+ content: "Content"
data/_data/es.yml CHANGED
@@ -1,2 +1,7 @@
1
1
  ---
2
- locale: Castellano
2
+ date_format: "%d/%m/%Y"
3
+ locale: "Castellano"
4
+ footer:
5
+ subscribe: "Suscribirse"
6
+ default:
7
+ content: "Contenido"
@@ -0,0 +1,84 @@
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 el ítem seleccionado o agregar uno nuevo si no existe."
36
+ en: "Start typing to filter previously used values. Press enter to add the selected item or a new one if it doesn't exist yet."
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
+ locales:
62
+ type: "locales"
63
+ label:
64
+ es: "Traducciones"
65
+ en: "Translations"
66
+ help:
67
+ es: "Vínculo al mismo artículo en otros idiomas"
68
+ en: "Link to same post in other languages"
69
+ draft:
70
+ type: "boolean"
71
+ label:
72
+ es: "Borrador"
73
+ en: "Draft"
74
+ help:
75
+ 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\""
76
+ 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)."
77
+ order:
78
+ type: "order"
79
+ label:
80
+ es: "Orden"
81
+ en: "Order"
82
+ help:
83
+ es: "La posición del artículo en la lista de artículos"
84
+ en: "Position in list of posts"
@@ -1,19 +1,19 @@
1
1
  ---
2
2
  title:
3
- type: 'string'
3
+ type: "string"
4
4
  required: true
5
5
  label:
6
- es: 'Título del artículo'
7
- en: 'Post title'
6
+ es: "Título del artículo"
7
+ en: "Post title"
8
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!'
9
+ es: "¡Un título que invite a leer el artículo!"
10
+ en: "A title that invites people to read the post!"
11
11
  description:
12
- type: 'text'
12
+ type: "text"
13
13
  required: true
14
14
  label:
15
- es: 'Alerta de contenido o descripción del artículo'
16
- en: 'Content warning or post description'
15
+ es: "Alerta de contenido o descripción del artículo"
16
+ en: "Content warning or post description"
17
17
  help:
18
18
  es: |
19
19
  Resumen del contenido del artículo, que también usarán redes
@@ -27,82 +27,58 @@ description:
27
27
  topics, we invite you to use it as a content warning, so others
28
28
  can decide when they want to read it.
29
29
  author:
30
- type: 'array'
30
+ type: "array"
31
31
  label:
32
- es: 'Autores'
33
- en: 'Authors'
32
+ es: "Autores"
33
+ en: "Authors"
34
34
  help:
35
- es: 'Quiénes participaron en la escritura de este artículo'
36
- en: 'Who collaborated in write this post'
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
37
  image:
38
- type: 'image'
38
+ type: "image"
39
39
  path:
40
40
  label:
41
- es: 'Imagen principal'
42
- en: 'Main image'
41
+ es: "Imagen principal"
42
+ en: "Main image"
43
43
  help:
44
- es: |
45
- Se utiliza para ilustrar el artículo y como previsualización en
46
- las redes sociales.
47
- en: |
48
- It's used to illustrate the article and as preview in social
49
- networks.
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."
50
46
  description:
51
47
  label:
52
- es: 'Descripción de la imagen principal'
53
- en: 'Main image description'
48
+ es: "Descripción de la imagen principal"
49
+ en: "Main image description"
54
50
  help:
55
- es: |
56
- Describe la imagen principal para usuaries no videntes y
57
- buscadores
58
- en: |
59
- Describe the main image for blind or partially sighted users and
60
- search engines
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"
61
53
  content:
62
- type: 'content'
54
+ type: "new_content"
63
55
  label:
64
- es: 'Contenido del artículo'
65
- en: 'Post content'
56
+ es: "Contenido del artículo"
57
+ en: "Post content"
66
58
  help:
67
- es: 'Escribe aquí el artículo'
68
- en: 'Write down your post'
69
- categories:
70
- type: 'array'
71
- label:
72
- es: 'Categorías'
73
- en: 'Categories'
74
- help:
75
- es: 'Ayudan a organizar los artículos en temas'
76
- en: 'Use categories to organize posts by themes'
77
- tags:
78
- type: 'array'
79
- label:
80
- es: 'Etiquetas'
81
- en: 'Tags'
82
- help:
83
- es: 'Usa etiquetas para resaltar palabras clave'
84
- en: 'Tags are helpful as keywords'
59
+ es: "Escribe aquí el artículo"
60
+ en: "Write down your post"
85
61
  locales:
86
- type: 'locales'
62
+ type: "locales"
87
63
  label:
88
- es: 'Traducciones'
89
- en: 'Translations'
64
+ es: "Traducciones"
65
+ en: "Translations"
90
66
  help:
91
- es: 'Vínculo a los artículos en otros idiomas'
92
- en: 'Link to the post in other languages'
67
+ es: "Vínculo al mismo artículo en otros idiomas"
68
+ en: "Link to same post in other languages"
93
69
  draft:
94
- type: 'boolean'
70
+ type: "boolean"
95
71
  label:
96
- es: 'Borrador'
97
- en: 'Draft'
72
+ es: "Borrador"
73
+ en: "Draft"
98
74
  help:
99
- es: 'Este artículo aun no está listo para publicar'
100
- en: "This post isn't ready to be published yet"
75
+ 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\""
76
+ 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)."
101
77
  order:
102
- type: 'order'
78
+ type: "order"
103
79
  label:
104
- es: 'Orden'
105
- en: 'Order'
80
+ es: "Orden"
81
+ en: "Order"
106
82
  help:
107
- es: 'La posición del artículo en la lista de artículos'
108
- en: 'The post position in the posts list'
83
+ es: "La posición del artículo en la lista de artículos"
84
+ 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.3
4
+ version: 2.5.5
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-03-07 00:00:00.000000000 Z
12
+ date: 2023-03-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: jekyll
@@ -99,6 +99,7 @@ files:
99
99
  - README.md
100
100
  - _data/en.yml
101
101
  - _data/es.yml
102
+ - _data/layouts/page.yml
102
103
  - _data/layouts/post.yml
103
104
  - _includes/custom-head.html
104
105
  - _includes/disqus_comments.html