sutty-donaciones-jekyll-theme 0.1.2 → 0.1.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: 3dbca4b23da4014711715556ed461729ecdbb12fb245ab7f26fe15b6d350d892
4
- data.tar.gz: d5330ccbf7ec4e5eece4df504cf616e4cf931863941b315f59ca8379a592a8bc
3
+ metadata.gz: 5fe463661812aa65aba48c110b21f098d04e803488d64022227241212acdbc62
4
+ data.tar.gz: 21b75c99dec85c1bbe29db692213718b5ead7e7ad4e2ac0a7a951f03d900ebf3
5
5
  SHA512:
6
- metadata.gz: 1b7d06287cbe6c690d149b7b93fd34cdc34bf7b21e907f7b9f1f626159567be28c72f87f75d0f388bfff1262f84978aaf52c21708e9b320583beef638206ad63
7
- data.tar.gz: c315806e64e48fddc8e2c192cd0fe5da65a6a6071fb7245e562cc394a8d3eab18d028afb629b237c634e0b8c4fa121b543912d95db2589f6027a2a79b0dc6457
6
+ metadata.gz: 872e0b38b2d6878c1832b64c22773d379c28a92eb5577da939063c3b1ada32bdc73d2224c567dddf791242c6114a99373c84cf77fdacf75f5a89fca15224768c
7
+ data.tar.gz: d5ea07edb377d525dd9878815f31d20adc14bfd8dc95fb06a20d64ea12d776c5b1471a077d52b4430ed3e35eea8f1097c3648611aab7cd957cff97e6e1342685
data/_data/en.yml CHANGED
@@ -1,7 +1,12 @@
1
1
  ---
2
+ date: "%m/%d/%Y"
2
3
  menu:
3
4
  items:
4
- - title: 'Articles'
5
- href: 'post/'
5
+ - title: "Articles"
6
+ href: "post/"
6
7
  footer:
7
- description: 'Made with [Sutty](https://sutty.nl/). [Make your own campaign!](https://panel.sutty.nl/)'
8
+ description: "Made with [Sutty](https://sutty.nl/). [Make your own campaign!](https://panel.sutty.nl/)"
9
+ layouts:
10
+ boton: "Button"
11
+ portada: "Home"
12
+ post: "Post"
data/_data/es.yml CHANGED
@@ -1,8 +1,12 @@
1
1
  ---
2
- date: '%d/%m/%Y'
2
+ date: "%d/%m/%Y"
3
3
  menu:
4
4
  items:
5
- - title: 'Artículos'
6
- href: 'post/'
5
+ - title: "Artículos"
6
+ href: "post/"
7
7
  footer:
8
- description: 'Hecho con [Sutty](https://sutty.nl/). [¡Armá tu campaña de donaciones!](https://panel.sutty.nl/)'
8
+ description: "Hecho con [Sutty](https://sutty.nl/). [¡Armá tu campaña de donaciones!](https://panel.sutty.nl/)"
9
+ layouts:
10
+ boton: "Botón"
11
+ portada: "Portada"
12
+ post: "Artículo"
@@ -1,35 +1,43 @@
1
1
  ---
2
2
  title:
3
- type: 'string'
3
+ type: "string"
4
4
  required: true
5
5
  label:
6
- es: 'Título del botón'
7
- en: 'Button title'
6
+ es: "Título del botón"
7
+ en: "Button title"
8
8
  help:
9
- es: 'Un título descriptivo para el botón de donación'
10
- en: 'A descriptive title for the donation button'
9
+ es: "Un título descriptivo para el botón de donación"
10
+ en: "A descriptive title for the donation button"
11
11
  payment_url:
12
- type: 'url'
12
+ type: "url"
13
13
  required: true
14
14
  label:
15
- es: 'Enlace o Link del botón de pago'
16
- en: 'Payment button link'
15
+ es: "Enlace o Link del botón de pago"
16
+ en: "Payment button link"
17
17
  help:
18
- es: 'El provedor del sistema de pago tiene que proporcionarte un link al botón de pago'
19
- en: 'The system payment provider must give you the link to the payment button'
18
+ es: "El provedor del sistema de pago tiene que proporcionarte un link al botón de pago"
19
+ en: "The system payment provider must provide you with the link to the payment button"
20
20
  color:
21
- type: 'color'
21
+ type: "color"
22
22
  label:
23
- es: 'Podés personalizar el color del botón'
24
- en: 'You may customize button color'
23
+ es: "Podés personalizar el color del botón"
24
+ en: "You can customize the color of the button"
25
25
  help:
26
- es: ''
27
- en: ''
26
+ es: ""
27
+ en: ""
28
+ draft:
29
+ type: "boolean"
30
+ label:
31
+ es: "Borrador"
32
+ en: "Draft"
33
+ help:
34
+ 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\""
35
+ 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)."
28
36
  order:
29
- type: 'order'
37
+ type: "order"
30
38
  label:
31
- es: 'Orden'
32
- en: 'Order'
39
+ es: "Orden"
40
+ en: "Order"
33
41
  help:
34
- es: 'La posición del artículo en la lista de artículos'
35
- en: 'The post position in the posts list'
42
+ es: "La posición del artículo en la lista de artículos"
43
+ 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 de la campaña de donaciones'
7
- en: 'Campaign title'
6
+ es: "Título de la campaña de donaciones"
7
+ en: "Campaign title"
8
8
  help:
9
- es: 'Un título que convoque a movilizar donaciones'
10
- en: 'A title that invites people to donate'
9
+ es: "Un título que convoque a movilizar donaciones"
10
+ en: "A title that invites people to donate"
11
11
  description:
12
- type: 'text'
12
+ type: "text"
13
13
  required: true
14
14
  label:
15
- es: 'Alerta de contenido o descripción de la campaña'
16
- en: 'Content warning or campaign description'
15
+ es: "Alerta de contenido o descripción de la campaña"
16
+ en: "Content warning or campaign description"
17
17
  help:
18
18
  es: |
19
19
  Resumen del contenido de la campaña, que también usarán redes
@@ -27,50 +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 son parte de esta campaña'
36
- en: 'Who is part of this campaign'
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
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 la campaña y como previsualización en
46
- las redes sociales.
47
- en: |
48
- It's used to illustrate the campaign 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: "Describí la imagen por razones de accesibilidad e indexacion en buscadores"
52
+ en: "Describe the image for accesibility purposes and for indexation in search engines"
61
53
  content:
62
- type: 'markdown_content'
54
+ type: "new_content"
63
55
  label:
64
- es: 'Contenido de la campaña'
65
- en: 'Campaign content'
56
+ es: "Contenido de la campaña"
57
+ en: "Campaign content"
66
58
  help:
67
- es: 'Motivaciones, plazos, formas de donación o cualquier dato relevante'
68
- en: 'Motivations, timeframes, donation types or any relevant information'
59
+ es: "Motivaciones, plazos, formas de donación o cualquier dato relevante"
60
+ en: "Motivations, timeframes, forms of donation or any relevant information"
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)."
69
77
  order:
70
- type: 'order'
78
+ type: "order"
71
79
  label:
72
- es: 'Orden'
73
- en: 'Order'
80
+ es: "Orden"
81
+ en: "Order"
74
82
  help:
75
- es: 'La posición del artículo en la lista de artículos'
76
- 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"
@@ -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,87 +27,66 @@ 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 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
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: "Describí la imagen por razones de accesibilidad e indexacion en buscadores"
52
+ en: "Describe the image for accesibility purposes and for indexation in 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
- permalink:
70
- type: 'string'
71
- label:
72
- es: 'Enlace'
73
- en: 'Permalink'
74
- help:
75
- es: |
76
- Si no quieres utilizar el formato de enlaces general del sitio
77
- para este artículo, especifica uno aquí.
78
- en: |
79
- If you don't want to follow the site's link format for this
80
- post, change it here.
81
- categories:
82
- type: 'array'
59
+ es: "Escribe aquí el artículo"
60
+ en: "Write your post here"
61
+ tags:
62
+ type: "array"
83
63
  label:
84
- es: 'Categorías'
85
- en: 'Categories'
64
+ es: "Etiquetas"
65
+ en: "Tags"
86
66
  help:
87
- es: 'Ayudan a organizar los artículos en temas'
88
- en: 'Use categories to organize posts by themes'
89
- tags:
90
- type: 'array'
67
+ es: "Empieza a escribir para filtrar valores ya usados. Presiona enter para agregar el ítem seleccionado o agregar uno nuevo si no existe."
68
+ 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."
69
+ locales:
70
+ type: "locales"
91
71
  label:
92
- es: 'Etiquetas'
93
- en: 'Tags'
72
+ es: "Traducciones"
73
+ en: "Translations"
94
74
  help:
95
- es: 'Usa etiquetas para resaltar palabras clave'
96
- en: 'Tags are helpful as keywords'
75
+ es: "Vínculo al mismo artículo en otros idiomas"
76
+ en: "Link to same post in other languages"
97
77
  draft:
98
- type: 'boolean'
78
+ type: "boolean"
99
79
  label:
100
- es: 'Borrador'
101
- en: 'Draft'
80
+ es: "Borrador"
81
+ en: "Draft"
102
82
  help:
103
- es: 'Este artículo aun no está listo para publicar'
104
- en: "This post isn't ready to be published yet"
83
+ 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\""
84
+ 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)."
105
85
  order:
106
- type: 'order'
86
+ type: "order"
107
87
  label:
108
- es: 'Orden'
109
- en: 'Order'
88
+ es: "Orden"
89
+ en: "Order"
110
90
  help:
111
- es: 'La posición del artículo en la lista de artículos'
112
- en: 'The post position in the posts list'
113
- ---
91
+ es: "La posición del artículo en la lista de artículos"
92
+ en: "Position in list of posts"
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sutty-donaciones-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - f
8
8
  - e
9
- autorequire:
9
+ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2020-06-10 00:00:00.000000000 Z
12
+ date: 2023-03-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: jekyll
@@ -165,7 +165,7 @@ dependencies:
165
165
  - - "~>"
166
166
  - !ruby/object:Gem::Version
167
167
  version: '12.0'
168
- description:
168
+ description:
169
169
  email:
170
170
  - f@sutty.nl
171
171
  - e@sutty.nl
@@ -231,7 +231,7 @@ metadata:
231
231
  source_code_uri: https://0xacab.org/sutty/jekyll/sutty-donaciones-jekyll-theme
232
232
  changelog_uri: https://0xacab.org/sutty/jekyll/sutty-donaciones-jekyll-theme/-/blob/master/CHANGELOG.md
233
233
  documentation_uri: https://rubydoc.info/gems/sutty-donaciones-jekyll-theme
234
- post_install_message:
234
+ post_install_message:
235
235
  rdoc_options:
236
236
  - "--title"
237
237
  - sutty-donaciones-jekyll-theme - A theme for a donation page
@@ -253,8 +253,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
253
253
  - !ruby/object:Gem::Version
254
254
  version: '0'
255
255
  requirements: []
256
- rubygems_version: 3.0.3
257
- signing_key:
256
+ rubygems_version: 3.3.26
257
+ signing_key:
258
258
  specification_version: 4
259
259
  summary: A theme for a donation page
260
260
  test_files: []