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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5076c34c67fab0f7c58192169e1a44e62dc3d5ab1efefc571c0461aa8239a4d0
4
- data.tar.gz: f495a9d25183d65b7ca766adf73b01f22d8236f21703fc96bc442d465c59dfcf
3
+ metadata.gz: d3ecfdf432f4d452fe1234d0ce56db8db1f91b8a87ecb9f74f378cfa1cd60fd7
4
+ data.tar.gz: a6fa69af3eb21dd8aadc138b0d875ba55b02a14d42aeb63a704eba40b7453229
5
5
  SHA512:
6
- metadata.gz: e015682448dc47d65c52289a00ab45855a8440e31e93be23b88fb4ae7bf526345f1d3ed5383a06005a991176aed79b3cd6faf99ff3b9ff31ee67b628d60a7733
7
- data.tar.gz: 35842e70c0929f213b9785fc9f040fb7f85635939aa8f4758fe2ada0b4852a5502f5e198f2e95ac133373d1464fb82e86aa79c36b98517916dce9df066cc8eac
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
- post: Article
66
- book: Book
67
- editorial: About
68
- cart: Cart
69
- confirmation: Order confirmation
70
- payment: Payment
71
- shipment: Shipment
72
- menu: Menu
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
- post: Artículo
66
- book: Libro
67
- editorial: Acerca
68
- cart: Carrito
69
- confirmation: Confirmación de compra
70
- payment: Pago
71
- shipment: Envío
72
- menu: Menú
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:
@@ -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:
@@ -168,7 +168,7 @@ permalink:
168
168
  required: true
169
169
  label:
170
170
  es: "Dirección de la página"
171
- en: ""
171
+ en: "Permalink"
172
172
  help:
173
173
  es: "La dirección de la página del carrito dentro del sitio"
174
174
  en: "Address for cart page inside site"
@@ -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"
@@ -12,7 +12,7 @@ title:
12
12
  es: "¡Gracias por tu compra!"
13
13
  en: "Thank you for your purchase!"
14
14
  content:
15
- type: "content"
15
+ type: "new_content"
16
16
  label:
17
17
  es: "Contenido"
18
18
  en: "Content"
@@ -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"
@@ -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 | where: 'layout', 'editorial' | first %}
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
- {%- for link in site.i18n.footer.links %}
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="{{ link.url }}">{{ link.text }}</a>
30
+ <a href="{{ privacy_policy.url }}" rel="privacy-policy">{{ privacy_policy.title }}</a>
15
31
  </li>
16
- {%- endfor %}
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>
@@ -56,7 +56,7 @@
56
56
  </div>
57
57
  </main>
58
58
 
59
- {%- assign footer = page.layout | not: 'editorial' -%}
59
+ {%- assign footer = page.layout | not: 'about' -%}
60
60
  {% include_cached footer.html footer=footer %}
61
61
  {% include floating_alert.html %}
62
62
  </body>
@@ -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.3.5
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-21 00:00:00.000000000 Z
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/editorial.yml
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
@@ -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