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 +4 -4
- data/README.md +11 -0
- data/_data/manifest.json +6 -6
- data/_includes/author_block.html +16 -14
- data/_includes/header_toggler.html +2 -2
- data/_layouts/default_with_menu.html +1 -1
- data/_layouts/home.html +1 -1
- data/_sass/toggler.scss +2 -0
- data/assets/js/pack.27TCBNGN.js +40 -0
- data/assets/js/pack.27TCBNGN.js.map +7 -0
- metadata +6 -6
- data/assets/js/pack.3PREOLVY.js +0 -3
- data/assets/js/pack.3PREOLVY.js.map +0 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: eafaeb61761f1647898feca81b5969c958cc099bd3df0ac137763a7c8635c6ff
|
|
4
|
+
data.tar.gz: e0c589d91c54e3aca8479b9df45bc6f24df15baf13714abd24683ceb60d36efd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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":
|
|
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.
|
|
1026
|
+
"assets/js/pack.27TCBNGN.js.map": {
|
|
1027
1027
|
"imports": [],
|
|
1028
1028
|
"exports": [],
|
|
1029
1029
|
"inputs": {},
|
|
1030
|
-
"bytes":
|
|
1030
|
+
"bytes": 601462
|
|
1031
1031
|
},
|
|
1032
|
-
"assets/js/pack.
|
|
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":
|
|
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":
|
|
1311
|
+
"bytes": 844683
|
|
1312
1312
|
}
|
|
1313
1313
|
}
|
|
1314
1314
|
}
|
data/_includes/author_block.html
CHANGED
|
@@ -8,18 +8,20 @@ Author block
|
|
|
8
8
|
|
|
9
9
|
{% assign links = include.links %}
|
|
10
10
|
|
|
11
|
-
|
|
12
|
-
<div class="
|
|
13
|
-
|
|
14
|
-
|
|
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
|
-
|
|
25
|
-
|
|
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
|
|
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-
|
|
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="
|
|
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