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
data/_sass/website.scss
CHANGED
@@ -7,25 +7,92 @@
|
|
7
7
|
*/
|
8
8
|
|
9
9
|
/*
|
10
|
-
|
10
|
+
*
|
11
|
+
* Default Website structure
|
12
|
+
* header - Manage the Navigation
|
13
|
+
* hero - Manage the hero section with carousel and call to action
|
14
|
+
* breadcrumb - Manage the breadcrumb navigation
|
15
|
+
* footer - Manage the footer links
|
16
|
+
*
|
11
17
|
*/
|
12
|
-
|
18
|
+
//
|
19
|
+
// Header
|
20
|
+
//
|
21
|
+
#header
|
22
|
+
{
|
13
23
|
@extend .border-bottom;
|
14
24
|
@extend .text-muted;
|
15
25
|
}
|
16
|
-
#header > div
|
26
|
+
#header > div
|
27
|
+
{
|
17
28
|
@extend .container;
|
18
29
|
}
|
19
|
-
|
20
|
-
|
30
|
+
#header-main
|
31
|
+
{
|
21
32
|
@extend .navbar;
|
22
33
|
@extend .navbar-expand-lg;
|
23
34
|
}
|
35
|
+
//
|
36
|
+
// Hero
|
37
|
+
//
|
38
|
+
#hero
|
39
|
+
{
|
40
|
+
@extend .position-relative;
|
41
|
+
@extend .bg-primary;
|
42
|
+
overflow: hidden;
|
43
|
+
z-index: 0;
|
44
|
+
height: 640px;
|
45
|
+
}
|
46
|
+
#hero .background
|
47
|
+
{
|
48
|
+
z-index: 1;
|
49
|
+
top: 0;
|
50
|
+
width: 100%;
|
51
|
+
height: 100%;
|
52
|
+
object-fit: cover;
|
53
|
+
opacity:0.8;
|
54
|
+
}
|
55
|
+
#hero-content
|
56
|
+
{
|
57
|
+
@extend .container;
|
58
|
+
@extend .position-absolute;
|
59
|
+
@extend .top-50;
|
60
|
+
@extend .start-50;
|
61
|
+
@extend .translate-middle;
|
24
62
|
|
25
|
-
|
63
|
+
z-index: 2;
|
64
|
+
background:rgba(255, 255, 255, 0.8);
|
65
|
+
padding:5rem;
|
66
|
+
border:1px solid rgba(255, 255, 255, 0.1);
|
67
|
+
border-radius:5px;
|
68
|
+
}
|
69
|
+
#hero-content > div
|
70
|
+
{
|
71
|
+
@extend .row;
|
72
|
+
@extend .align-items-center;
|
73
|
+
}
|
74
|
+
//
|
75
|
+
// Breadcrumb
|
76
|
+
//
|
77
|
+
#breadcrumb > ol
|
78
|
+
{
|
79
|
+
@extend .breadcrumb;
|
80
|
+
}
|
81
|
+
#breadcrumb > ol > li
|
82
|
+
{
|
83
|
+
@extend .breadcrumb-item;
|
84
|
+
}
|
85
|
+
//
|
86
|
+
// Main
|
87
|
+
//
|
88
|
+
body > main
|
89
|
+
{
|
90
|
+
@extend .container;
|
91
|
+
@extend .pt-3;
|
92
|
+
}
|
26
93
|
/*
|
27
94
|
Post
|
28
95
|
- header
|
29
96
|
- main
|
30
97
|
- footer
|
31
|
-
*/
|
98
|
+
*/
|
@@ -4,28 +4,28 @@ permalink: "/humans.txt"
|
|
4
4
|
---
|
5
5
|
{%- assign company = authors.default.name | default: site.title | escape -%}
|
6
6
|
{%- assign social = site.settings.social -%}
|
7
|
-
|
8
7
|
{% if company %}
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
8
|
+
Site: {{ company }}
|
9
|
+
{{ site.description }}
|
10
|
+
{% if social %}
|
11
|
+
***
|
12
|
+
Social Information
|
13
|
+
{%- for item in social -%}
|
14
|
+
{%- assign key = item | first -%}
|
15
|
+
{%- if social[key].link -%}
|
16
|
+
{{ social[key].title | default: key | capitalize }}: {{ social[key].link }}{{ social[key].username }}
|
17
|
+
{% endif %}
|
18
|
+
{%- endfor -%}
|
19
|
+
{% endif %}
|
21
20
|
{% else %}
|
22
21
|
This site is not fully setup
|
23
22
|
{% endif %}
|
24
23
|
***
|
25
24
|
Technical information
|
25
|
+
***
|
26
26
|
Website: {{ site.url }}
|
27
27
|
Last update: {{ site.time }}
|
28
28
|
Standards: HTML5, CSS3, Javascript
|
29
|
-
Components: Bootstrap 3.5.
|
29
|
+
Components: Bootstrap 3.5.2, Jekyll
|
30
30
|
Software: GitHub / Visual Studio Code
|
31
31
|
Hosting: GitHub Pages
|
@@ -21,9 +21,8 @@ permalink: "/sitemap.html"
|
|
21
21
|
<!-- Collections -->
|
22
22
|
{% assign collections = site.collections | where_exp:'collection','collection.output != false' %}
|
23
23
|
{%- if collections -%}
|
24
|
-
## Collections
|
25
24
|
{% for collection in collections %}
|
26
|
-
<
|
25
|
+
<h2>{{ collection.label | capitalize }}</h2>
|
27
26
|
{% assign docs = collection.docs | where_exp:'doc','doc.sitemap != false' %}
|
28
27
|
<ul>
|
29
28
|
{% for doc in docs %}
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Bootstrap v5.3.
|
2
|
+
* Bootstrap v5.3.2 (https://getbootstrap.com/)
|
3
3
|
* Copyright 2011-2023 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
|
4
4
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
5
5
|
*/
|
@@ -648,7 +648,7 @@
|
|
648
648
|
* Constants
|
649
649
|
*/
|
650
650
|
|
651
|
-
const VERSION = '5.3.
|
651
|
+
const VERSION = '5.3.2';
|
652
652
|
|
653
653
|
/**
|
654
654
|
* Class definition
|
@@ -729,9 +729,9 @@
|
|
729
729
|
if (hrefAttribute.includes('#') && !hrefAttribute.startsWith('#')) {
|
730
730
|
hrefAttribute = `#${hrefAttribute.split('#')[1]}`;
|
731
731
|
}
|
732
|
-
selector = hrefAttribute && hrefAttribute !== '#' ? hrefAttribute.trim() : null;
|
732
|
+
selector = hrefAttribute && hrefAttribute !== '#' ? parseSelector(hrefAttribute.trim()) : null;
|
733
733
|
}
|
734
|
-
return
|
734
|
+
return selector;
|
735
735
|
};
|
736
736
|
const SelectorEngine = {
|
737
737
|
find(selector, element = document.documentElement) {
|
@@ -5858,13 +5858,15 @@
|
|
5858
5858
|
const ARROW_RIGHT_KEY = 'ArrowRight';
|
5859
5859
|
const ARROW_UP_KEY = 'ArrowUp';
|
5860
5860
|
const ARROW_DOWN_KEY = 'ArrowDown';
|
5861
|
+
const HOME_KEY = 'Home';
|
5862
|
+
const END_KEY = 'End';
|
5861
5863
|
const CLASS_NAME_ACTIVE = 'active';
|
5862
5864
|
const CLASS_NAME_FADE$1 = 'fade';
|
5863
5865
|
const CLASS_NAME_SHOW$1 = 'show';
|
5864
5866
|
const CLASS_DROPDOWN = 'dropdown';
|
5865
5867
|
const SELECTOR_DROPDOWN_TOGGLE = '.dropdown-toggle';
|
5866
5868
|
const SELECTOR_DROPDOWN_MENU = '.dropdown-menu';
|
5867
|
-
const NOT_SELECTOR_DROPDOWN_TOGGLE =
|
5869
|
+
const NOT_SELECTOR_DROPDOWN_TOGGLE = `:not(${SELECTOR_DROPDOWN_TOGGLE})`;
|
5868
5870
|
const SELECTOR_TAB_PANEL = '.list-group, .nav, [role="tablist"]';
|
5869
5871
|
const SELECTOR_OUTER = '.nav-item, .list-group-item';
|
5870
5872
|
const SELECTOR_INNER = `.nav-link${NOT_SELECTOR_DROPDOWN_TOGGLE}, .list-group-item${NOT_SELECTOR_DROPDOWN_TOGGLE}, [role="tab"]${NOT_SELECTOR_DROPDOWN_TOGGLE}`;
|
@@ -5964,13 +5966,19 @@
|
|
5964
5966
|
this._queueCallback(complete, element, element.classList.contains(CLASS_NAME_FADE$1));
|
5965
5967
|
}
|
5966
5968
|
_keydown(event) {
|
5967
|
-
if (![ARROW_LEFT_KEY, ARROW_RIGHT_KEY, ARROW_UP_KEY, ARROW_DOWN_KEY].includes(event.key)) {
|
5969
|
+
if (![ARROW_LEFT_KEY, ARROW_RIGHT_KEY, ARROW_UP_KEY, ARROW_DOWN_KEY, HOME_KEY, END_KEY].includes(event.key)) {
|
5968
5970
|
return;
|
5969
5971
|
}
|
5970
5972
|
event.stopPropagation(); // stopPropagation/preventDefault both added to support up/down keys without scrolling the page
|
5971
5973
|
event.preventDefault();
|
5972
|
-
const
|
5973
|
-
|
5974
|
+
const children = this._getChildren().filter(element => !isDisabled(element));
|
5975
|
+
let nextActiveElement;
|
5976
|
+
if ([HOME_KEY, END_KEY].includes(event.key)) {
|
5977
|
+
nextActiveElement = children[event.key === HOME_KEY ? 0 : children.length - 1];
|
5978
|
+
} else {
|
5979
|
+
const isNext = [ARROW_RIGHT_KEY, ARROW_DOWN_KEY].includes(event.key);
|
5980
|
+
nextActiveElement = getNextActiveElement(children, event.target, isNext, true);
|
5981
|
+
}
|
5974
5982
|
if (nextActiveElement) {
|
5975
5983
|
nextActiveElement.focus({
|
5976
5984
|
preventScroll: true
|