sutty-minima 2.5.2 → 2.5.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 70d44e5849acfea3eef50203b42a14bcd82cb6e2b2b6efc0f78bc7e466d7aa7c
4
- data.tar.gz: 6035374b225f1749b221c8d66abb0f5e6ddca25b562450edbccdd5b85ce45662
3
+ metadata.gz: 3cff08696b0cb17931c83d72076e975cf4f4eb3dc44d6fc58d03ace0dd54702f
4
+ data.tar.gz: 9e1389ecda18c3b780e0e5e8df3958eb2c5f159890fcd196fe3fb4b8003ee39e
5
5
  SHA512:
6
- metadata.gz: 1f446fa96e493f31f10ba3c334e9d7bf1d2b742e99a56f3a378130fc0fd550f7654c91e0d1c2e71f372af75c4c811fc433159a2e03f5abec54018960004f0fea
7
- data.tar.gz: 7540d3647c6f2bc74a25ae96185cfdf5ed6eac66ad440f5646ba70f00e067bf9c1064575ff29947cbe60a50643c9a5b147d0f09fe08979a05d293ff3e3ddc286
6
+ metadata.gz: aa809673ef51439ac66634bc2132027e08d84fa0f368acc4d026c0d108f0793ad09024c0ab599f111855079f29a96bcc90f19cbadd7de0146d676ce00ec72770
7
+ data.tar.gz: b7125e7b0fae967e037277e188d7c4258639b592a9e17657e03b62489887b62a4b6764560a3f8c7b009dedc5f811d2fac614aeac282896be06ba242068f499f0
data/_data/en.yml ADDED
@@ -0,0 +1,2 @@
1
+ ---
2
+ locale: English
data/_data/es.yml ADDED
@@ -0,0 +1,2 @@
1
+ ---
2
+ locale: Castellano
@@ -0,0 +1,108 @@
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: 'Quiénes participaron en la escritura de este artículo'
36
+ en: 'Who collaborated in write this post'
37
+ image:
38
+ type: 'image'
39
+ path:
40
+ label:
41
+ es: 'Imagen principal'
42
+ en: 'Main image'
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.
50
+ description:
51
+ label:
52
+ es: 'Descripción de la imagen principal'
53
+ en: 'Main image description'
54
+ 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
61
+ content:
62
+ type: 'content'
63
+ label:
64
+ es: 'Contenido del artículo'
65
+ en: 'Post content'
66
+ 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'
85
+ locales:
86
+ type: 'locales'
87
+ label:
88
+ es: 'Traducciones'
89
+ en: 'Translations'
90
+ help:
91
+ es: 'Vínculo a los artículos en otros idiomas'
92
+ en: 'Link to the post in other languages'
93
+ draft:
94
+ type: 'boolean'
95
+ label:
96
+ es: 'Borrador'
97
+ en: 'Draft'
98
+ help:
99
+ es: 'Este artículo aun no está listo para publicar'
100
+ en: "This post isn't ready to be published yet"
101
+ order:
102
+ type: 'order'
103
+ label:
104
+ es: 'Orden'
105
+ en: 'Order'
106
+ help:
107
+ es: 'La posición del artículo en la lista de artículos'
108
+ en: 'The post position in the posts list'
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.3
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-07 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: jekyll
@@ -97,6 +97,9 @@ 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/post.yml
100
103
  - _includes/custom-head.html
101
104
  - _includes/disqus_comments.html
102
105
  - _includes/footer.html