editorial-autogestiva-jekyll-theme 0.3.5 → 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 +6 -0
- data/_data/layouts/cart.yml +1 -1
- data/_data/layouts/code_of_conduct.yml +60 -0
- data/_data/layouts/confirmation.yml +1 -1
- data/_data/layouts/license.yml +60 -0
- data/_data/layouts/privacy_policy.yml +60 -0
- data/_includes/footer.html +20 -4
- data/_layouts/code_of_conduct.html +45 -0
- data/_layouts/default.html +1 -1
- data/_layouts/license.html +45 -0
- data/_layouts/privacy_policy.html +45 -0
- metadata +9 -4
- data/_data/layouts/editorial.yml +0 -99
- /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
@@ -5,6 +5,9 @@ title:
|
|
5
5
|
label:
|
6
6
|
es: "Título del libro"
|
7
7
|
en: "Book title"
|
8
|
+
help:
|
9
|
+
es: ""
|
10
|
+
en: ""
|
8
11
|
description:
|
9
12
|
type: "text"
|
10
13
|
required: true
|
@@ -151,6 +154,9 @@ pages:
|
|
151
154
|
label:
|
152
155
|
es: "Cantidad de páginas"
|
153
156
|
en: "Number of pages"
|
157
|
+
help:
|
158
|
+
es: ""
|
159
|
+
en: ""
|
154
160
|
categories:
|
155
161
|
type: "array"
|
156
162
|
label:
|
data/_data/layouts/cart.yml
CHANGED
@@ -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"
|
data/_includes/footer.html
CHANGED
@@ -1,19 +1,35 @@
|
|
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
|
+
|
1
5
|
<footer class="border-top pt-3 container">
|
2
6
|
<div class="row">
|
3
7
|
<div class="col">
|
4
8
|
{%- if include.footer -%}
|
5
|
-
{% assign editorial = site.posts |
|
9
|
+
{% assign editorial = site.posts | find: 'layout', 'about' %}
|
6
10
|
{% include_cached editorial.html editorial=editorial %}
|
7
11
|
{%- endif -%}
|
8
12
|
</div>
|
9
13
|
|
10
14
|
<div class="col d-flex flex-column align-items-end justify-content-end">
|
11
15
|
<ul class="list-unstyled">
|
12
|
-
{
|
16
|
+
{% if license %}
|
17
|
+
<li>
|
18
|
+
<a href="{{ license.url }}" rel="license">{{ license.title }}</a>
|
19
|
+
</li>
|
20
|
+
{% endif %}
|
21
|
+
|
22
|
+
{% if code_of_conduct %}
|
23
|
+
<li>
|
24
|
+
<a href="{{ code_of_conduct.url }}" rel="code-of-conduct">{{ code_of_conduct.title }}</a>
|
25
|
+
</li>
|
26
|
+
{% endif %}
|
27
|
+
|
28
|
+
{% if privacy_policy %}
|
13
29
|
<li>
|
14
|
-
<a href="{{
|
30
|
+
<a href="{{ privacy_policy.url }}" rel="privacy-policy">{{ privacy_policy.title }}</a>
|
15
31
|
</li>
|
16
|
-
{
|
32
|
+
{% endif %}
|
17
33
|
</ul>
|
18
34
|
|
19
35
|
{{ site.i18n.footer.made_with_sutty | markdownify }}
|
@@ -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>
|
data/_layouts/default.html
CHANGED
@@ -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>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: editorial-autogestiva-jekyll-theme
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.4.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- f
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-03
|
11
|
+
date: 2023-04-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -325,11 +325,13 @@ files:
|
|
325
325
|
- _data/forms/user.yml
|
326
326
|
- _data/layouts/book.yml
|
327
327
|
- _data/layouts/cart.yml
|
328
|
+
- _data/layouts/code_of_conduct.yml
|
328
329
|
- _data/layouts/confirmation.yml
|
329
|
-
- _data/layouts/
|
330
|
+
- _data/layouts/license.yml
|
330
331
|
- _data/layouts/menu.yml
|
331
332
|
- _data/layouts/payment.yml
|
332
333
|
- _data/layouts/post.yml
|
334
|
+
- _data/layouts/privacy_policy.yml
|
333
335
|
- _data/layouts/shipment.yml
|
334
336
|
- _includes/boolean.html
|
335
337
|
- _includes/cart.svg
|
@@ -385,14 +387,17 @@ files:
|
|
385
387
|
- _includes/tel.html
|
386
388
|
- _includes/text.html
|
387
389
|
- _includes/url.html
|
390
|
+
- _layouts/about.html
|
388
391
|
- _layouts/book.html
|
389
392
|
- _layouts/cart.html
|
393
|
+
- _layouts/code_of_conduct.html
|
390
394
|
- _layouts/confirmation.html
|
391
395
|
- _layouts/default.html
|
392
|
-
- _layouts/editorial.html
|
393
396
|
- _layouts/home.html
|
397
|
+
- _layouts/license.html
|
394
398
|
- _layouts/payment.html
|
395
399
|
- _layouts/post.html
|
400
|
+
- _layouts/privacy_policy.html
|
396
401
|
- _layouts/shipment.html
|
397
402
|
- _sass/accessibility.scss
|
398
403
|
- _sass/editor.scss
|
data/_data/layouts/editorial.yml
DELETED
@@ -1,99 +0,0 @@
|
|
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: "Nombre representativo del proyecto"
|
10
|
-
en: "A name that represents the publishing project"
|
11
|
-
description:
|
12
|
-
type: "text"
|
13
|
-
required: true
|
14
|
-
label:
|
15
|
-
es: "Descripción del proyecto"
|
16
|
-
en: "Publisher description"
|
17
|
-
help:
|
18
|
-
es: "Descripción del proyecto editorial"
|
19
|
-
en: "How would you describe the project?"
|
20
|
-
logo:
|
21
|
-
type: "image"
|
22
|
-
path:
|
23
|
-
label:
|
24
|
-
es: "Logo de la editorial"
|
25
|
-
en: "Publisher logo"
|
26
|
-
help:
|
27
|
-
es: "Resolución recomendada: 1280 píxeles de ancho"
|
28
|
-
en: "Recommended resolution: 1280 pixels wide"
|
29
|
-
description:
|
30
|
-
label:
|
31
|
-
es: "Descripción del logo"
|
32
|
-
en: "Logo description"
|
33
|
-
help:
|
34
|
-
es: "Describí la imagen por razones de accesibilidad e indexacion en buscadores"
|
35
|
-
en: "Describe the image for accesibility purposes and for indexation in search engines"
|
36
|
-
content:
|
37
|
-
type: "new_content"
|
38
|
-
label:
|
39
|
-
es: "Acerca del proyecto"
|
40
|
-
en: "About the project"
|
41
|
-
help:
|
42
|
-
es: "Trayectoria del proyecto, etc"
|
43
|
-
en: "You could describe your values or trajectory, for example"
|
44
|
-
address:
|
45
|
-
type: "string"
|
46
|
-
label:
|
47
|
-
es: "La dirección postal"
|
48
|
-
en: "Postal address"
|
49
|
-
help:
|
50
|
-
es: "Código postal de la ciudad"
|
51
|
-
en: "Zip code"
|
52
|
-
locality:
|
53
|
-
type: "string"
|
54
|
-
label:
|
55
|
-
es: "Localidad"
|
56
|
-
en: "Locality"
|
57
|
-
help:
|
58
|
-
es: "Nombre de la localidad"
|
59
|
-
en: "Where are you based?"
|
60
|
-
country:
|
61
|
-
type: "string"
|
62
|
-
label:
|
63
|
-
es: "País"
|
64
|
-
en: "Country name"
|
65
|
-
help:
|
66
|
-
es: "Nombre del país"
|
67
|
-
en: "Name of the country"
|
68
|
-
social_networks:
|
69
|
-
type: "array"
|
70
|
-
label:
|
71
|
-
es: "Redes sociales"
|
72
|
-
en: "Social networks"
|
73
|
-
help:
|
74
|
-
es: "Vínculo completo a perfiles en redes sociales, por ejemplo: https://twitter.com/SuttyWeb"
|
75
|
-
en: "Full link to social network profiles, ie. https://twitter.com/SuttyWeb"
|
76
|
-
locales:
|
77
|
-
type: "locales"
|
78
|
-
label:
|
79
|
-
es: "Traducciones"
|
80
|
-
en: "Translations"
|
81
|
-
help:
|
82
|
-
es: "Vínculo al mismo artículo en otros idiomas"
|
83
|
-
en: "Link to same post in other languages"
|
84
|
-
draft:
|
85
|
-
type: "boolean"
|
86
|
-
label:
|
87
|
-
es: "Borrador"
|
88
|
-
en: "Draft"
|
89
|
-
help:
|
90
|
-
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\""
|
91
|
-
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)."
|
92
|
-
order:
|
93
|
-
type: "order"
|
94
|
-
label:
|
95
|
-
es: "Orden"
|
96
|
-
en: "Order"
|
97
|
-
help:
|
98
|
-
es: "La posición del artículo en la lista de artículos"
|
99
|
-
en: "Position in list of posts"
|
File without changes
|