jekyll-theme-noesya 1.0.26 → 1.0.30
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/js/menu-burger.js +1 -1
- data/_includes/navigation-between-pages.html +2 -2
- data/_layouts/default.html +1 -1
- data/_sass/commons/darkmode.sass +2 -1
- data/_sass/commons/footer.sass +3 -1
- data/_sass/commons/header.sass +12 -4
- data/_sass/components/menu.sass +1 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6dfdbb0ba832dd49cb90a23cac4ce3b168bc8ade96e86dce7b495653b9311367
|
4
|
+
data.tar.gz: 647cf40520b1427288f055b8f904b7d709d95132c268e460d2590befdc815e77
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e1b9bf35368b54a4bb6f2f8c935b63239632c7b970731889eb8dfff77527cc7b6b643338aa14a9a4f65ecb233e852319ff8bbd30dede8dc3f4d9343123790e28
|
7
|
+
data.tar.gz: 0ddce5d62178625b1f5d8889fb86ecca0600dae775dd57c4cb80704c644967f2eca6e553bee16d9cac251e3b82f40f8ef0a88f4906bdf5b0adab45f36861fa8d
|
data/_includes/js/menu-burger.js
CHANGED
@@ -3,9 +3,9 @@
|
|
3
3
|
{% if page.nav %}
|
4
4
|
{% assign previous = page.nav.previous %}
|
5
5
|
{% assign next = page.nav.next %}
|
6
|
-
{% elsif
|
6
|
+
{% elsif page.nav_auto %}
|
7
7
|
{% assign collection = site[page.collection] %}
|
8
|
-
|
8
|
+
|
9
9
|
{% for item in collection %}
|
10
10
|
{% if item.title == page.title %}
|
11
11
|
{% unless forloop.first %}
|
data/_layouts/default.html
CHANGED
@@ -18,7 +18,7 @@
|
|
18
18
|
{% include header.html %}
|
19
19
|
<main aria-label="Content" class="{{ page.class | default: layout.class }}">
|
20
20
|
{{ content }}
|
21
|
-
{% include navigation-between-pages.html
|
21
|
+
{% include navigation-between-pages.html %}
|
22
22
|
</main>
|
23
23
|
{% include footer.html %}
|
24
24
|
|
data/_sass/commons/darkmode.sass
CHANGED
data/_sass/commons/footer.sass
CHANGED
data/_sass/commons/header.sass
CHANGED
@@ -14,13 +14,21 @@ body > header
|
|
14
14
|
text-decoration: none
|
15
15
|
// Logo
|
16
16
|
> a
|
17
|
-
align-self: flex-
|
18
|
-
display: inline-block
|
17
|
+
align-self: flex-end
|
19
18
|
flex-shrink: 0
|
20
19
|
position: relative
|
21
20
|
transition: filter .3s ease
|
22
|
-
vertical-align: middle
|
23
21
|
z-index: 1
|
22
|
+
@include media-breakpoint-up(sm)
|
23
|
+
margin-top: 1px
|
24
|
+
@include media-breakpoint-up(md)
|
25
|
+
margin-top: 0
|
26
|
+
@include media-breakpoint-up(lg)
|
27
|
+
margin-top: 3px
|
28
|
+
@include media-breakpoint-up(xl)
|
29
|
+
margin-top: 0
|
30
|
+
@include media-breakpoint-up(xxl)
|
31
|
+
margin-top: -4px
|
24
32
|
img
|
25
33
|
display: block
|
26
34
|
margin-left: -2px
|
@@ -31,7 +39,7 @@ body > header
|
|
31
39
|
@include media-breakpoint-down(sm)
|
32
40
|
font-size: px2rem(22)
|
33
41
|
margin-left: $grid-gutter / 2
|
34
|
-
margin-
|
42
|
+
margin-top: 2px
|
35
43
|
|
36
44
|
@include media-breakpoint-up(lg)
|
37
45
|
width: calc(8.3333% + 9px)
|
data/_sass/components/menu.sass
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-noesya
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.30
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sébastien Moulène
|
@@ -157,7 +157,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
157
157
|
- !ruby/object:Gem::Version
|
158
158
|
version: '0'
|
159
159
|
requirements: []
|
160
|
-
rubygems_version: 3.1.
|
160
|
+
rubygems_version: 3.1.4
|
161
161
|
signing_key:
|
162
162
|
specification_version: 4
|
163
163
|
summary: Noesya theme for Jekyll.
|