jekyll-theme-lydde 0.1.0 → 0.1.2
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/_config.yml +5 -0
- data/_includes/analytics.liquid +12 -0
- data/_includes/breadcrumb.liquid +31 -12
- data/_includes/footer.liquid +48 -44
- data/_includes/header.liquid +129 -100
- data/_includes/hero.liquid +39 -0
- data/_includes/scripts.liquid +2 -2
- data/_includes/seo.liquid +148 -0
- data/_includes/todo/hierachy.liquid +22 -0
- data/_layouts/default.html +45 -5
- data/_sass/bootstrap/{_buttons.scss → 5.3.2/_buttons.scss} +1 -1
- data/_sass/bootstrap/{_nav.scss → 5.3.2/_nav.scss} +2 -14
- data/_sass/bootstrap/{_reboot.scss → 5.3.2/_reboot.scss} +5 -4
- data/_sass/bootstrap/{_root.scss → 5.3.2/_root.scss} +3 -0
- data/_sass/bootstrap/{_utilities.scss → 5.3.2/_utilities.scss} +3 -3
- data/_sass/bootstrap/{_variables-dark.scss → 5.3.2/_variables-dark.scss} +3 -1
- data/_sass/bootstrap/{_variables.scss → 5.3.2/_variables.scss} +21 -17
- data/_sass/bootstrap/{forms → 5.3.2/forms}/_floating-labels.scss +2 -1
- data/_sass/bootstrap/{forms → 5.3.2/forms}/_form-check.scss +2 -1
- data/_sass/bootstrap/{helpers → 5.3.2/helpers}/_color-bg.scss +1 -2
- data/_sass/bootstrap/{helpers → 5.3.2/helpers}/_vr.scss +1 -1
- data/_sass/bootstrap/{mixins → 5.3.2/mixins}/_banner.scss +1 -1
- data/_sass/bootstrap/{mixins → 5.3.2/mixins}/_grid.scss +1 -1
- data/_sass/website.scss +74 -7
- data/assets/resources/site/debug.json +5 -0
- data/assets/resources/site/humans.txt +14 -14
- data/assets/resources/site/{sitemap.md → sitemap.markdown} +1 -2
- data/assets/scripts/bootstrap/{bootstrap.bundle.js → 5.3.2/bootstrap.bundle.js} +16 -8
- data/assets/scripts/bootstrap/5.3.2/bootstrap.bundle.js.map +1 -0
- data/assets/scripts/bootstrap/5.3.2/bootstrap.bundle.min.js +7 -0
- data/assets/scripts/bootstrap/5.3.2/bootstrap.bundle.min.js.map +1 -0
- data/assets/scripts/bootstrap/{bootstrap.esm.js → 5.3.2/bootstrap.esm.js} +16 -8
- data/assets/scripts/bootstrap/5.3.2/bootstrap.esm.js.map +1 -0
- data/assets/scripts/bootstrap/5.3.2/bootstrap.esm.min.js +7 -0
- data/assets/scripts/bootstrap/5.3.2/bootstrap.esm.min.js.map +1 -0
- data/assets/scripts/bootstrap/{bootstrap.js → 5.3.2/bootstrap.js} +16 -8
- data/assets/scripts/bootstrap/5.3.2/bootstrap.js.map +1 -0
- data/assets/scripts/bootstrap/5.3.2/bootstrap.min.js +7 -0
- data/assets/scripts/bootstrap/5.3.2/bootstrap.min.js.map +1 -0
- data/assets/styles/main.scss +1 -1
- data/assets/videos/demo.mp4 +0 -0
- metadata +122 -115
- data/assets/scripts/bootstrap/bootstrap.bundle.js.map +0 -1
- data/assets/scripts/bootstrap/bootstrap.bundle.min.js +0 -7
- data/assets/scripts/bootstrap/bootstrap.bundle.min.js.map +0 -1
- data/assets/scripts/bootstrap/bootstrap.esm.js.map +0 -1
- data/assets/scripts/bootstrap/bootstrap.esm.min.js +0 -7
- data/assets/scripts/bootstrap/bootstrap.esm.min.js.map +0 -1
- data/assets/scripts/bootstrap/bootstrap.js.map +0 -1
- data/assets/scripts/bootstrap/bootstrap.min.js +0 -7
- data/assets/scripts/bootstrap/bootstrap.min.js.map +0 -1
- data/_sass/bootstrap/{_accordion.scss → 5.3.2/_accordion.scss} +0 -0
- data/_sass/bootstrap/{_alert.scss → 5.3.2/_alert.scss} +0 -0
- data/_sass/bootstrap/{_badge.scss → 5.3.2/_badge.scss} +0 -0
- data/_sass/bootstrap/{_breadcrumb.scss → 5.3.2/_breadcrumb.scss} +0 -0
- data/_sass/bootstrap/{_button-group.scss → 5.3.2/_button-group.scss} +0 -0
- data/_sass/bootstrap/{_card.scss → 5.3.2/_card.scss} +0 -0
- data/_sass/bootstrap/{_carousel.scss → 5.3.2/_carousel.scss} +0 -0
- data/_sass/bootstrap/{_close.scss → 5.3.2/_close.scss} +0 -0
- data/_sass/bootstrap/{_containers.scss → 5.3.2/_containers.scss} +0 -0
- data/_sass/bootstrap/{_dropdown.scss → 5.3.2/_dropdown.scss} +0 -0
- data/_sass/bootstrap/{_forms.scss → 5.3.2/_forms.scss} +0 -0
- data/_sass/bootstrap/{_functions.scss → 5.3.2/_functions.scss} +0 -0
- data/_sass/bootstrap/{_grid.scss → 5.3.2/_grid.scss} +0 -0
- data/_sass/bootstrap/{_helpers.scss → 5.3.2/_helpers.scss} +0 -0
- data/_sass/bootstrap/{_images.scss → 5.3.2/_images.scss} +0 -0
- data/_sass/bootstrap/{_list-group.scss → 5.3.2/_list-group.scss} +0 -0
- data/_sass/bootstrap/{_maps.scss → 5.3.2/_maps.scss} +0 -0
- data/_sass/bootstrap/{_mixins.scss → 5.3.2/_mixins.scss} +0 -0
- data/_sass/bootstrap/{_modal.scss → 5.3.2/_modal.scss} +0 -0
- data/_sass/bootstrap/{_navbar.scss → 5.3.2/_navbar.scss} +0 -0
- data/_sass/bootstrap/{_offcanvas.scss → 5.3.2/_offcanvas.scss} +0 -0
- data/_sass/bootstrap/{_pagination.scss → 5.3.2/_pagination.scss} +0 -0
- data/_sass/bootstrap/{_placeholders.scss → 5.3.2/_placeholders.scss} +0 -0
- data/_sass/bootstrap/{_popover.scss → 5.3.2/_popover.scss} +0 -0
- data/_sass/bootstrap/{_progress.scss → 5.3.2/_progress.scss} +0 -0
- data/_sass/bootstrap/{_spinners.scss → 5.3.2/_spinners.scss} +0 -0
- data/_sass/bootstrap/{_tables.scss → 5.3.2/_tables.scss} +0 -0
- data/_sass/bootstrap/{_toasts.scss → 5.3.2/_toasts.scss} +0 -0
- data/_sass/bootstrap/{_tooltip.scss → 5.3.2/_tooltip.scss} +0 -0
- data/_sass/bootstrap/{_transitions.scss → 5.3.2/_transitions.scss} +0 -0
- data/_sass/bootstrap/{_type.scss → 5.3.2/_type.scss} +0 -0
- data/_sass/bootstrap/{bootstrap-grid.scss → 5.3.2/bootstrap-grid.scss} +0 -0
- data/_sass/bootstrap/{bootstrap-reboot.scss → 5.3.2/bootstrap-reboot.scss} +0 -0
- data/_sass/bootstrap/{bootstrap-utilities.scss → 5.3.2/bootstrap-utilities.scss} +0 -0
- data/_sass/bootstrap/{bootstrap.scss → 5.3.2/bootstrap.scss} +0 -0
- data/_sass/bootstrap/{forms → 5.3.2/forms}/_form-control.scss +1 -1
- data/_sass/bootstrap/{forms → 5.3.2/forms}/_form-range.scss +3 -3
- data/_sass/bootstrap/{forms → 5.3.2/forms}/_form-select.scss +1 -1
- /data/_sass/bootstrap/{forms → 5.3.2/forms}/_form-text.scss +0 -0
- /data/_sass/bootstrap/{forms → 5.3.2/forms}/_input-group.scss +0 -0
- /data/_sass/bootstrap/{forms → 5.3.2/forms}/_labels.scss +0 -0
- /data/_sass/bootstrap/{forms → 5.3.2/forms}/_validation.scss +0 -0
- /data/_sass/bootstrap/{helpers → 5.3.2/helpers}/_clearfix.scss +0 -0
- /data/_sass/bootstrap/{helpers → 5.3.2/helpers}/_colored-links.scss +0 -0
- /data/_sass/bootstrap/{helpers → 5.3.2/helpers}/_focus-ring.scss +0 -0
- /data/_sass/bootstrap/{helpers → 5.3.2/helpers}/_icon-link.scss +0 -0
- /data/_sass/bootstrap/{helpers → 5.3.2/helpers}/_position.scss +0 -0
- /data/_sass/bootstrap/{helpers → 5.3.2/helpers}/_ratio.scss +0 -0
- /data/_sass/bootstrap/{helpers → 5.3.2/helpers}/_stacks.scss +0 -0
- /data/_sass/bootstrap/{helpers → 5.3.2/helpers}/_stretched-link.scss +0 -0
- /data/_sass/bootstrap/{helpers → 5.3.2/helpers}/_text-truncation.scss +0 -0
- /data/_sass/bootstrap/{helpers → 5.3.2/helpers}/_visually-hidden.scss +0 -0
- /data/_sass/bootstrap/{mixins → 5.3.2/mixins}/_alert.scss +0 -0
- /data/_sass/bootstrap/{mixins → 5.3.2/mixins}/_backdrop.scss +0 -0
- /data/_sass/bootstrap/{mixins → 5.3.2/mixins}/_border-radius.scss +0 -0
- /data/_sass/bootstrap/{mixins → 5.3.2/mixins}/_box-shadow.scss +0 -0
- /data/_sass/bootstrap/{mixins → 5.3.2/mixins}/_breakpoints.scss +0 -0
- /data/_sass/bootstrap/{mixins → 5.3.2/mixins}/_buttons.scss +0 -0
- /data/_sass/bootstrap/{mixins → 5.3.2/mixins}/_caret.scss +0 -0
- /data/_sass/bootstrap/{mixins → 5.3.2/mixins}/_clearfix.scss +0 -0
- /data/_sass/bootstrap/{mixins → 5.3.2/mixins}/_color-mode.scss +0 -0
- /data/_sass/bootstrap/{mixins → 5.3.2/mixins}/_color-scheme.scss +0 -0
- /data/_sass/bootstrap/{mixins → 5.3.2/mixins}/_container.scss +0 -0
- /data/_sass/bootstrap/{mixins → 5.3.2/mixins}/_deprecate.scss +0 -0
- /data/_sass/bootstrap/{mixins → 5.3.2/mixins}/_forms.scss +0 -0
- /data/_sass/bootstrap/{mixins → 5.3.2/mixins}/_gradients.scss +0 -0
- /data/_sass/bootstrap/{mixins → 5.3.2/mixins}/_image.scss +0 -0
- /data/_sass/bootstrap/{mixins → 5.3.2/mixins}/_list-group.scss +0 -0
- /data/_sass/bootstrap/{mixins → 5.3.2/mixins}/_lists.scss +0 -0
- /data/_sass/bootstrap/{mixins → 5.3.2/mixins}/_pagination.scss +0 -0
- /data/_sass/bootstrap/{mixins → 5.3.2/mixins}/_reset-text.scss +0 -0
- /data/_sass/bootstrap/{mixins → 5.3.2/mixins}/_resize.scss +0 -0
- /data/_sass/bootstrap/{mixins → 5.3.2/mixins}/_table-variants.scss +0 -0
- /data/_sass/bootstrap/{mixins → 5.3.2/mixins}/_text-truncate.scss +0 -0
- /data/_sass/bootstrap/{mixins → 5.3.2/mixins}/_transition.scss +0 -0
- /data/_sass/bootstrap/{mixins → 5.3.2/mixins}/_utilities.scss +0 -0
- /data/_sass/bootstrap/{mixins → 5.3.2/mixins}/_visually-hidden.scss +0 -0
- /data/_sass/bootstrap/{tests → 5.3.2/tests}/jasmine.js +0 -0
- /data/_sass/bootstrap/{tests → 5.3.2/tests}/mixins/_color-modes.test.scss +0 -0
- /data/_sass/bootstrap/{tests → 5.3.2/tests}/mixins/_media-query-color-mode-full.test.scss +0 -0
- /data/_sass/bootstrap/{tests → 5.3.2/tests}/mixins/_utilities.test.scss +0 -0
- /data/_sass/bootstrap/{tests → 5.3.2/tests}/sass-true/register.js +0 -0
- /data/_sass/bootstrap/{tests → 5.3.2/tests}/sass-true/runner.js +0 -0
- /data/_sass/bootstrap/{tests → 5.3.2/tests}/utilities/_api.test.scss +0 -0
- /data/_sass/bootstrap/{utilities → 5.3.2/utilities}/_api.scss +0 -0
- /data/_sass/bootstrap/{vendor → 5.3.2/vendor}/_rfs.scss +0 -0
- /data/assets/resources/site/{404.md → 404.markdown} +0 -0
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
@@ -11,10 +11,10 @@
|
|
11
11
|
font-weight: $input-font-weight;
|
12
12
|
line-height: $input-line-height;
|
13
13
|
color: $input-color;
|
14
|
+
appearance: none; // Fix appearance for date inputs in Safari
|
14
15
|
background-color: $input-bg;
|
15
16
|
background-clip: padding-box;
|
16
17
|
border: $input-border-width solid $input-border-color;
|
17
|
-
appearance: none; // Fix appearance for date inputs in Safari
|
18
18
|
|
19
19
|
// Note: This has no effect on <select>s in some browsers, due to the limited stylability of `<select>`s in CSS.
|
20
20
|
@include border-radius($input-border-radius, 0);
|
@@ -8,8 +8,8 @@
|
|
8
8
|
width: 100%;
|
9
9
|
height: add($form-range-thumb-height, $form-range-thumb-focus-box-shadow-width * 2);
|
10
10
|
padding: 0; // Need to reset padding
|
11
|
-
background-color: transparent;
|
12
11
|
appearance: none;
|
12
|
+
background-color: transparent;
|
13
13
|
|
14
14
|
&:focus {
|
15
15
|
outline: 0;
|
@@ -28,12 +28,12 @@
|
|
28
28
|
width: $form-range-thumb-width;
|
29
29
|
height: $form-range-thumb-height;
|
30
30
|
margin-top: ($form-range-track-height - $form-range-thumb-height) * .5; // Webkit specific
|
31
|
+
appearance: none;
|
31
32
|
@include gradient-bg($form-range-thumb-bg);
|
32
33
|
border: $form-range-thumb-border;
|
33
34
|
@include border-radius($form-range-thumb-border-radius);
|
34
35
|
@include box-shadow($form-range-thumb-box-shadow);
|
35
36
|
@include transition($form-range-thumb-transition);
|
36
|
-
appearance: none;
|
37
37
|
|
38
38
|
&:active {
|
39
39
|
@include gradient-bg($form-range-thumb-active-bg);
|
@@ -54,12 +54,12 @@
|
|
54
54
|
&::-moz-range-thumb {
|
55
55
|
width: $form-range-thumb-width;
|
56
56
|
height: $form-range-thumb-height;
|
57
|
+
appearance: none;
|
57
58
|
@include gradient-bg($form-range-thumb-bg);
|
58
59
|
border: $form-range-thumb-border;
|
59
60
|
@include border-radius($form-range-thumb-border-radius);
|
60
61
|
@include box-shadow($form-range-thumb-box-shadow);
|
61
62
|
@include transition($form-range-thumb-transition);
|
62
|
-
appearance: none;
|
63
63
|
|
64
64
|
&:active {
|
65
65
|
@include gradient-bg($form-range-thumb-active-bg);
|
@@ -14,6 +14,7 @@
|
|
14
14
|
font-weight: $form-select-font-weight;
|
15
15
|
line-height: $form-select-line-height;
|
16
16
|
color: $form-select-color;
|
17
|
+
appearance: none;
|
17
18
|
background-color: $form-select-bg;
|
18
19
|
background-image: var(--#{$prefix}form-select-bg-img), var(--#{$prefix}form-select-bg-icon, none);
|
19
20
|
background-repeat: no-repeat;
|
@@ -23,7 +24,6 @@
|
|
23
24
|
@include border-radius($form-select-border-radius, 0);
|
24
25
|
@include box-shadow($form-select-box-shadow);
|
25
26
|
@include transition($form-select-transition);
|
26
|
-
appearance: none;
|
27
27
|
|
28
28
|
&:focus {
|
29
29
|
border-color: $form-select-focus-border-color;
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|