editorial-autogestiva-jekyll-theme 0.3.4 → 0.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_data/en.yml +12 -8
- data/_data/es.yml +13 -13
- data/_data/layouts/book.yml +118 -112
- data/_data/layouts/cart.yml +120 -117
- data/_data/layouts/code_of_conduct.yml +60 -0
- data/_data/layouts/confirmation.yml +46 -43
- data/_data/layouts/license.yml +60 -0
- data/_data/layouts/menu.yml +39 -40
- data/_data/layouts/payment.yml +72 -69
- data/_data/layouts/post.yml +55 -67
- data/_data/layouts/privacy_policy.yml +60 -0
- data/_data/layouts/shipment.yml +79 -76
- data/_includes/footer.html +20 -4
- data/_layouts/code_of_conduct.html +45 -0
- data/_layouts/default.html +1 -1
- data/_layouts/home.html +1 -1
- data/_layouts/license.html +45 -0
- data/_layouts/privacy_policy.html +45 -0
- data/assets/css/styles.scss +4 -0
- data/assets/templates/shipping_methods.html +2 -3
- metadata +10 -5
- data/_data/layouts/editorial.yml +0 -94
- /data/_layouts/{editorial.html → about.html} +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d3ecfdf432f4d452fe1234d0ce56db8db1f91b8a87ecb9f74f378cfa1cd60fd7
|
4
|
+
data.tar.gz: a6fa69af3eb21dd8aadc138b0d875ba55b02a14d42aeb63a704eba40b7453229
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9936dcef00f28ee8d0b207ac38accc50c0f8a1680e855cb7b08d92c3856d0fcc168d27ba1c643ceb50933a05aee8e5f486ef5c5062dd7ca6b53ffd49bed05908
|
7
|
+
data.tar.gz: 1ce3cd9220edcebb9cf1bdf65ffbbda6c24f97f141b8e1de0d3c7cd243509a14ad5a7fa6251c351ff7d565604094cd8ca164c167809ca3fe03ef09089aeeaae8
|
data/_data/en.yml
CHANGED
@@ -62,14 +62,18 @@ time:
|
|
62
62
|
am: am
|
63
63
|
pm: pm
|
64
64
|
layouts:
|
65
|
-
|
66
|
-
book: Book
|
67
|
-
|
68
|
-
|
69
|
-
confirmation: Order confirmation
|
70
|
-
|
71
|
-
|
72
|
-
|
65
|
+
about: "Editorial"
|
66
|
+
book: "Book"
|
67
|
+
cart: "Cart"
|
68
|
+
code_of_conduct: "Code of conduct"
|
69
|
+
confirmation: "Order confirmation"
|
70
|
+
license: "License"
|
71
|
+
menu: "Menu"
|
72
|
+
payment: "Payment"
|
73
|
+
post: "Post"
|
74
|
+
privacy_policy: "Privacy policy"
|
75
|
+
shipment: "Shipment"
|
76
|
+
theme: "Customize"
|
73
77
|
menu:
|
74
78
|
title: Menu
|
75
79
|
book:
|
data/_data/es.yml
CHANGED
@@ -62,14 +62,19 @@ time:
|
|
62
62
|
am: am
|
63
63
|
pm: pm
|
64
64
|
layouts:
|
65
|
-
|
66
|
-
book: Libro
|
67
|
-
|
68
|
-
|
69
|
-
confirmation: Confirmación de compra
|
70
|
-
|
71
|
-
|
72
|
-
|
65
|
+
about: "Editorial"
|
66
|
+
book: "Libro"
|
67
|
+
cart: "Carrito"
|
68
|
+
code_of_conduct: "Código de conducta"
|
69
|
+
confirmation: "Confirmación de compra"
|
70
|
+
license: "Licencia"
|
71
|
+
menu: "Menú"
|
72
|
+
page: "Página"
|
73
|
+
payment: "Pago"
|
74
|
+
post: "Artículo"
|
75
|
+
privacy_policy: "Política de privacidad"
|
76
|
+
shipment: "Envío"
|
77
|
+
theme: "Personalizar"
|
73
78
|
menu:
|
74
79
|
title: Menú principal
|
75
80
|
book:
|
@@ -102,11 +107,6 @@ book:
|
|
102
107
|
text: Transferencia bancaria
|
103
108
|
footer:
|
104
109
|
made_with_sutty: "Sitio hecho con [Sutty](https://sutty.nl/es/). [Publicá el tuyo :)](https://panel.sutty.nl/)."
|
105
|
-
links:
|
106
|
-
- text: "Política de privacidad"
|
107
|
-
url: "politica-de-privacidad/"
|
108
|
-
- text: "Código de conducta"
|
109
|
-
url: "codigo-de-conducta/"
|
110
110
|
contact:
|
111
111
|
thanks: gracias
|
112
112
|
share:
|
data/_data/layouts/book.yml
CHANGED
@@ -1,16 +1,19 @@
|
|
1
1
|
---
|
2
2
|
title:
|
3
|
-
type:
|
3
|
+
type: "string"
|
4
4
|
required: true
|
5
5
|
label:
|
6
|
-
es:
|
7
|
-
en:
|
6
|
+
es: "Título del libro"
|
7
|
+
en: "Book title"
|
8
|
+
help:
|
9
|
+
es: ""
|
10
|
+
en: ""
|
8
11
|
description:
|
9
|
-
type:
|
12
|
+
type: "text"
|
10
13
|
required: true
|
11
14
|
label:
|
12
|
-
es:
|
13
|
-
en:
|
15
|
+
es: "Alerta de contenido o descripción del libro"
|
16
|
+
en: "Content warning or book description"
|
14
17
|
help:
|
15
18
|
es: |
|
16
19
|
Resumen del contenido del libro, que también usarán redes
|
@@ -24,170 +27,173 @@ description:
|
|
24
27
|
topics, we invite you to use it as a content warning, so others
|
25
28
|
can decide when they want to read it.
|
26
29
|
file:
|
27
|
-
type:
|
30
|
+
type: "file"
|
28
31
|
path:
|
29
32
|
label:
|
30
|
-
es:
|
31
|
-
en:
|
33
|
+
es: "Libro en formato digital"
|
34
|
+
en: "Ebook"
|
32
35
|
help:
|
33
|
-
es:
|
34
|
-
|
35
|
-
en: |
|
36
|
-
For free download, PDF or ePub format
|
36
|
+
es: "Para descarga libre, en formato PDF o ePub"
|
37
|
+
en: "For free download, PDF or ePub format"
|
37
38
|
description:
|
38
39
|
label:
|
39
|
-
es:
|
40
|
-
en:
|
40
|
+
es: "Descripción del archivo"
|
41
|
+
en: "File description"
|
41
42
|
help:
|
42
|
-
es:
|
43
|
-
|
44
|
-
buscadores
|
45
|
-
en: |
|
46
|
-
Describe the file for blind or partially sighted users and
|
47
|
-
search engines
|
43
|
+
es: "Describí el archivo por razones de accesibilidad e indexacion en buscadores"
|
44
|
+
en: "Describe the file for accesibility purposes and for indexation in search engines"
|
48
45
|
author:
|
49
|
-
type:
|
46
|
+
type: "array"
|
50
47
|
label:
|
51
|
-
es:
|
52
|
-
en:
|
48
|
+
es: "Autores"
|
49
|
+
en: "Authors"
|
53
50
|
help:
|
54
|
-
es:
|
55
|
-
en:
|
51
|
+
es: "Empieza a escribir para filtrar valores ya usados. Presiona enter para agregar ítems."
|
52
|
+
en: "Start typing to filter previously used values. Press enter to add items."
|
56
53
|
image:
|
57
|
-
type:
|
54
|
+
type: "image"
|
58
55
|
path:
|
59
56
|
label:
|
60
|
-
es:
|
61
|
-
en:
|
57
|
+
es: "Cubierta del libro"
|
58
|
+
en: "Book cover"
|
62
59
|
help:
|
63
|
-
es:
|
64
|
-
en:
|
60
|
+
es: "Resolución recomendada: 1280 píxeles de ancho"
|
61
|
+
en: "Recommended resolution: 1280 pixels wide"
|
65
62
|
description:
|
66
63
|
label:
|
67
|
-
es:
|
68
|
-
en:
|
64
|
+
es: "Descripción de la cubierta"
|
65
|
+
en: "Book cover description"
|
69
66
|
help:
|
70
|
-
es:
|
71
|
-
en:
|
72
|
-
Describe the book cover for blind or partially sighted users and
|
73
|
-
search engines
|
67
|
+
es: "Describí la cubierta por razones de accesibilidad e indexacion en buscadores"
|
68
|
+
en: "Describe the book cover for accesibility purposes and for indexation in search engines"
|
74
69
|
content:
|
75
|
-
type:
|
70
|
+
type: "new_content"
|
76
71
|
label:
|
77
|
-
es:
|
78
|
-
en:
|
72
|
+
es: "Sinopsis"
|
73
|
+
en: "Synopsis"
|
79
74
|
help:
|
80
|
-
es:
|
81
|
-
en:
|
75
|
+
es: "Escribe aquí el artículo"
|
76
|
+
en: "Write the post here"
|
82
77
|
price:
|
83
|
-
type:
|
78
|
+
type: "number"
|
84
79
|
required: true
|
85
|
-
writable:
|
80
|
+
writable: "once"
|
86
81
|
label:
|
87
|
-
es:
|
88
|
-
en:
|
82
|
+
es: "Precio"
|
83
|
+
en: "Price"
|
89
84
|
help:
|
90
|
-
es:
|
91
|
-
en:
|
85
|
+
es: ""
|
86
|
+
en: ""
|
92
87
|
stock:
|
93
|
-
type:
|
88
|
+
type: "number"
|
94
89
|
required: true
|
95
|
-
writable:
|
90
|
+
writable: "once"
|
96
91
|
label:
|
97
|
-
es:
|
98
|
-
en:
|
92
|
+
es: "Stock inicial (Tirada)"
|
93
|
+
en: "Initial Stock"
|
99
94
|
help:
|
100
|
-
es:
|
101
|
-
en:
|
95
|
+
es: ""
|
96
|
+
en: ""
|
102
97
|
sku:
|
103
|
-
type:
|
98
|
+
type: "sku"
|
104
99
|
required: true
|
105
100
|
label:
|
106
|
-
es:
|
107
|
-
en:
|
101
|
+
es: "SKU"
|
102
|
+
en: "SKU"
|
108
103
|
help:
|
109
|
-
es:
|
110
|
-
en:
|
104
|
+
es: "Código único del producto"
|
105
|
+
en: "Product code"
|
111
106
|
cost_price:
|
112
|
-
type:
|
113
|
-
writable:
|
107
|
+
type: "number"
|
108
|
+
writable: "once"
|
114
109
|
label:
|
115
|
-
es:
|
116
|
-
en:
|
110
|
+
es: "Precio de costo"
|
111
|
+
en: "Cost price"
|
117
112
|
help:
|
118
|
-
es:
|
119
|
-
en:
|
113
|
+
es: ""
|
114
|
+
en: ""
|
120
115
|
width:
|
121
|
-
type:
|
122
|
-
writable:
|
116
|
+
type: "number"
|
117
|
+
writable: "once"
|
123
118
|
label:
|
124
|
-
es:
|
125
|
-
en:
|
119
|
+
es: "Ancho"
|
120
|
+
en: "Width"
|
126
121
|
help:
|
127
|
-
es:
|
128
|
-
en:
|
122
|
+
es: "En milímetros"
|
123
|
+
en: "In millimeters"
|
129
124
|
height:
|
130
|
-
type:
|
131
|
-
writable:
|
125
|
+
type: "number"
|
126
|
+
writable: "once"
|
132
127
|
label:
|
133
|
-
es:
|
134
|
-
en:
|
128
|
+
es: "Alto"
|
129
|
+
en: "Height"
|
135
130
|
help:
|
136
|
-
es:
|
137
|
-
en:
|
131
|
+
es: "En milímetros"
|
132
|
+
en: "In millimeters"
|
138
133
|
depth:
|
139
|
-
type:
|
140
|
-
writable:
|
134
|
+
type: "number"
|
135
|
+
writable: "once"
|
141
136
|
label:
|
142
|
-
es:
|
143
|
-
en:
|
137
|
+
es: "Profundidad (Lomo)"
|
138
|
+
en: "Depth"
|
144
139
|
help:
|
145
|
-
es:
|
146
|
-
en:
|
140
|
+
es: "En milímetros"
|
141
|
+
en: "In millimeters"
|
147
142
|
weight:
|
148
|
-
type:
|
143
|
+
type: "number"
|
149
144
|
required: true
|
150
|
-
writable:
|
145
|
+
writable: "once"
|
151
146
|
label:
|
152
|
-
es:
|
153
|
-
en:
|
147
|
+
es: "Peso"
|
148
|
+
en: "Weight"
|
154
149
|
help:
|
155
|
-
es:
|
156
|
-
en:
|
150
|
+
es: "En gramos, se utiliza para calcular el costo de envío"
|
151
|
+
en: "In grams, used to calculate shipping rates"
|
157
152
|
pages:
|
158
|
-
type:
|
153
|
+
type: "number"
|
159
154
|
label:
|
160
|
-
es:
|
161
|
-
en:
|
155
|
+
es: "Cantidad de páginas"
|
156
|
+
en: "Number of pages"
|
157
|
+
help:
|
158
|
+
es: ""
|
159
|
+
en: ""
|
162
160
|
categories:
|
163
|
-
type:
|
161
|
+
type: "array"
|
164
162
|
label:
|
165
|
-
es:
|
166
|
-
en:
|
163
|
+
es: "Categorías"
|
164
|
+
en: "Categories"
|
167
165
|
help:
|
168
|
-
es:
|
169
|
-
en:
|
166
|
+
es: "Empieza a escribir para filtrar valores ya usados. Presiona enter para agregar el ítem seleccionado o agregar uno nuevo si no existe."
|
167
|
+
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."
|
170
168
|
tags:
|
171
|
-
type:
|
169
|
+
type: "array"
|
170
|
+
label:
|
171
|
+
es: "Etiquetas"
|
172
|
+
en: "Tags"
|
173
|
+
help:
|
174
|
+
es: "Empieza a escribir para filtrar valores ya usados. Presiona enter para agregar el ítem seleccionado o agregar uno nuevo si no existe."
|
175
|
+
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."
|
176
|
+
locales:
|
177
|
+
type: "locales"
|
172
178
|
label:
|
173
|
-
es:
|
174
|
-
en:
|
179
|
+
es: "Traducciones"
|
180
|
+
en: "Translations"
|
175
181
|
help:
|
176
|
-
es:
|
177
|
-
en:
|
182
|
+
es: "Vínculo al mismo artículo en otros idiomas"
|
183
|
+
en: "Link to same post in other languages"
|
178
184
|
draft:
|
179
|
-
type:
|
185
|
+
type: "boolean"
|
180
186
|
label:
|
181
|
-
es:
|
182
|
-
en:
|
187
|
+
es: "Borrador"
|
188
|
+
en: "Draft"
|
183
189
|
help:
|
184
|
-
es:
|
185
|
-
en: "
|
190
|
+
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\""
|
191
|
+
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)."
|
186
192
|
order:
|
187
|
-
type:
|
193
|
+
type: "order"
|
188
194
|
label:
|
189
|
-
es:
|
190
|
-
en:
|
195
|
+
es: "Orden"
|
196
|
+
en: "Order"
|
191
197
|
help:
|
192
|
-
es:
|
193
|
-
en:
|
198
|
+
es: "La posición del artículo en la lista de artículos"
|
199
|
+
en: "Position in list of posts"
|