recursero-jekyll-theme 0.1.3 → 0.1.4
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/layouts/about.yml +5 -5
- data/_data/layouts/category.yml +5 -5
- data/_data/layouts/page.yml +7 -7
- data/_data/layouts/place.yml +11 -13
- data/_data/layouts/post.yml +7 -7
- data/assets/css/styles.scss.orig +0 -3
- metadata +7 -21
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 040b0a7b8a74c4c7f4cc9eebe3a540821b74e494af64b499cea9d666c397941a
|
4
|
+
data.tar.gz: 23d5a74782f32b7894f01002fb2652e3ba98eaa79d7f8b853777ac3b2ec046e7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d106ed3b92f51fe84102f4157694f5ab911d677bb586a28df44ebe77583852932efc8271abc7230290e1aa8626a4ebfc370fd66f0ea2628ac2b78f031d70a85a
|
7
|
+
data.tar.gz: 1b67a4257b29858e4c6c35589ea612e8989e166eac3e1ef65f8972215e40d07d028c6e4ea68a1b8e937192f4d5cd6f200c2c4e6c736eb84f8ad68db6145fe75c
|
data/_data/layouts/about.yml
CHANGED
@@ -36,7 +36,7 @@ logo:
|
|
36
36
|
Describe the logo for the visually impaired and
|
37
37
|
search engines
|
38
38
|
content:
|
39
|
-
type: '
|
39
|
+
type: 'new_html'
|
40
40
|
label:
|
41
41
|
es: 'Presentación'
|
42
42
|
en: 'Presentation'
|
@@ -44,7 +44,7 @@ content:
|
|
44
44
|
es: 'Historia, trasfondo, principios políticos, etc.'
|
45
45
|
en: 'History, context, principles, etc.'
|
46
46
|
social_networks:
|
47
|
-
type: '
|
47
|
+
type: 'new_array'
|
48
48
|
label:
|
49
49
|
es: 'Redes sociales'
|
50
50
|
en: 'Social networks'
|
@@ -68,7 +68,7 @@ menu:
|
|
68
68
|
es: ''
|
69
69
|
en: ''
|
70
70
|
category_empty:
|
71
|
-
type: '
|
71
|
+
type: 'new_html'
|
72
72
|
label:
|
73
73
|
es: 'Texto para la categoría vacía'
|
74
74
|
en: 'Text shown when category is empty'
|
@@ -76,7 +76,7 @@ category_empty:
|
|
76
76
|
es: ''
|
77
77
|
en: ''
|
78
78
|
how_to_help:
|
79
|
-
type: '
|
79
|
+
type: 'new_html'
|
80
80
|
label:
|
81
81
|
es: 'Texto invitando a colaborar'
|
82
82
|
en: 'Text inviting to collaborate'
|
@@ -100,7 +100,7 @@ order:
|
|
100
100
|
es: 'La posición del artículo en la lista de artículos'
|
101
101
|
en: 'Post position in list'
|
102
102
|
permalink:
|
103
|
-
type: '
|
103
|
+
type: 'permalink'
|
104
104
|
label:
|
105
105
|
es: 'Enlace'
|
106
106
|
en: 'Permalink'
|
data/_data/layouts/category.yml
CHANGED
@@ -17,7 +17,7 @@ description:
|
|
17
17
|
es: Este campo servirá para orientar acerca de cómo emplear la categoría, pueden incluirse casos de uso
|
18
18
|
en: This field is intended to give advice on the use of the category, use cases may be included as example
|
19
19
|
content:
|
20
|
-
type: '
|
20
|
+
type: 'new_content'
|
21
21
|
label:
|
22
22
|
es: 'Contenido del artículo'
|
23
23
|
en: 'Post content'
|
@@ -25,7 +25,7 @@ content:
|
|
25
25
|
es: 'Escribe aquí el artículo'
|
26
26
|
en: 'Write your post here'
|
27
27
|
category_previous:
|
28
|
-
type:
|
28
|
+
type: new_belongs_to
|
29
29
|
filter:
|
30
30
|
layout: category
|
31
31
|
inverse: categories_next
|
@@ -36,7 +36,7 @@ category_previous:
|
|
36
36
|
es: '¿De cuál categoría se desprende?'
|
37
37
|
en: 'Which category does this one depend on?'
|
38
38
|
categories_next:
|
39
|
-
type:
|
39
|
+
type: new_has_many
|
40
40
|
filter:
|
41
41
|
layout: category
|
42
42
|
inverse: category_previous
|
@@ -47,7 +47,7 @@ categories_next:
|
|
47
47
|
es: '¿Cuáles categorías se desprenden de esta?'
|
48
48
|
en: 'Which categories depend on this one?'
|
49
49
|
posts:
|
50
|
-
type:
|
50
|
+
type: new_has_and_belongs_to_many
|
51
51
|
inverse: categories
|
52
52
|
label:
|
53
53
|
es: 'Artículos'
|
@@ -96,7 +96,7 @@ order:
|
|
96
96
|
es: 'La posición del artículo en la lista de artículos'
|
97
97
|
en: 'Post position in list'
|
98
98
|
notes:
|
99
|
-
type: '
|
99
|
+
type: 'new_html'
|
100
100
|
private: true
|
101
101
|
label:
|
102
102
|
es: 'Notas'
|
data/_data/layouts/page.yml
CHANGED
@@ -27,7 +27,7 @@ description:
|
|
27
27
|
topics, we invite you to use it as a content warning, so that others
|
28
28
|
may decide when they want to read it.
|
29
29
|
author:
|
30
|
-
type: '
|
30
|
+
type: 'new_array'
|
31
31
|
label:
|
32
32
|
es: 'Autores'
|
33
33
|
en: 'Authors'
|
@@ -59,7 +59,7 @@ image:
|
|
59
59
|
Describe the main image for the visually impaired and
|
60
60
|
search engines
|
61
61
|
content:
|
62
|
-
type: '
|
62
|
+
type: 'new_content'
|
63
63
|
label:
|
64
64
|
es: 'Contenido del artículo'
|
65
65
|
en: 'Post content'
|
@@ -67,7 +67,7 @@ content:
|
|
67
67
|
es: 'Escribe aquí el artículo'
|
68
68
|
en: 'Write your post here'
|
69
69
|
permalink:
|
70
|
-
type: '
|
70
|
+
type: 'permalink'
|
71
71
|
label:
|
72
72
|
es: 'Enlace'
|
73
73
|
en: 'Permalink'
|
@@ -79,7 +79,7 @@ permalink:
|
|
79
79
|
If you want to use link format for this post other than the default,
|
80
80
|
change it here.
|
81
81
|
categories:
|
82
|
-
type: '
|
82
|
+
type: 'new_has_and_belongs_to_many'
|
83
83
|
filter:
|
84
84
|
layout: 'category'
|
85
85
|
inverse: 'posts'
|
@@ -90,7 +90,7 @@ categories:
|
|
90
90
|
es: 'Ayudan a organizar los artículos en temas'
|
91
91
|
en: 'Use categories to order posts by theme'
|
92
92
|
tags:
|
93
|
-
type: '
|
93
|
+
type: 'new_array'
|
94
94
|
label:
|
95
95
|
es: 'Etiquetas'
|
96
96
|
en: 'Tags'
|
@@ -98,7 +98,7 @@ tags:
|
|
98
98
|
es: 'Usa etiquetas para resaltar palabras clave'
|
99
99
|
en: 'Tags are helpful as keywords'
|
100
100
|
posts:
|
101
|
-
type: '
|
101
|
+
type: 'new_has_many'
|
102
102
|
label:
|
103
103
|
es: 'Artículos relacionados'
|
104
104
|
en: ''
|
@@ -122,7 +122,7 @@ order:
|
|
122
122
|
es: 'La posición del artículo en la lista de artículos'
|
123
123
|
en: 'Post position in list'
|
124
124
|
notes:
|
125
|
-
type: '
|
125
|
+
type: 'new_html'
|
126
126
|
private: true
|
127
127
|
label:
|
128
128
|
es: 'Notas'
|
data/_data/layouts/place.yml
CHANGED
@@ -50,7 +50,7 @@ image:
|
|
50
50
|
Describe the main image for the visually impaired and
|
51
51
|
search engines
|
52
52
|
content:
|
53
|
-
type: '
|
53
|
+
type: 'new_content'
|
54
54
|
label:
|
55
55
|
es: 'Contenido del artículo'
|
56
56
|
en: 'Post content'
|
@@ -58,7 +58,7 @@ content:
|
|
58
58
|
es: 'Escribe aquí el artículo'
|
59
59
|
en: 'Write your post here'
|
60
60
|
permalink:
|
61
|
-
type: '
|
61
|
+
type: 'permalink'
|
62
62
|
label:
|
63
63
|
es: 'Enlace'
|
64
64
|
en: 'Permalink'
|
@@ -70,7 +70,7 @@ permalink:
|
|
70
70
|
If you want to use link format for this post other than the default,
|
71
71
|
change it here.
|
72
72
|
categories:
|
73
|
-
type: '
|
73
|
+
type: 'new_has_and_belongs_to_many'
|
74
74
|
filter:
|
75
75
|
layout: 'category'
|
76
76
|
inverse: 'posts'
|
@@ -81,7 +81,7 @@ categories:
|
|
81
81
|
es: 'Ayudan a organizar los artículos en temas'
|
82
82
|
en: 'Use categories to order posts by theme'
|
83
83
|
tags:
|
84
|
-
type: '
|
84
|
+
type: 'new_array'
|
85
85
|
label:
|
86
86
|
es: 'Etiquetas'
|
87
87
|
en: 'Tags'
|
@@ -89,7 +89,7 @@ tags:
|
|
89
89
|
es: 'Las etiquetas son términos ad-hoc para agrupar información, pueden ser lugares, especialidades, tipos de cirugía, alertas de contenido, etc.'
|
90
90
|
en: 'Tags are helpful as keywords'
|
91
91
|
posts:
|
92
|
-
type: '
|
92
|
+
type: 'new_has_many'
|
93
93
|
label:
|
94
94
|
es: 'Artículos relacionados'
|
95
95
|
en: ''
|
@@ -122,7 +122,7 @@ coordenadas:
|
|
122
122
|
help:
|
123
123
|
es: ''
|
124
124
|
email:
|
125
|
-
type: '
|
125
|
+
type: 'email'
|
126
126
|
label:
|
127
127
|
es: 'Correo electrónico'
|
128
128
|
en: 'E-mail address'
|
@@ -130,7 +130,7 @@ email:
|
|
130
130
|
es: 'Dirección de correo electrónico para comunicarse'
|
131
131
|
en: 'E-mail address to contact'
|
132
132
|
transporte_publico:
|
133
|
-
type: '
|
133
|
+
type: 'new_array'
|
134
134
|
label:
|
135
135
|
es: 'Transporte público'
|
136
136
|
en: 'Public transportation'
|
@@ -138,7 +138,7 @@ transporte_publico:
|
|
138
138
|
es: 'Líneas de colectivos, trenes y subtes que pasan cerca'
|
139
139
|
en: 'Buses, trains and subways nearby'
|
140
140
|
telefonos:
|
141
|
-
type: '
|
141
|
+
type: 'new_array'
|
142
142
|
label:
|
143
143
|
es: 'Teléfonos'
|
144
144
|
en: 'Phone numbers'
|
@@ -146,7 +146,7 @@ telefonos:
|
|
146
146
|
es: 'Los números de teléfono para comunicarse, entre paréntesis los horarios u otra información útil, ej. "12345678 (de 10 a 17hs)"'
|
147
147
|
en: 'Phone numbers to call, with opening hours or other useful information in between parentheses, for example "12345678 (de 10 a 17hs)"'
|
148
148
|
horarios_de_atencion:
|
149
|
-
type: '
|
149
|
+
type: 'new_array'
|
150
150
|
label:
|
151
151
|
es: 'Horarios de atención'
|
152
152
|
en: 'Working hours'
|
@@ -154,7 +154,7 @@ horarios_de_atencion:
|
|
154
154
|
es: 'En el formato 09:00-17:00'
|
155
155
|
en: 'Use the format 09:00-17:00'
|
156
156
|
redes_sociales:
|
157
|
-
type: '
|
157
|
+
type: 'new_array'
|
158
158
|
label:
|
159
159
|
es: 'Sitio web y redes sociales'
|
160
160
|
en: 'Social networks'
|
@@ -186,7 +186,7 @@ order:
|
|
186
186
|
es: 'La posición del artículo en la lista de artículos'
|
187
187
|
en: 'Post position in list'
|
188
188
|
notes:
|
189
|
-
type: '
|
189
|
+
type: 'new_html'
|
190
190
|
private: true
|
191
191
|
label:
|
192
192
|
es: 'Notas'
|
@@ -194,5 +194,3 @@ notes:
|
|
194
194
|
help:
|
195
195
|
es: 'Comentarios internos, recordatorios, información privada. ¡No se publica en el sitio!'
|
196
196
|
en: "Internal comments, reminders, private information. This won't be published to the website and will appear encrypted in source code"
|
197
|
-
|
198
|
-
|
data/_data/layouts/post.yml
CHANGED
@@ -27,7 +27,7 @@ description:
|
|
27
27
|
topics, we invite you to use it as a content warning, so that others
|
28
28
|
may decide when they want to read it.
|
29
29
|
author:
|
30
|
-
type: '
|
30
|
+
type: 'new_array'
|
31
31
|
label:
|
32
32
|
es: 'Autores'
|
33
33
|
en: 'Authors'
|
@@ -59,7 +59,7 @@ image:
|
|
59
59
|
Describe the main image for the visually impaired and
|
60
60
|
search engines
|
61
61
|
content:
|
62
|
-
type: '
|
62
|
+
type: 'new_content'
|
63
63
|
label:
|
64
64
|
es: 'Contenido del artículo'
|
65
65
|
en: 'Post content'
|
@@ -67,7 +67,7 @@ content:
|
|
67
67
|
es: 'Escribe aquí el artículo'
|
68
68
|
en: 'Write your post here'
|
69
69
|
permalink:
|
70
|
-
type: '
|
70
|
+
type: 'permalink'
|
71
71
|
label:
|
72
72
|
es: 'Enlace'
|
73
73
|
en: 'Permalink'
|
@@ -79,7 +79,7 @@ permalink:
|
|
79
79
|
If you want to use link format for this post other than the default,
|
80
80
|
change it here.
|
81
81
|
categories:
|
82
|
-
type: '
|
82
|
+
type: 'new_has_and_belongs_to_many'
|
83
83
|
filter:
|
84
84
|
layout: 'category'
|
85
85
|
inverse: 'posts'
|
@@ -90,7 +90,7 @@ categories:
|
|
90
90
|
es: 'Ayudan a organizar los artículos en temas'
|
91
91
|
en: 'Use categories to order posts by theme'
|
92
92
|
tags:
|
93
|
-
type: '
|
93
|
+
type: 'new_array'
|
94
94
|
label:
|
95
95
|
es: 'Etiquetas'
|
96
96
|
en: 'Tags'
|
@@ -98,7 +98,7 @@ tags:
|
|
98
98
|
es: 'Usa etiquetas para resaltar palabras clave'
|
99
99
|
en: 'Tags are helpful as keywords'
|
100
100
|
posts:
|
101
|
-
type: '
|
101
|
+
type: 'new_has_many'
|
102
102
|
label:
|
103
103
|
es: 'Artículos relacionados'
|
104
104
|
en: ''
|
@@ -122,7 +122,7 @@ order:
|
|
122
122
|
es: 'La posición del artículo en la lista de artículos'
|
123
123
|
en: 'Post position in list'
|
124
124
|
notes:
|
125
|
-
type: '
|
125
|
+
type: 'new_html'
|
126
126
|
private: true
|
127
127
|
label:
|
128
128
|
es: 'Notas'
|
data/assets/css/styles.scss.orig
CHANGED
@@ -21,7 +21,6 @@ $theme-colors: (
|
|
21
21
|
@import "helpers";
|
22
22
|
@import "toggler";
|
23
23
|
@import "share_box";
|
24
|
-
<<<<<<< HEAD
|
25
24
|
@import "navbar";
|
26
25
|
|
27
26
|
.navbar {
|
@@ -40,6 +39,4 @@ $theme-colors: (
|
|
40
39
|
padding-top: calc(#{($jumbotron-padding * 2)} + #{$navbar-height});
|
41
40
|
}
|
42
41
|
}
|
43
|
-
=======
|
44
42
|
@import "embed";
|
45
|
-
>>>>>>> ae133915c865b686fcb7071e1cd2c8c580cb3b8c
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: recursero-jekyll-theme
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- f
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-07-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -128,14 +128,14 @@ dependencies:
|
|
128
128
|
requirements:
|
129
129
|
- - "~>"
|
130
130
|
- !ruby/object:Gem::Version
|
131
|
-
version:
|
131
|
+
version: 0.3.0rc2
|
132
132
|
type: :runtime
|
133
133
|
prerelease: false
|
134
134
|
version_requirements: !ruby/object:Gem::Requirement
|
135
135
|
requirements:
|
136
136
|
- - "~>"
|
137
137
|
- !ruby/object:Gem::Version
|
138
|
-
version:
|
138
|
+
version: 0.3.0rc2
|
139
139
|
- !ruby/object:Gem::Dependency
|
140
140
|
name: jekyll-lunr
|
141
141
|
requirement: !ruby/object:Gem::Requirement
|
@@ -164,34 +164,20 @@ dependencies:
|
|
164
164
|
- - "~>"
|
165
165
|
- !ruby/object:Gem::Version
|
166
166
|
version: '0'
|
167
|
-
- !ruby/object:Gem::Dependency
|
168
|
-
name: jekyll-node-modules
|
169
|
-
requirement: !ruby/object:Gem::Requirement
|
170
|
-
requirements:
|
171
|
-
- - "~>"
|
172
|
-
- !ruby/object:Gem::Version
|
173
|
-
version: '0.1'
|
174
|
-
type: :runtime
|
175
|
-
prerelease: false
|
176
|
-
version_requirements: !ruby/object:Gem::Requirement
|
177
|
-
requirements:
|
178
|
-
- - "~>"
|
179
|
-
- !ruby/object:Gem::Version
|
180
|
-
version: '0.1'
|
181
167
|
- !ruby/object:Gem::Dependency
|
182
168
|
name: jekyll-linked-posts
|
183
169
|
requirement: !ruby/object:Gem::Requirement
|
184
170
|
requirements:
|
185
171
|
- - "~>"
|
186
172
|
- !ruby/object:Gem::Version
|
187
|
-
version:
|
173
|
+
version: 0.6.0
|
188
174
|
type: :runtime
|
189
175
|
prerelease: false
|
190
176
|
version_requirements: !ruby/object:Gem::Requirement
|
191
177
|
requirements:
|
192
178
|
- - "~>"
|
193
179
|
- !ruby/object:Gem::Version
|
194
|
-
version:
|
180
|
+
version: 0.6.0
|
195
181
|
- !ruby/object:Gem::Dependency
|
196
182
|
name: jekyll-unique-urls
|
197
183
|
requirement: !ruby/object:Gem::Requirement
|
@@ -392,7 +378,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
392
378
|
- !ruby/object:Gem::Version
|
393
379
|
version: '0'
|
394
380
|
requirements: []
|
395
|
-
rubygems_version: 3.
|
381
|
+
rubygems_version: 3.3.27
|
396
382
|
signing_key:
|
397
383
|
specification_version: 4
|
398
384
|
summary: A theme for resource toolkits
|