sutty-donaciones-jekyll-theme 0.1.2 → 0.2.0

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: 29de33580c4247b5824fefd1db69eebebd52bf3a3c9760ade65602a62872c2cc
4
+ data.tar.gz: 3eef87a1443e859a93cb1f30c4c89674cb8f47a5c01e7ef0b5e2a3023a8bc85d
5
5
  SHA512:
6
- metadata.gz: 1b7d06287cbe6c690d149b7b93fd34cdc34bf7b21e907f7b9f1f626159567be28c72f87f75d0f388bfff1262f84978aaf52c21708e9b320583beef638206ad63
7
- data.tar.gz: c315806e64e48fddc8e2c192cd0fe5da65a6a6071fb7245e562cc394a8d3eab18d028afb629b237c634e0b8c4fa121b543912d95db2589f6027a2a79b0dc6457
6
+ metadata.gz: a313e9c9e90a3b187c1b37156a25b1877924a5346e832ba8a6bde10aabc9f904c22a856210d471fc775ab4fc50ead028d2e536c43365fd59359962340cb9a2be
7
+ data.tar.gz: 731c86796d118a47646ff8e9a1e1aba6d5091db6ff183445548e4529948d60445accae2ede5c4355334abb9fbd5524a12930e32bbbeea880b245b9dd8f2d2d21
data/_data/en.yml CHANGED
@@ -1,7 +1,17 @@
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
+ about: "About"
11
+ boton: "Button"
12
+ code_of_conduct: "Code of conduct"
13
+ license: "License"
14
+ portada: "Home"
15
+ post: "Post"
16
+ privacy_policy: "Privacy policy"
17
+ theme: "Customize"
data/_data/es.yml CHANGED
@@ -1,8 +1,17 @@
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
+ about: "Acerca"
11
+ boton: "Botón"
12
+ code_of_conduct: "Código de conducta"
13
+ license: "Licencia"
14
+ portada: "Portada"
15
+ post: "Artículo"
16
+ privacy_policy: "Política de privacidad"
17
+ theme: "Personalizar"
@@ -0,0 +1,179 @@
1
+ ---
2
+ title:
3
+ type: "string"
4
+ required: true
5
+ label:
6
+ es: "El nombre del proyecto editorial"
7
+ en: "Publisher name"
8
+ help:
9
+ es: ""
10
+ en: ""
11
+ tagline:
12
+ type: "string"
13
+ label:
14
+ es: "Bajada"
15
+ en: "Tagline"
16
+ help:
17
+ es: "La bajada es una descripción corta que acompaña al nombre del sitio"
18
+ en: "The tagline is a short description of your site"
19
+ description:
20
+ type: "text"
21
+ required: true
22
+ label:
23
+ es: "Descripción del proyecto"
24
+ en: "Publisher description"
25
+ help:
26
+ es: ""
27
+ en: ""
28
+ logo:
29
+ type: "image"
30
+ path:
31
+ label:
32
+ es: "Logo"
33
+ en: "Logo"
34
+ help:
35
+ es: ""
36
+ en: ""
37
+ description:
38
+ label:
39
+ es: "Descripción del logo"
40
+ en: "Logo description"
41
+ help:
42
+ es: "Describí la imagen por razones de accesibilidad e indexacion en buscadores"
43
+ en: "Describe the image for accesibility purposes and for indexation in search engines"
44
+ image:
45
+ type: "image"
46
+ path:
47
+ label:
48
+ es: "Imagen para redes sociales"
49
+ en: "Image for social networks"
50
+ help:
51
+ es: ""
52
+ en: ""
53
+ description:
54
+ label:
55
+ es: "Descripción de la imagen"
56
+ en: "Image description"
57
+ help:
58
+ es: "Describí la imagen por razones de accesibilidad e indexacion en buscadores"
59
+ en: "Describe the image for accesibility purposes and for indexation in search engines"
60
+ email:
61
+ type: "email"
62
+ label:
63
+ es: "Correo electrónico"
64
+ en: "E-mail address"
65
+ help:
66
+ es: ""
67
+ en: ""
68
+ address:
69
+ type: "string"
70
+ label:
71
+ es: "La dirección postal"
72
+ en: "Postal address"
73
+ help:
74
+ es: "Código postal de la ciudad"
75
+ en: "Zip code"
76
+ locality:
77
+ type: "string"
78
+ label:
79
+ es: "Localidad"
80
+ en: "Locality"
81
+ help:
82
+ es: "Nombre de la localidad"
83
+ en: "Where are you based?"
84
+ country:
85
+ type: "string"
86
+ label:
87
+ es: "País"
88
+ en: "Country name"
89
+ help:
90
+ es: "Nombre del país"
91
+ en: "Name of the country"
92
+ social_networks:
93
+ type: "array"
94
+ label:
95
+ es: "Redes sociales"
96
+ en: "Social networks"
97
+ help:
98
+ es: "Direcciones completas de los perfiles en redes sociales"
99
+ en: "Full addresses of social network profiles"
100
+ facebook_app_id:
101
+ type: "string"
102
+ label:
103
+ es: "Identificador de app de Facebook"
104
+ en: "Facebook app ID"
105
+ help:
106
+ es: ""
107
+ en: ""
108
+ webmaster_verification_google:
109
+ type: "string"
110
+ label:
111
+ es: "Verificación de sitio web en Google"
112
+ en: "Webmaster verification on Google"
113
+ help:
114
+ es: ""
115
+ en: ""
116
+ webmaster_verification_bing:
117
+ type: "string"
118
+ label:
119
+ es: "Verificación de sitio web en Bing"
120
+ en: "Webmaster verification on Bing"
121
+ help:
122
+ es: ""
123
+ en: ""
124
+ webmaster_verification_alexa:
125
+ type: "string"
126
+ label:
127
+ es: "Verificación de sitio web en Alexa"
128
+ en: "Webmaster verification on Alexa"
129
+ help:
130
+ es: ""
131
+ en: ""
132
+ webmaster_verification_yandex:
133
+ type: "string"
134
+ label:
135
+ es: "Verificación de sitio web en Yandex"
136
+ en: "Webmaster verification on Yandex"
137
+ help:
138
+ es: ""
139
+ en: ""
140
+ webmaster_verification_baidu:
141
+ type: "string"
142
+ label:
143
+ es: "Verificación de sitio web en Baidu"
144
+ en: "Webmaster verification on Baidu"
145
+ help:
146
+ es: ""
147
+ en: ""
148
+ webmaster_verification_facebook:
149
+ type: "string"
150
+ label:
151
+ es: "Verificación de sitio web en Facebook"
152
+ en: "Webmaster verification on Facebook"
153
+ help:
154
+ es: ""
155
+ en: ""
156
+ locales:
157
+ type: "locales"
158
+ label:
159
+ es: "Traducciones"
160
+ en: "Translations"
161
+ help:
162
+ es: "Vínculo al mismo artículo en otros idiomas"
163
+ en: "Link to same post in other languages"
164
+ draft:
165
+ type: "boolean"
166
+ label:
167
+ es: "Borrador"
168
+ en: "Draft"
169
+ help:
170
+ 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\""
171
+ 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)."
172
+ order:
173
+ type: "order"
174
+ label:
175
+ es: "Orden"
176
+ en: "Order"
177
+ help:
178
+ es: "La posición del artículo en la lista de artículos"
179
+ en: "Position in list of posts"
@@ -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"
@@ -0,0 +1,60 @@
1
+ ---
2
+ title:
3
+ type: "string"
4
+ required: true
5
+ label:
6
+ es: "Título del Codigo de Conducta"
7
+ en: "Title of code of conduct"
8
+ help:
9
+ es: ""
10
+ en: ""
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 post content, 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
+ content:
30
+ type: "new_content"
31
+ label:
32
+ es: "Contenido del artículo"
33
+ en: "Post content"
34
+ help:
35
+ es: "Escribe aquí el artículo"
36
+ en: "Write your post here"
37
+ locales:
38
+ type: "locales"
39
+ label:
40
+ es: "Traducciones"
41
+ en: "Translations"
42
+ help:
43
+ es: "Vínculo al mismo artículo en otros idiomas"
44
+ en: "Link to same post in other languages"
45
+ draft:
46
+ type: "boolean"
47
+ label:
48
+ es: "Borrador"
49
+ en: "Draft"
50
+ help:
51
+ 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\""
52
+ 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)."
53
+ order:
54
+ type: "order"
55
+ label:
56
+ es: "Orden"
57
+ en: "Order"
58
+ help:
59
+ es: "La posición del artículo en la lista de artículos"
60
+ en: "Position in list of posts"
@@ -0,0 +1,60 @@
1
+ ---
2
+ title:
3
+ type: "string"
4
+ required: true
5
+ label:
6
+ es: "Título de la licencia"
7
+ en: "Licence title"
8
+ help:
9
+ es: "Título que describe la licencia a usar"
10
+ en: "Title that describes the license to use"
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 post content, 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
+ content:
30
+ type: "new_content"
31
+ label:
32
+ es: "Contenido del artículo"
33
+ en: "Post content"
34
+ help:
35
+ es: "Escribe aquí el artículo"
36
+ en: "Write your post here"
37
+ locales:
38
+ type: "locales"
39
+ label:
40
+ es: "Traducciones"
41
+ en: "Translations"
42
+ help:
43
+ es: "Vínculo al mismo artículo en otros idiomas"
44
+ en: "Link to same post in other languages"
45
+ draft:
46
+ type: "boolean"
47
+ label:
48
+ es: "Borrador"
49
+ en: "Draft"
50
+ help:
51
+ 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\""
52
+ 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)."
53
+ order:
54
+ type: "order"
55
+ label:
56
+ es: "Orden"
57
+ en: "Order"
58
+ help:
59
+ es: "La posición del artículo en la lista de artículos"
60
+ 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"