sutty-donaciones-jekyll-theme 0.1.3 → 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: 5fe463661812aa65aba48c110b21f098d04e803488d64022227241212acdbc62
4
- data.tar.gz: 21b75c99dec85c1bbe29db692213718b5ead7e7ad4e2ac0a7a951f03d900ebf3
3
+ metadata.gz: 29de33580c4247b5824fefd1db69eebebd52bf3a3c9760ade65602a62872c2cc
4
+ data.tar.gz: 3eef87a1443e859a93cb1f30c4c89674cb8f47a5c01e7ef0b5e2a3023a8bc85d
5
5
  SHA512:
6
- metadata.gz: 872e0b38b2d6878c1832b64c22773d379c28a92eb5577da939063c3b1ada32bdc73d2224c567dddf791242c6114a99373c84cf77fdacf75f5a89fca15224768c
7
- data.tar.gz: d5ea07edb377d525dd9878815f31d20adc14bfd8dc95fb06a20d64ea12d776c5b1471a077d52b4430ed3e35eea8f1097c3648611aab7cd957cff97e6e1342685
6
+ metadata.gz: a313e9c9e90a3b187c1b37156a25b1877924a5346e832ba8a6bde10aabc9f904c22a856210d471fc775ab4fc50ead028d2e536c43365fd59359962340cb9a2be
7
+ data.tar.gz: 731c86796d118a47646ff8e9a1e1aba6d5091db6ff183445548e4529948d60445accae2ede5c4355334abb9fbd5524a12930e32bbbeea880b245b9dd8f2d2d21
data/_data/en.yml CHANGED
@@ -7,6 +7,11 @@ menu:
7
7
  footer:
8
8
  description: "Made with [Sutty](https://sutty.nl/). [Make your own campaign!](https://panel.sutty.nl/)"
9
9
  layouts:
10
+ about: "About"
10
11
  boton: "Button"
12
+ code_of_conduct: "Code of conduct"
13
+ license: "License"
11
14
  portada: "Home"
12
15
  post: "Post"
16
+ privacy_policy: "Privacy policy"
17
+ theme: "Customize"
data/_data/es.yml CHANGED
@@ -7,6 +7,11 @@ menu:
7
7
  footer:
8
8
  description: "Hecho con [Sutty](https://sutty.nl/). [¡Armá tu campaña de donaciones!](https://panel.sutty.nl/)"
9
9
  layouts:
10
+ about: "Acerca"
10
11
  boton: "Botón"
12
+ code_of_conduct: "Código de conducta"
13
+ license: "Licencia"
11
14
  portada: "Portada"
12
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"
@@ -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"
@@ -0,0 +1,60 @@
1
+ ---
2
+ title:
3
+ type: "string"
4
+ required: true
5
+ label:
6
+ es: "Título"
7
+ en: "Title"
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,295 @@
1
+ ---
2
+ title:
3
+ type: "string"
4
+ required: true
5
+ label:
6
+ en: "Title"
7
+ es: "Título"
8
+ help:
9
+ en: "The name you want to give to this customization"
10
+ es: "El nombre que quieras darle a esta personalización"
11
+ font_family_sans_serif:
12
+ type: "predefined_value"
13
+ label:
14
+ en: "Select a typography for the site"
15
+ es: "Selecciona una tipografía para el sitio"
16
+ help:
17
+ en: "If you'd like us to add support for a typography, please send us an e-mail"
18
+ es: "Si quieres que agreguemos una tipografía, por favor envíanos un e-mail"
19
+ default:
20
+ en: ""
21
+ es: ""
22
+ values:
23
+ en:
24
+ "": "Default"
25
+ Roboto: "Roboto"
26
+ Saira: "Saira"
27
+ es:
28
+ "": "Default"
29
+ Roboto: "Roboto"
30
+ Saira: "Saira"
31
+ font_family_monospace:
32
+ type: "predefined_value"
33
+ label:
34
+ en: "Select a monospace typography for the site"
35
+ es: "Selecciona una tipografía monospace para el sitio"
36
+ help:
37
+ en: ""
38
+ es: ""
39
+ default:
40
+ en: ""
41
+ es: ""
42
+ values:
43
+ en:
44
+ "": "Default"
45
+ Roboto Mono: "Roboto Mono"
46
+ Liberation Mono: "Liberation Mono"
47
+ es:
48
+ "": "Default"
49
+ Roboto Mono: "Roboto Mono"
50
+ Liberation Mono: "Liberation Mono"
51
+ headings_font_family:
52
+ type: "predefined_value"
53
+ label:
54
+ en: "Select a typography for headings"
55
+ es: "Selecciona una tipografía para los títulos del sitio"
56
+ help:
57
+ en: "If you'd us to add support for a typography, please send us an e-mail"
58
+ es: "Si quieres que agreguemos una tipografía, por favor envíanos un e-mail"
59
+ default:
60
+ en: ""
61
+ es: ""
62
+ values:
63
+ en:
64
+ "": "Default"
65
+ Roboto: "Roboto"
66
+ Saira: "Saira"
67
+ es:
68
+ "": "Default"
69
+ Roboto: "Roboto"
70
+ Saira: "Saira"
71
+ enable_rounded:
72
+ type: "boolean"
73
+ label:
74
+ en: "Rounded corners"
75
+ es: "Esquinas redondeadas"
76
+ help:
77
+ en: "For buttons, form inputs, etc."
78
+ es: "De los botones, campos de formularios, etc."
79
+ default:
80
+ es: false
81
+ en: false
82
+ enable_shadows:
83
+ type: "boolean"
84
+ label:
85
+ en: "Shadows"
86
+ es: "Sombras"
87
+ help:
88
+ en: "Shadows behind elements"
89
+ es: "Sombras en los elementos"
90
+ default:
91
+ es: false
92
+ en: false
93
+ body_bg:
94
+ type: "color"
95
+ label:
96
+ en: "Background color"
97
+ es: "Color de fondo"
98
+ help:
99
+ en: "Site's background color"
100
+ es: "Color de fondo del sitio"
101
+ default:
102
+ es: "#FFFFFF"
103
+ en: "#FFFFFF"
104
+ body_color:
105
+ type: "color"
106
+ label:
107
+ en: "Text color"
108
+ es: "Color del texto"
109
+ help:
110
+ en: ""
111
+ es: ""
112
+ default:
113
+ es: "#212529"
114
+ en: "#212529"
115
+ primary:
116
+ type: "color"
117
+ label:
118
+ en: "Primary color"
119
+ es: "Color principal"
120
+ help:
121
+ en: "Highlights certain elements"
122
+ es: "Resalta algunos elementos"
123
+ default:
124
+ es: "#f206f9"
125
+ en: "#f206f9"
126
+ secondary:
127
+ type: "color"
128
+ label:
129
+ en: "Secondary color"
130
+ es: "Color secundario"
131
+ help:
132
+ en: "Highlights certain elements"
133
+ es: "Resalta algunos elementos"
134
+ default:
135
+ es: "#13fefe"
136
+ en: "#13fefe"
137
+ link_color:
138
+ type: "color"
139
+ label:
140
+ en: "Link color"
141
+ es: "Color de los vínculos"
142
+ help:
143
+ en: ""
144
+ es: ""
145
+ default:
146
+ es: "#007bff"
147
+ en: "#007bff"
148
+ link_hover_color:
149
+ type: "color"
150
+ label:
151
+ en: "Link color when selected"
152
+ es: "Color de los vínculos al seleccionarlos"
153
+ help:
154
+ en: ""
155
+ es: ""
156
+ default:
157
+ es: "#0056b3"
158
+ en: "#0056b3"
159
+ h1_font_size:
160
+ type: "string"
161
+ label:
162
+ en: "Height for first level headings"
163
+ es: "Altura de los títulos de primer nivel"
164
+ help:
165
+ en: ""
166
+ es: ""
167
+ default:
168
+ es: "2.5rem"
169
+ en: "2.5rem"
170
+ h2_font_size:
171
+ type: "string"
172
+ label:
173
+ en: "Height for second level headings"
174
+ es: "Altura de los títulos de segundo nivel"
175
+ help:
176
+ en: ""
177
+ es: ""
178
+ default:
179
+ es: "2rem"
180
+ en: "2rem"
181
+ h3_font_size:
182
+ type: "string"
183
+ label:
184
+ en: "Height for third level headings"
185
+ es: "Altura de los títulos de tercer nivel"
186
+ help:
187
+ en: ""
188
+ es: ""
189
+ default:
190
+ es: "1.75rem"
191
+ en: "1.75rem"
192
+ h4_font_size:
193
+ type: "string"
194
+ label:
195
+ en: "Height for fourth level headings"
196
+ es: "Altura de los títulos de cuarto nivel"
197
+ help:
198
+ en: ""
199
+ es: ""
200
+ default:
201
+ es: "1.5rem"
202
+ en: "1.5rem"
203
+ h5_font_size:
204
+ type: "string"
205
+ label:
206
+ en: "Height for fifth level headings"
207
+ es: "Altura de los títulos de quinto nivel"
208
+ help:
209
+ en: ""
210
+ es: ""
211
+ default:
212
+ es: "1.25rem"
213
+ en: "1.25rem"
214
+ h6_font_size:
215
+ type: "string"
216
+ label:
217
+ en: "Height for sixth level headings"
218
+ es: "Altura de los títulos de sexto nivel"
219
+ help:
220
+ en: ""
221
+ es: ""
222
+ default:
223
+ es: "1rem"
224
+ en: "1rem"
225
+ mark_bg:
226
+ type: "color"
227
+ label:
228
+ en: "Highlight color"
229
+ es: "Color de resaltado"
230
+ help:
231
+ en: "Default color for highlighted text"
232
+ es: "Color por defecto para el texto resaltado"
233
+ default:
234
+ es: "#fcf8e3"
235
+ en: "#fcf8e3"
236
+ navbar_light_color:
237
+ type: "color"
238
+ label:
239
+ en: "Navigation bar item color"
240
+ es: "Color de ítem en la barra de navegación"
241
+ help:
242
+ en: "Text and icons"
243
+ es: "Texto e íconos"
244
+ default:
245
+ es: "#ced4da"
246
+ en: "#ced4da"
247
+ navbar_light_hover_color:
248
+ type: "color"
249
+ label:
250
+ en: "Navigation bar item color when selected"
251
+ es: "Color de ítem seleccionado en la barra de navegación"
252
+ help:
253
+ en: "Text and icons"
254
+ es: "Texto e íconos"
255
+ default:
256
+ es: "#6c757d"
257
+ en: "#6c757d"
258
+ navbar_light_active_color:
259
+ type: "color"
260
+ label:
261
+ en: "Navigation bar item color when active"
262
+ es: "Color de ítem activo en la barra de navegación"
263
+ help:
264
+ en: "Text and icons"
265
+ es: "Texto e íconos"
266
+ default:
267
+ es: "#212529"
268
+ en: "#212529"
269
+ testing:
270
+ type: "boolean"
271
+ label:
272
+ en: "Testing"
273
+ es: "Testeo"
274
+ help:
275
+ en: "When activated, shows screen information for testing"
276
+ es: "Al activar se muestra información de la pantalla para testing"
277
+ default:
278
+ es: false
279
+ en: false
280
+ draft:
281
+ type: "boolean"
282
+ label:
283
+ es: "Borrador"
284
+ en: "Draft"
285
+ help:
286
+ 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\""
287
+ 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)."
288
+ order:
289
+ type: "order"
290
+ label:
291
+ es: "Orden"
292
+ en: "Order"
293
+ help:
294
+ es: "La posición del artículo en la lista de artículos"
295
+ en: "Position in list of posts"
@@ -0,0 +1,26 @@
1
+ {%- assign license = site.posts | find: "layout", "license" -%}
2
+ {%- assign code_of_conduct = site.posts | find: "layout", "code_of_conduct" -%}
3
+ {%- assign privacy_policy = site.posts | find: "layout", "privacy_policy" -%}
4
+
5
+ <footer class="p-3">
6
+ <ul class="list-unstyled">
7
+ {% if license %}
8
+ <li>
9
+ <a href="{{ license.url }}" rel="license">{{ license.title }}</a>
10
+ </li>
11
+ {% endif %}
12
+
13
+ {% if code_of_conduct %}
14
+ <li>
15
+ <a href="{{ code_of_conduct.url }}" rel="code-of-conduct">{{ code_of_conduct.title }}</a>
16
+ </li>
17
+ {% endif %}
18
+
19
+ {% if privacy_policy %}
20
+ <li>
21
+ <a href="{{ privacy_policy.url }}" rel="privacy-policy">{{ privacy_policy.title }}</a>
22
+ </li>
23
+ {% endif %}
24
+
25
+ <p class="text-center">{{ site.i18n.footer.description | markdownify }}</p>
26
+ </footer>
@@ -0,0 +1,45 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+
5
+ {% assign date_format = site.i18n.date.format | default: "%b %-d, %Y" %}
6
+
7
+ <article class="h-entry" itemscope itemtype="http://schema.org/Article">
8
+ <header>
9
+ <h1 class="p-name" itemprop="name headline">{{ page.title | default: '' | escape }}</h1>
10
+
11
+ {%- if page.description -%}
12
+ <p class="lead p-summary" itemprop="description">{{ page.description | default: '' | escape }}</p>
13
+ {%- endif -%}
14
+
15
+ <p>
16
+ {{ site.i18n.published_at }}
17
+
18
+ <time class="dt-published" datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished">
19
+ {{ page.date | date_local: date_format }}
20
+ </time>
21
+
22
+ {% if page.last_modified_at %}
23
+ {{ site.i18n.last_modified_at }}
24
+
25
+ <time class="dt-published" datetime="{{ page.last_modified_at | date_to_xmlschema }}" itemprop="datePublished">
26
+ {{ page.last_modified_at | date_local: date_format }}
27
+ </time>
28
+ {% endif %}
29
+ </p>
30
+ </header>
31
+
32
+ <div class="e-content" itemprop="articleBody">
33
+ {{ content }}
34
+ </div>
35
+
36
+ <footer>
37
+ <a class="u-url" itemprop="url" href="{{ page.url }}" hidden>
38
+ {{ site.url }}{{ page.url }}
39
+ </a>
40
+
41
+ {%- if page.uuid -%}
42
+ <span hidden itemprop="identifier">{{ page.uuid }}</span>
43
+ {%- endif -%}
44
+ </footer>
45
+ </article>
@@ -7,8 +7,9 @@
7
7
  <meta content="width=device-width, initial-scale=1.0" name="viewport">
8
8
  <meta name="theme-color" content="white"/>
9
9
  <meta name="color-scheme" content="light"/>
10
+ <meta name="referrer" content="strict-origin-when-cross-origin"/>
10
11
 
11
- <link href="assets/css/styles.css" rel="stylesheet">
12
+ <link href="assets/css/styles.css?{{ site.time | date: '%s' }}" rel="stylesheet" data-turbo-track="reload">
12
13
 
13
14
  {% seo %}
14
15
  {% feed_meta %}
@@ -22,6 +23,6 @@
22
23
  </div>
23
24
  </div>
24
25
  </main>
25
- <footer class="text-center">{{ site.i18n.footer.description | markdownify }}</footer>
26
+ {% include_cached footer.html %}
26
27
  </body>
27
28
  </html>
data/_layouts/home.html CHANGED
@@ -27,6 +27,7 @@ layout: default
27
27
  <a
28
28
  class="btn btn-block btn-lg btn-{{ boton.slug }} mt-3"
29
29
  target="_blank"
30
+ rel="noopener"
30
31
  href="{{ boton.payment_url }}">{{ boton.title }}</a>
31
32
  {% endfor %}
32
33
  </div>
@@ -0,0 +1,45 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+
5
+ {% assign date_format = site.i18n.date.format | default: "%b %-d, %Y" %}
6
+
7
+ <article class="h-entry" itemscope itemtype="http://schema.org/Article">
8
+ <header>
9
+ <h1 class="p-name" itemprop="name headline">{{ page.title | default: '' | escape }}</h1>
10
+
11
+ {%- if page.description -%}
12
+ <p class="lead p-summary" itemprop="description">{{ page.description | default: '' | escape }}</p>
13
+ {%- endif -%}
14
+
15
+ <p>
16
+ {{ site.i18n.published_at }}
17
+
18
+ <time class="dt-published" datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished">
19
+ {{ page.date | date_local: date_format }}
20
+ </time>
21
+
22
+ {% if page.last_modified_at %}
23
+ {{ site.i18n.last_modified_at }}
24
+
25
+ <time class="dt-published" datetime="{{ page.last_modified_at | date_to_xmlschema }}" itemprop="datePublished">
26
+ {{ page.last_modified_at | date_local: date_format }}
27
+ </time>
28
+ {% endif %}
29
+ </p>
30
+ </header>
31
+
32
+ <div class="e-content" itemprop="articleBody">
33
+ {{ content }}
34
+ </div>
35
+
36
+ <footer>
37
+ <a class="u-url" itemprop="url" href="{{ page.url }}" hidden>
38
+ {{ site.url }}{{ page.url }}
39
+ </a>
40
+
41
+ {%- if page.uuid -%}
42
+ <span hidden itemprop="identifier">{{ page.uuid }}</span>
43
+ {%- endif -%}
44
+ </footer>
45
+ </article>
@@ -0,0 +1,45 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+
5
+ {% assign date_format = site.i18n.date.format | default: "%b %-d, %Y" %}
6
+
7
+ <article class="h-entry" itemscope itemtype="http://schema.org/Article">
8
+ <header>
9
+ <h1 class="p-name" itemprop="name headline">{{ page.title | default: '' | escape }}</h1>
10
+
11
+ {%- if page.description -%}
12
+ <p class="lead p-summary" itemprop="description">{{ page.description | default: '' | escape }}</p>
13
+ {%- endif -%}
14
+
15
+ <p>
16
+ {{ site.i18n.published_at }}
17
+
18
+ <time class="dt-published" datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished">
19
+ {{ page.date | date_local: date_format }}
20
+ </time>
21
+
22
+ {% if page.last_modified_at %}
23
+ {{ site.i18n.last_modified_at }}
24
+
25
+ <time class="dt-published" datetime="{{ page.last_modified_at | date_to_xmlschema }}" itemprop="datePublished">
26
+ {{ page.last_modified_at | date_local: date_format }}
27
+ </time>
28
+ {% endif %}
29
+ </p>
30
+ </header>
31
+
32
+ <div class="e-content" itemprop="articleBody">
33
+ {{ content }}
34
+ </div>
35
+
36
+ <footer>
37
+ <a class="u-url" itemprop="url" href="{{ page.url }}" hidden>
38
+ {{ site.url }}{{ page.url }}
39
+ </a>
40
+
41
+ {%- if page.uuid -%}
42
+ <span hidden itemprop="identifier">{{ page.uuid }}</span>
43
+ {%- endif -%}
44
+ </footer>
45
+ </article>
@@ -3,6 +3,11 @@
3
3
  ---
4
4
 
5
5
  {%- assign botones = site.posts | where: 'layout', 'boton' -%}
6
+ {%- assign theme = site.posts | find: "layout", "theme" -%}
7
+
8
+ {% if theme %}
9
+ {{ theme | yaml_to_scss: site.data.layouts.theme }}
10
+ {% endif %}
6
11
 
7
12
  $theme-colors: (
8
13
  {% for boton in botones %}
@@ -10,17 +15,6 @@ $theme-colors: (
10
15
  {% endfor %}
11
16
  );
12
17
 
13
- @import "fonts";
14
-
15
- $enable-rounded: false;
16
- $font-family-sans-serif: Saira, sans-serif;
17
- $primary: #f206f9;
18
-
19
- ::-moz-selection,
20
- ::selection {
21
- background: $primary;
22
- }
23
-
24
18
  /*
25
19
  * XXX: Solo importar los archivos necesarios de bootstrap para
26
20
  * facilitar la reducción de CSS. Por ahora pedimos todo para poder
@@ -29,3 +23,9 @@ $primary: #f206f9;
29
23
  * Los archivos se encuentran en node_modules/bootstrap/scss
30
24
  */
31
25
  @import "bootstrap/scss/bootstrap";
26
+ @import "fonts";
27
+
28
+ ::-moz-selection,
29
+ ::selection {
30
+ background: $primary;
31
+ }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sutty-donaciones-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.2.0
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-21 00:00:00.000000000 Z
12
+ date: 2023-04-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: jekyll
@@ -181,12 +181,18 @@ files:
181
181
  - _data/en.yml
182
182
  - _data/es.yml
183
183
  - _data/forms/contacto.yml
184
+ - _data/layouts/about.yml
184
185
  - _data/layouts/boton.yml
186
+ - _data/layouts/code_of_conduct.yml
187
+ - _data/layouts/license.yml
185
188
  - _data/layouts/portada.yml
186
189
  - _data/layouts/post.yml
190
+ - _data/layouts/privacy_policy.yml
191
+ - _data/layouts/theme.yml
187
192
  - _includes/boolean.html
188
193
  - _includes/contact.html
189
194
  - _includes/email.html
195
+ - _includes/footer.html
190
196
  - _includes/form/boolean.html
191
197
  - _includes/form/email.html
192
198
  - _includes/form/hidden.html
@@ -210,10 +216,13 @@ files:
210
216
  - _includes/submit.html
211
217
  - _includes/text.html
212
218
  - _includes/url.html
219
+ - _layouts/code_of_conduct.html
213
220
  - _layouts/default.html
214
221
  - _layouts/home.html
215
222
  - _layouts/layout.html
223
+ - _layouts/license.html
216
224
  - _layouts/post.html
225
+ - _layouts/privacy_policy.html
217
226
  - _sass/fonts.scss
218
227
  - assets/css/styles.scss
219
228
  - assets/fonts/saira/v3/Saira-subset.zopfli.woff