compost-jekyll-theme 0.1.7 → 0.1.8
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/_data/theme.yml +2 -1
- data/_includes/header_toggler.html +1 -1
- data/_layouts/default_with_menu.html +1 -1
- data/assets/css/styles.scss +1 -1
- data/assets/fonts/sourceserif4/SourceSerif4-Bold.ttf.woff2 +0 -0
- data/assets/fonts/sourceserif4/SourceSerif4-BoldIt.ttf.woff2 +0 -0
- data/assets/fonts/sourceserif4/SourceSerif4-It.ttf.woff2 +0 -0
- data/assets/fonts/sourceserif4/SourceSerif4-Regular.ttf.woff2 +0 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a56beb61765040c1e09a52aeec38224a42d3d86db901b93170b24ddd13b48fd8
|
|
4
|
+
data.tar.gz: b3fe569358689a966d2644c7d40f21de0a0cca44e5c129330186842db1db2954
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4b9c98c2b4530b45c5949d3bd3a995329ef577d8f9f0ddce69b08568b58bfa38f5c5dd320375ac7b50f0aced5fb3047e3e3da04fe3f727b403e8d308cc6eb735
|
|
7
|
+
data.tar.gz: 3bf462410c8b1b5acc31039aaa3587bce7cb711fa1a9efca6e8078bff4b97410f25f19328ae7a7755e945550373da04bf41f634b2daeb05836c8d0d197720865
|
data/_data/theme.yml
CHANGED
|
@@ -131,7 +131,8 @@ transform_scales:
|
|
|
131
131
|
n8: "0.8"
|
|
132
132
|
1: "1"
|
|
133
133
|
background_images:
|
|
134
|
-
menu: "$background-menu"
|
|
134
|
+
menu-open: "$background-menu-open"
|
|
135
|
+
menu-close: "$background-menu-close"
|
|
135
136
|
site: "$background-site"
|
|
136
137
|
footer: "$background-footer"
|
|
137
138
|
layout_class:
|
|
@@ -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-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-2 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-menu-close background-position-center-bottom w-100 background-size-auto-100" %}
|
|
19
|
+
background_class="pt-2 px-3 pb-100 background-image-menu-close background-position-center-bottom w-100 background-size-auto-100" %}
|
|
20
20
|
|
|
21
21
|
{{ content }}
|
|
22
22
|
|
data/assets/css/styles.scss
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
$background-site: '../../{{ theme.body_image.path | default: "public/background-dithered.jpg" | uri_escape }}';
|
|
9
9
|
$background-footer: '../../{{ footer.background_image.path | default: "public/footer.png" | uri_escape }}';
|
|
10
|
-
$background-menu-open: '../../{{ about.background_image_open.path | default: "public/
|
|
10
|
+
$background-menu-open: '../../{{ about.background_image_open.path | default: "public/background-dithered.jpg" | uri_escape }}';
|
|
11
11
|
$background-menu-close: '../../{{ about.background_image_close.path | default: "public/background_header.png" | uri_escape }}';
|
|
12
12
|
|
|
13
13
|
{{ theme | yaml_to_scss: site.data.layouts.theme }}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|