compost-jekyll-theme 0.1.16 → 0.1.17

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5ee00ca89728acc53d8b1fa7f6988483f570304e8be542600a336166e70d1389
4
- data.tar.gz: fa46f71823e1db254430648c7fd7a0fb0686f7e3342b0e86fb381162b7ecb325
3
+ metadata.gz: eafaeb61761f1647898feca81b5969c958cc099bd3df0ac137763a7c8635c6ff
4
+ data.tar.gz: e0c589d91c54e3aca8479b9df45bc6f24df15baf13714abd24683ceb60d36efd
5
5
  SHA512:
6
- metadata.gz: '0948e05606977a05d8a47bfe4346bdd3c66d222defe16782dc9fef7d53357606439fc3b3d9b7303668b00a630c41128e16b925e7678e50d9f9f3641323d506ce'
7
- data.tar.gz: 80a801c3f4997799c4e03145472b946cd268b1a2df86b94fdd1d7495a8022c4967c29081deedbd06c1ac3a2e71535cf785567627cdbc24fe82c341d1e7a7130c
6
+ metadata.gz: 1609dd3ab9ca4febfd747258e88d5b9395b2fe018b9be5d42b5f37d96e1d997aae737f70c28f2575ba82808c1056114ccf206889e6c503ece676281fc4e17c07
7
+ data.tar.gz: 2178a8a64cd0f383ac98c32cf9fd64dc410b0996506361e611f13eb699972659eb984af6c34c9e9f9df50907f68b66396e71d40daa0ce4c68a1654175056bcaf
data/README.md CHANGED
@@ -53,6 +53,17 @@ When your theme is released, only the files in `_layouts`, `_includes`,
53
53
  directory to your theme-gem, please edit the regexp in
54
54
  `compost-jekyll-theme.gemspec` accordingly.
55
55
 
56
+ If you do not see the images when you compile the site you may need to
57
+ install `git-lfs` on your [distribution](https://github.com/git-lfs/git-lfs).
58
+
59
+ After that run it in the repository
60
+
61
+ ```
62
+ git lfs install
63
+ git lfs fetch
64
+ git lfs checkout
65
+ ```
66
+
56
67
  ## License
57
68
 
58
69
  Copyright 2022 Cooperativa de Trabajo Sutty Ltda.
data/_data/manifest.json CHANGED
@@ -981,7 +981,7 @@
981
981
  ]
982
982
  },
983
983
  "_packs/entry.js": {
984
- "bytes": 1470,
984
+ "bytes": 1536,
985
985
  "imports": [
986
986
  {
987
987
  "path": "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/index.js",
@@ -1023,13 +1023,13 @@
1023
1023
  }
1024
1024
  },
1025
1025
  "outputs": {
1026
- "assets/js/pack.3PREOLVY.js.map": {
1026
+ "assets/js/pack.27TCBNGN.js.map": {
1027
1027
  "imports": [],
1028
1028
  "exports": [],
1029
1029
  "inputs": {},
1030
- "bytes": 601339
1030
+ "bytes": 601462
1031
1031
  },
1032
- "assets/js/pack.3PREOLVY.js": {
1032
+ "assets/js/pack.27TCBNGN.js": {
1033
1033
  "imports": [],
1034
1034
  "exports": [],
1035
1035
  "entryPoint": "_packs/entry.js",
@@ -1197,7 +1197,7 @@
1197
1197
  "bytesInOutput": 4705
1198
1198
  },
1199
1199
  "_packs/entry.js": {
1200
- "bytesInOutput": 705
1200
+ "bytesInOutput": 735
1201
1201
  },
1202
1202
  "node_modules/.pnpm/promise-polyfill@8.2.3/node_modules/promise-polyfill/src/finally.js": {
1203
1203
  "bytesInOutput": 200
@@ -1308,7 +1308,7 @@
1308
1308
  "bytesInOutput": 1256
1309
1309
  }
1310
1310
  },
1311
- "bytes": 844653
1311
+ "bytes": 844683
1312
1312
  }
1313
1313
  }
1314
1314
  }
@@ -8,18 +8,20 @@ Author block
8
8
 
9
9
  {% assign links = include.links %}
10
10
 
11
- <div class="">
12
- <div class="py-3">
13
- {% include headings/h3.html text=include.title class="black source-serif font-weight-bold" %}
14
- </div>
15
-
16
- {% unless links == empty %}
17
- <div class="background-lighter-blue text-monospace text-left p-3 mt-2 mb-2 rounded">
18
- {% for link in links %}
19
- <li class="list-unstyled">
20
- <a class="black hover-white" href="{{- link -}}" target="_blank" rel="noopener">{{ link }}</a>
21
- </li>
22
- {% endfor %}
11
+ {% unless links == empty %}
12
+ <div class="">
13
+ <div class="py-3">
14
+ {% include headings/h3.html text=include.title class="black source-serif font-weight-bold" %}
23
15
  </div>
24
- {% endunless %}
25
- </div>
16
+
17
+ {% unless links == empty %}
18
+ <div class="background-lighter-blue text-monospace text-left p-3 mt-2 mb-2 rounded">
19
+ {% for link in links %}
20
+ <li class="list-unstyled">
21
+ <a class="black hover-white" href="{{- link -}}" target="_blank" rel="noopener">{{ link }}</a>
22
+ </li>
23
+ {% endfor %}
24
+ </div>
25
+ {% endunless %}
26
+ </div>
27
+ {% endunless %}
@@ -20,7 +20,7 @@ Cabecera y menú con toggler
20
20
  {%- assign footer = site.posts | find: "layout", "footer" -%}
21
21
 
22
22
  <div data-controller="body-scroll" class="position-relative p-3 {{ include.background_class }}">
23
- <div class="d-flex justify-content-between align-items-center container-lg mx-auto">
23
+ <div class="d-flex justify-content-between align-items-center container mx-auto">
24
24
  {%- capture menu_svg -%}
25
25
  {% include menu_close.html class="w-36px w-md-54px" container_class="stroke-white" %}
26
26
  {%- endcapture -%}
@@ -28,7 +28,7 @@ Cabecera y menú con toggler
28
28
  {% include toggler/toggler_label.html id=menu_id class="m-0" content=menu_svg %}
29
29
 
30
30
  {% capture toggled_content %}
31
- <div class="background-image-menu-open background-size-100 w-100 p-2 pb-12 border-bottom-dashed border-black">
31
+ <div class="background-image-menu-open background-size-100 w-100 p-3 pb-12 border-bottom-dashed border-black">
32
32
  <div class="d-flex justify-content-between align-items-center container mx-auto">
33
33
  {%- capture menu_svg -%}
34
34
  {% include menu_open.html class="w-36px w-md-54px" container_class="fill-black" %}
@@ -16,7 +16,7 @@ layout: "default"
16
16
  btn_close_src="public/mushroom_close.gif"
17
17
  btn_href=support.url
18
18
  btn_alt=site.i18n.support_alt
19
- background_class="pt-2 px-3 pb-100 background-image-menu-close background-position-center-bottom w-100 background-size-auto-100" %}
19
+ background_class="pb-100 background-image-menu-close background-position-center-bottom w-100 background-size-auto-100" %}
20
20
 
21
21
  {{ content }}
22
22
 
data/_layouts/home.html CHANGED
@@ -20,7 +20,7 @@ layout: "default_with_menu"
20
20
  {% include cover_post/home.html
21
21
  authors=post.authors
22
22
  src=post.image.path
23
- alt=post.image.alt
23
+ alt=post.title
24
24
  title=post.title
25
25
  description=post.description
26
26
  href=post.url
data/_sass/toggler.scss CHANGED
@@ -12,9 +12,11 @@
12
12
  .toggler {
13
13
  & + .toggled {
14
14
  visibility: hidden;
15
+ display: none;
15
16
  }
16
17
 
17
18
  &:checked + .toggled {
18
19
  visibility: visible;
20
+ display: block;
19
21
  }
20
22
  }