compost-jekyll-theme 0.1.11 → 0.1.13

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: c65d042d4e8458a5adf07e3fe8536061fc1be5303915520a3a853cf124358ea8
4
- data.tar.gz: bafe82a386dd2615fd0fe9bfc5628b5d23d57d3d783b4e975c7557505ade9b6e
3
+ metadata.gz: d8d4dc38a37c1b14a6266ee2a99e9ccb403edc018da27517f7d845a842591be0
4
+ data.tar.gz: b5d38eb5e340a501690481ae1ee07f8813a0abd675a06f0ea7dda7e5cfc807dd
5
5
  SHA512:
6
- metadata.gz: fd92b9118fedef6c434b0694f5c413332bd4f22965a032dd4867bfbed9da32cb3a1c7a87796dd38dd07ecde1dde098ecd72abac89820c815be8514c52382fe6f
7
- data.tar.gz: 3a2ab33b397643f91ba004a25860e282b9647f2f974a8a69d50bd11f101160648c4a508c3c83d87b3093d4382d3920b82f7205bac260901f594b91910ed795b0
6
+ metadata.gz: c55168fb328e5d9b07e8bf937596fd78031b1e28c46e5f8dc2e7740744dddc78b1a007bbd2b56155fa392825b174342f4231ae7eda25b4229b6ce7ad2732e03d
7
+ data.tar.gz: a24d99080664816c9338baa1d8f0940f35856adbba2697baa5e18a9b6ef022979e2c908ef158780e6ca33198fd1619336f92ca49f5d49dea57bbc684db45a6ad
@@ -32,8 +32,8 @@ image_menu_close:
32
32
  es: "Logo de cabecera con el menú cerrado"
33
33
  en: "Header logo with menu closed"
34
34
  help:
35
- es: "Máximo 90px de alto"
36
- en: "Max. 90px height"
35
+ es: "Máximo 220px de ancho y 90px de alto"
36
+ en: "Max. 220px width by 90px height"
37
37
  description:
38
38
  label:
39
39
  es: "Descripción del logo"
@@ -16,6 +16,16 @@ post:
16
16
  help:
17
17
  en: "If the item leads to a fixed post, associate it here"
18
18
  es: "Si el ítem lleva a un artículo fijo, asociarlo aquí"
19
+ filter:
20
+ layout:
21
+ - "about"
22
+ - "back_cover"
23
+ - "code_of_conduct"
24
+ - "license"
25
+ - "post"
26
+ - "privacy_policy"
27
+ - "support"
28
+ - "theme"
19
29
  locales:
20
30
  type: "locales"
21
31
  label:
@@ -9,11 +9,11 @@ Card horizontal
9
9
  @param :content [string] Contenido
10
10
  {%- endcomment -%}
11
11
  <div class="row justify-content-center container-lg mx-auto">
12
- {% unless include.src %}
12
+ {% if include.src %}
13
13
  <div class="col-12 col-md-5 px-4">
14
14
  {% include picture.html src=include.src width=500 img_class="w-100 object-fit-cover" %}
15
15
  </div>
16
- {% endunless %}
16
+ {% endif %}
17
17
 
18
18
  <div class="col-12 col-md pl-xl-5 pt-5 pt-md-0">
19
19
  <div class="">
@@ -1,5 +1,5 @@
1
1
  ---
2
- layout: "default"
2
+ layout: "default_with_menu"
3
3
  ---
4
4
 
5
5
  {%- assign authors = site.posts | where: "layout", "author" -%}
data/_layouts/post.html CHANGED
@@ -10,9 +10,9 @@ layout: "default_with_menu"
10
10
  {%- assign next = page | next: posts -%}
11
11
 
12
12
  <article id="{{ page.slug }}" class="container mx-auto max-w-780px my-4 px-20">
13
- {% unless page.image.path %}
13
+ {% if page.image.path %}
14
14
  {% include picture.html src=page.image.path alt=page.image.description width=780 img_class="w-100 shadow" %}
15
- {% endunless %}
15
+ {% endif %}
16
16
 
17
17
  <div class="mt-5">
18
18
  {% include headings/h1.html class="text-uppercase black hover-black letter-spacing-4 font-weight-bold mb-12" text=page.title %}
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: compost-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.11
4
+ version: 0.1.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sutty
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-04-06 00:00:00.000000000 Z
11
+ date: 2023-04-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll