adhesiones-jekyll-theme 0.4.2 → 0.4.13
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 +4 -4
- data/_data/en.yml +5 -2
- data/_data/es.yml +5 -2
- data/_data/layouts/adhesion.yml +2 -2
- data/_data/layouts/adhesion_individual.yml +17 -14
- data/_data/layouts/home.yml +151 -0
- data/_data/layouts/menu_external.yml +35 -0
- data/_data/layouts/menu_internal.yml +42 -0
- data/_data/layouts/post.yml +5 -21
- data/_data/manifest.json +699 -0
- data/_data/schema.yml +13 -0
- data/_data/sutty.yml +6 -0
- data/_includes/footer.html +1 -1
- data/_includes/navbar.html +12 -28
- data/_includes/new_content.html +1 -0
- data/_includes/script.html +5 -0
- data/_includes/share_box.html +1 -1
- data/_layouts/default.html +12 -8
- data/_layouts/home.html +60 -41
- data/_layouts/post.html +1 -1
- data/_sass/content.scss +116 -0
- data/assets/css/styles.scss +3 -1
- data/assets/js/env.js +8 -0
- data/assets/js/pack.U4PELPHY.js +49 -0
- data/assets/js/pack.U4PELPHY.js.map +7 -0
- metadata +81 -73
- data/_data/layouts/menu.yml +0 -73
- data/assets/js/pack.js +0 -16
- data/assets/js/pack.js.map +0 -1
- data/assets/js/script.js +0 -49
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8b6ce894598fcf51eaf33a410cca3d8baac7a15c97421d070b5ceb77dec55bbf
|
|
4
|
+
data.tar.gz: ed0f6ee0586bb741b1fadf6b9e7a6950c73ec42d6c542baa5181129816d33791
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2fb35dc24ed244b38a5b200bec5786d12a96db8d725fbd353a7f97d4a1ae757446faf5d7ba0d9d9303115ef53d051c71a38c662bf15be7ed591389c9837b4830
|
|
7
|
+
data.tar.gz: f64991c077a2d906bd85dd39fd5941e81fd6f5109b951a3e033a28494031a91a71b0922cf73e709c484f499aea85f0c28d591553aa1af5fcc7ea601ab99c0303
|
data/_data/en.yml
CHANGED
|
@@ -55,8 +55,10 @@ layouts:
|
|
|
55
55
|
adhesion: "Endorsement"
|
|
56
56
|
adhesion_individual: "Personal endorsement"
|
|
57
57
|
code_of_conduct: "Code of conduct"
|
|
58
|
+
home: "Home"
|
|
58
59
|
license: "License"
|
|
59
|
-
|
|
60
|
+
menu_internal: "Menu (internal)"
|
|
61
|
+
menu_external: "Menu (external)"
|
|
60
62
|
post: "Post"
|
|
61
63
|
privacy_policy: "Privacy policy"
|
|
62
64
|
theme: "Customize"
|
|
@@ -98,8 +100,9 @@ home:
|
|
|
98
100
|
form:
|
|
99
101
|
title: Join the struggle
|
|
100
102
|
submit: Endorse
|
|
101
|
-
submit_help: "To prevent spam, please wait <span data-
|
|
103
|
+
submit_help: "To prevent spam, please wait <span data-contact-target=\"counter\">30</span> seconds before submitting."
|
|
102
104
|
adhesiones: Endorsements
|
|
105
|
+
organizaciones: Organizations
|
|
103
106
|
metric: signaturas
|
|
104
107
|
share_post:
|
|
105
108
|
text: Share your endorsement
|
data/_data/es.yml
CHANGED
|
@@ -54,8 +54,10 @@ layouts:
|
|
|
54
54
|
adhesion: "Adhesión"
|
|
55
55
|
adhesion_individual: "Adhesión individual"
|
|
56
56
|
code_of_conduct: "Código de conducta"
|
|
57
|
+
home: "Portada"
|
|
57
58
|
license: "Licencia"
|
|
58
|
-
|
|
59
|
+
menu_internal: "Menú (interno)"
|
|
60
|
+
menu_external: "Menú (externo)"
|
|
59
61
|
post: "Artículo"
|
|
60
62
|
privacy_policy: "Política de privacidad"
|
|
61
63
|
theme: "Personalizar"
|
|
@@ -100,8 +102,9 @@ home:
|
|
|
100
102
|
submit: Adherir
|
|
101
103
|
adhesion: Adherir como organización
|
|
102
104
|
adhesion_individual: Adherir como individue
|
|
103
|
-
submit_help: "Para prevenir el spam, por favor espera <span data-
|
|
105
|
+
submit_help: "Para prevenir el spam, por favor espera <span data-contact-target=\"counter\">30</span> segundos antes de enviar."
|
|
104
106
|
adhesiones: Adhesiones
|
|
107
|
+
organizaciones: Organizaciones
|
|
105
108
|
metric: firmas
|
|
106
109
|
share_post:
|
|
107
110
|
text: Compartir adhesión
|
data/_data/layouts/adhesion.yml
CHANGED
|
@@ -54,8 +54,8 @@ consent:
|
|
|
54
54
|
type: 'boolean'
|
|
55
55
|
required: true
|
|
56
56
|
label:
|
|
57
|
-
es: 'Acepto las [políticas de privacidad](
|
|
58
|
-
en: 'I agree to the [privacy policy](
|
|
57
|
+
es: 'Acepto las [políticas de privacidad](#privacy-policy)'
|
|
58
|
+
en: 'I agree to the [privacy policy](#privacy-policy)'
|
|
59
59
|
help:
|
|
60
60
|
es: ''
|
|
61
61
|
en: ''
|
|
@@ -1,17 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
title:
|
|
3
|
-
private: true
|
|
4
3
|
type: 'string'
|
|
5
4
|
required: true
|
|
6
|
-
label:
|
|
7
|
-
es: 'Documento Nacional de Identidad'
|
|
8
|
-
en: 'National ID number'
|
|
9
|
-
help:
|
|
10
|
-
es: ''
|
|
11
|
-
en: ''
|
|
12
|
-
autocomplete: 'off'
|
|
13
|
-
name:
|
|
14
|
-
type: 'string'
|
|
15
5
|
col: 6
|
|
16
6
|
label:
|
|
17
7
|
es: 'Nombres'
|
|
@@ -22,6 +12,7 @@ name:
|
|
|
22
12
|
autocomplete: 'given-name'
|
|
23
13
|
last_name:
|
|
24
14
|
private: true
|
|
15
|
+
required: true
|
|
25
16
|
type: 'string'
|
|
26
17
|
col: 6
|
|
27
18
|
label:
|
|
@@ -31,6 +22,17 @@ last_name:
|
|
|
31
22
|
es: ''
|
|
32
23
|
en: ''
|
|
33
24
|
autocomplete: 'family-name'
|
|
25
|
+
national_identification:
|
|
26
|
+
private: true
|
|
27
|
+
type: 'string'
|
|
28
|
+
required: true
|
|
29
|
+
label:
|
|
30
|
+
es: 'Documento Nacional de Identidad'
|
|
31
|
+
en: 'National ID number'
|
|
32
|
+
help:
|
|
33
|
+
es: ''
|
|
34
|
+
en: ''
|
|
35
|
+
autocomplete: 'off'
|
|
34
36
|
locality:
|
|
35
37
|
private: true
|
|
36
38
|
type: 'string'
|
|
@@ -63,6 +65,7 @@ phone:
|
|
|
63
65
|
autocomplete: 'tel'
|
|
64
66
|
email:
|
|
65
67
|
private: true
|
|
68
|
+
required: true
|
|
66
69
|
type: 'email'
|
|
67
70
|
col: 6
|
|
68
71
|
label:
|
|
@@ -79,8 +82,8 @@ content:
|
|
|
79
82
|
public:
|
|
80
83
|
type: 'boolean'
|
|
81
84
|
label:
|
|
82
|
-
es: 'Doy permiso para que mi adhesión se publique en el sitio'
|
|
83
|
-
en: 'I give permission to publish my endorsement in the site'
|
|
85
|
+
es: 'Doy permiso para que mi adhesión se publique en el sitio (solo nombre y adhesión)'
|
|
86
|
+
en: 'I give permission to publish my endorsement in the site (only name and endorsement)'
|
|
84
87
|
help:
|
|
85
88
|
es: ''
|
|
86
89
|
en: ''
|
|
@@ -89,8 +92,8 @@ consent:
|
|
|
89
92
|
type: 'boolean'
|
|
90
93
|
required: true
|
|
91
94
|
label:
|
|
92
|
-
es: 'Acepto las políticas de privacidad'
|
|
93
|
-
en: 'I agree to the privacy policy'
|
|
95
|
+
es: 'Acepto las [políticas de privacidad](#privacy-policy)'
|
|
96
|
+
en: 'I agree to the [privacy policy](#privacy-policy)'
|
|
94
97
|
help:
|
|
95
98
|
es: ''
|
|
96
99
|
en: ''
|
|
@@ -0,0 +1,151 @@
|
|
|
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
|
+
content_warning:
|
|
12
|
+
type: "string"
|
|
13
|
+
label:
|
|
14
|
+
es: "Alerta de contenido"
|
|
15
|
+
en: "Content warning"
|
|
16
|
+
help:
|
|
17
|
+
es: |
|
|
18
|
+
Si el artículo trata de violencias y otros temas sensibles, te
|
|
19
|
+
invitamos a usar este campo como alerta de contenido, para que las
|
|
20
|
+
personas puedan determinar cuándo quieren abrirlo.
|
|
21
|
+
en: |
|
|
22
|
+
If the post is about violence and other sensitive topics, we
|
|
23
|
+
invite you to use it as a content warning, so others can decide
|
|
24
|
+
when they want to read it.
|
|
25
|
+
description:
|
|
26
|
+
type: "text"
|
|
27
|
+
label:
|
|
28
|
+
es: "Descripción del artículo"
|
|
29
|
+
en: "Post description"
|
|
30
|
+
help:
|
|
31
|
+
es: "Descripción del contenido del artículo, que también usarán redes sociales y buscadores."
|
|
32
|
+
en: "Description of post content, also used by social media and search engines."
|
|
33
|
+
author:
|
|
34
|
+
type: 'new_array'
|
|
35
|
+
label:
|
|
36
|
+
es: 'Autores'
|
|
37
|
+
en: 'Authors'
|
|
38
|
+
help:
|
|
39
|
+
es: 'Quiénes participaron en la escritura de este artículo'
|
|
40
|
+
en: 'Who collaborated in write this post'
|
|
41
|
+
cita:
|
|
42
|
+
type: 'text'
|
|
43
|
+
label:
|
|
44
|
+
es: 'Cita de autoridad o llamada a la acción'
|
|
45
|
+
en: 'Quote or call to action'
|
|
46
|
+
help:
|
|
47
|
+
es: ''
|
|
48
|
+
en: ''
|
|
49
|
+
cita_autore:
|
|
50
|
+
type: 'string'
|
|
51
|
+
label:
|
|
52
|
+
es: 'Autore de la cita'
|
|
53
|
+
en: 'Quote author'
|
|
54
|
+
help:
|
|
55
|
+
es: ''
|
|
56
|
+
en: ''
|
|
57
|
+
image:
|
|
58
|
+
type: 'image'
|
|
59
|
+
path:
|
|
60
|
+
label:
|
|
61
|
+
es: 'Imagen principal'
|
|
62
|
+
en: 'Main image'
|
|
63
|
+
help:
|
|
64
|
+
es: |
|
|
65
|
+
Se utiliza para ilustrar el artículo y como previsualización en
|
|
66
|
+
las redes sociales.
|
|
67
|
+
en: |
|
|
68
|
+
It's used to illustrate the article and as preview in social
|
|
69
|
+
networks.
|
|
70
|
+
description:
|
|
71
|
+
label:
|
|
72
|
+
es: 'Descripción de la imagen principal'
|
|
73
|
+
en: 'Main image description'
|
|
74
|
+
help:
|
|
75
|
+
es: |
|
|
76
|
+
Describe la imagen principal para usuaries no videntes y
|
|
77
|
+
buscadores
|
|
78
|
+
en: |
|
|
79
|
+
Describe the main image for blind or partially sighted users and
|
|
80
|
+
search engines
|
|
81
|
+
content:
|
|
82
|
+
type: 'new_content'
|
|
83
|
+
label:
|
|
84
|
+
es: 'Contenido del artículo'
|
|
85
|
+
en: 'Post content'
|
|
86
|
+
help:
|
|
87
|
+
es: 'Escribe aquí el artículo'
|
|
88
|
+
en: 'Write down your post'
|
|
89
|
+
activity:
|
|
90
|
+
type: "boolean"
|
|
91
|
+
label:
|
|
92
|
+
es: "Publicar en el Fediverso"
|
|
93
|
+
en: "Publish to Fediverse"
|
|
94
|
+
help:
|
|
95
|
+
es: "Si tu sitio tiene habilitado Social Distributed Press, habilita para publicar en el Fediverso"
|
|
96
|
+
en: "If your site has Social Distributed Press enabled, tick to publish to the Fediverse"
|
|
97
|
+
default:
|
|
98
|
+
es: true
|
|
99
|
+
en: true
|
|
100
|
+
in_reply_to:
|
|
101
|
+
type: "url"
|
|
102
|
+
label:
|
|
103
|
+
es: "En respuesta a"
|
|
104
|
+
en: "In reply to"
|
|
105
|
+
help:
|
|
106
|
+
es: "Agrega aquí el vínculo a un artículo para generar una respuesta"
|
|
107
|
+
en: "Add the link to another article to reply to"
|
|
108
|
+
permalink:
|
|
109
|
+
type: 'permalink'
|
|
110
|
+
label:
|
|
111
|
+
es: 'Enlace'
|
|
112
|
+
en: 'Permalink'
|
|
113
|
+
help:
|
|
114
|
+
es: |
|
|
115
|
+
Si no quieres utilizar el formato de enlaces general del sitio
|
|
116
|
+
para este artículo, especifica uno aquí.
|
|
117
|
+
en: |
|
|
118
|
+
If you don't want to follow the site's link format for this
|
|
119
|
+
post, change it here.
|
|
120
|
+
categories:
|
|
121
|
+
type: 'new_array'
|
|
122
|
+
label:
|
|
123
|
+
es: 'Categorías'
|
|
124
|
+
en: 'Categories'
|
|
125
|
+
help:
|
|
126
|
+
es: 'Ayudan a organizar los artículos en temas'
|
|
127
|
+
en: 'Use categories to organize posts by themes'
|
|
128
|
+
tags:
|
|
129
|
+
type: 'new_array'
|
|
130
|
+
label:
|
|
131
|
+
es: 'Etiquetas'
|
|
132
|
+
en: 'Tags'
|
|
133
|
+
help:
|
|
134
|
+
es: 'Usa etiquetas para resaltar palabras clave'
|
|
135
|
+
en: 'Tags are helpful as keywords'
|
|
136
|
+
draft:
|
|
137
|
+
type: 'boolean'
|
|
138
|
+
label:
|
|
139
|
+
es: 'Borrador'
|
|
140
|
+
en: 'Draft'
|
|
141
|
+
help:
|
|
142
|
+
es: 'Este artículo aun no está listo para publicar'
|
|
143
|
+
en: "This post isn't ready to be published yet"
|
|
144
|
+
order:
|
|
145
|
+
type: 'order'
|
|
146
|
+
label:
|
|
147
|
+
es: 'Orden'
|
|
148
|
+
en: 'Order'
|
|
149
|
+
help:
|
|
150
|
+
es: 'La posición del artículo en la lista de artículos'
|
|
151
|
+
en: 'The post position in the posts list'
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
---
|
|
2
|
+
title:
|
|
3
|
+
type: "string"
|
|
4
|
+
required: true
|
|
5
|
+
label:
|
|
6
|
+
en: "Item name"
|
|
7
|
+
es: "Nombre del ítem"
|
|
8
|
+
help:
|
|
9
|
+
en: "Exactly as you want it to appear in the menu"
|
|
10
|
+
es: "Tal como aparece en el menú"
|
|
11
|
+
link:
|
|
12
|
+
type: "url"
|
|
13
|
+
required: true
|
|
14
|
+
label:
|
|
15
|
+
en: "Link"
|
|
16
|
+
es: "Vínculo"
|
|
17
|
+
help:
|
|
18
|
+
en: "If this item is a regular link, add it here"
|
|
19
|
+
es: "Si el ítem lleva a una página o sección especial, asociarla aquí"
|
|
20
|
+
draft:
|
|
21
|
+
type: "boolean"
|
|
22
|
+
label:
|
|
23
|
+
es: "Borrador"
|
|
24
|
+
en: "Draft"
|
|
25
|
+
help:
|
|
26
|
+
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"'
|
|
27
|
+
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
|
+
order:
|
|
29
|
+
type: "order"
|
|
30
|
+
label:
|
|
31
|
+
es: "Orden"
|
|
32
|
+
en: "Order"
|
|
33
|
+
help:
|
|
34
|
+
es: "La posición del artículo en la lista de artículos"
|
|
35
|
+
en: "Position in list of posts"
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
---
|
|
2
|
+
title:
|
|
3
|
+
type: "string"
|
|
4
|
+
required: true
|
|
5
|
+
label:
|
|
6
|
+
en: "Item name"
|
|
7
|
+
es: "Nombre del ítem"
|
|
8
|
+
help:
|
|
9
|
+
en: "Exactly as you want it to appear in the menu"
|
|
10
|
+
es: "Tal como aparece en el menú"
|
|
11
|
+
post:
|
|
12
|
+
type: "new_belongs_to"
|
|
13
|
+
required: true
|
|
14
|
+
filter:
|
|
15
|
+
layout:
|
|
16
|
+
- "post"
|
|
17
|
+
- "code_of_conduct"
|
|
18
|
+
- "license"
|
|
19
|
+
- "privacy_policy"
|
|
20
|
+
- "home"
|
|
21
|
+
label:
|
|
22
|
+
en: "Página"
|
|
23
|
+
es: "Page"
|
|
24
|
+
help:
|
|
25
|
+
en: "If the menu item leads to a page, link it here"
|
|
26
|
+
es: "Si el ítem lleva a una página, asociarlo aquí"
|
|
27
|
+
draft:
|
|
28
|
+
type: "boolean"
|
|
29
|
+
label:
|
|
30
|
+
es: "Borrador"
|
|
31
|
+
en: "Draft"
|
|
32
|
+
help:
|
|
33
|
+
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"'
|
|
34
|
+
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).'
|
|
35
|
+
order:
|
|
36
|
+
type: "order"
|
|
37
|
+
label:
|
|
38
|
+
es: "Orden"
|
|
39
|
+
en: "Order"
|
|
40
|
+
help:
|
|
41
|
+
es: "La posición del artículo en la lista de artículos"
|
|
42
|
+
en: "Position in list of posts"
|
data/_data/layouts/post.yml
CHANGED
|
@@ -31,29 +31,13 @@ description:
|
|
|
31
31
|
es: "Descripción del contenido del artículo, que también usarán redes sociales y buscadores."
|
|
32
32
|
en: "Description of post content, also used by social media and search engines."
|
|
33
33
|
author:
|
|
34
|
-
type: '
|
|
34
|
+
type: 'new_array'
|
|
35
35
|
label:
|
|
36
36
|
es: 'Autores'
|
|
37
37
|
en: 'Authors'
|
|
38
38
|
help:
|
|
39
39
|
es: 'Quiénes participaron en la escritura de este artículo'
|
|
40
40
|
en: 'Who collaborated in write this post'
|
|
41
|
-
cita:
|
|
42
|
-
type: 'text'
|
|
43
|
-
label:
|
|
44
|
-
es: 'Cita de autoridad o llamada a la acción'
|
|
45
|
-
en: 'Quote or call to action'
|
|
46
|
-
help:
|
|
47
|
-
es: ''
|
|
48
|
-
en: ''
|
|
49
|
-
cita_autore:
|
|
50
|
-
type: 'string'
|
|
51
|
-
label:
|
|
52
|
-
es: 'Autore de la cita'
|
|
53
|
-
en: 'Quote author'
|
|
54
|
-
help:
|
|
55
|
-
es: ''
|
|
56
|
-
en: ''
|
|
57
41
|
image:
|
|
58
42
|
type: 'image'
|
|
59
43
|
path:
|
|
@@ -79,7 +63,7 @@ image:
|
|
|
79
63
|
Describe the main image for blind or partially sighted users and
|
|
80
64
|
search engines
|
|
81
65
|
content:
|
|
82
|
-
type: '
|
|
66
|
+
type: 'new_content'
|
|
83
67
|
label:
|
|
84
68
|
es: 'Contenido del artículo'
|
|
85
69
|
en: 'Post content'
|
|
@@ -106,7 +90,7 @@ in_reply_to:
|
|
|
106
90
|
es: "Agrega aquí el vínculo a un artículo para generar una respuesta"
|
|
107
91
|
en: "Add the link to another article to reply to"
|
|
108
92
|
permalink:
|
|
109
|
-
type: '
|
|
93
|
+
type: 'permalink'
|
|
110
94
|
label:
|
|
111
95
|
es: 'Enlace'
|
|
112
96
|
en: 'Permalink'
|
|
@@ -118,7 +102,7 @@ permalink:
|
|
|
118
102
|
If you don't want to follow the site's link format for this
|
|
119
103
|
post, change it here.
|
|
120
104
|
categories:
|
|
121
|
-
type: '
|
|
105
|
+
type: 'new_array'
|
|
122
106
|
label:
|
|
123
107
|
es: 'Categorías'
|
|
124
108
|
en: 'Categories'
|
|
@@ -126,7 +110,7 @@ categories:
|
|
|
126
110
|
es: 'Ayudan a organizar los artículos en temas'
|
|
127
111
|
en: 'Use categories to organize posts by themes'
|
|
128
112
|
tags:
|
|
129
|
-
type: '
|
|
113
|
+
type: 'new_array'
|
|
130
114
|
label:
|
|
131
115
|
es: 'Etiquetas'
|
|
132
116
|
en: 'Tags'
|