jekyll-theme-noesya 1.0.23 → 1.0.27
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_layouts/default.html +1 -1
- data/_sass/commons/header.sass +12 -17
- data/_sass/components/menu.sass +1 -0
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ab8020ecb5c037a73c4c2b92366494271bbaa661c60b512967e73efd94986f37
|
4
|
+
data.tar.gz: e661517e36374b314a7215f3664f85b514d206cb2477798614eef44318317940
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6007a451d4f6deed078681d51c8b54d638e947a475be85b52097e205052e957c715def1783ac772f8306c5b4de484ade0fbfe3a80e1bb82c0d146a05e580a162
|
7
|
+
data.tar.gz: b3290e1bab5c1362bdfe23d60fbc202abe5c1f5f7cd890c669a6dd4f440af0f99a51bd3280ffa5a33951bd6bea62b2ae5ba57b6cddbd2940831d6a55347d615b
|
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 auto=page.auto_navigation %}
|
22
22
|
</main>
|
23
23
|
{% include footer.html %}
|
24
24
|
|
data/_sass/commons/header.sass
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
body > header
|
2
2
|
@include container
|
3
|
-
align-items:
|
3
|
+
align-items: baseline
|
4
4
|
display: flex
|
5
5
|
left: 0
|
6
6
|
padding-top: $grid-sm-margin * 2
|
@@ -10,33 +10,28 @@ body > header
|
|
10
10
|
z-index: 2
|
11
11
|
@include media-breakpoint-up(md)
|
12
12
|
padding-top: $grid-gutter * 2
|
13
|
-
&.menu-burger-only-mobile
|
14
|
-
margin-top: -3px
|
15
|
-
nav
|
16
|
-
margin-top: -3px
|
17
13
|
a
|
18
14
|
text-decoration: none
|
19
|
-
|
20
|
-
img
|
21
|
-
display: block
|
22
|
-
margin-left: -2px
|
15
|
+
// Logo
|
23
16
|
> a
|
24
|
-
|
17
|
+
align-self: flex-start
|
25
18
|
flex-shrink: 0
|
26
19
|
position: relative
|
27
20
|
transition: filter .3s ease
|
28
|
-
vertical-align: middle
|
29
21
|
z-index: 1
|
22
|
+
@include media-breakpoint-up(md)
|
23
|
+
margin-top: -1px
|
24
|
+
img
|
25
|
+
display: block
|
26
|
+
margin-left: -2px
|
30
27
|
& + em
|
31
|
-
display: inline-block
|
32
28
|
flex-shrink: 0
|
33
29
|
font-size: px2rem(25)
|
34
30
|
margin-left: $grid-gutter
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
margin-left: 15px
|
31
|
+
@include media-breakpoint-down(sm)
|
32
|
+
font-size: px2rem(22)
|
33
|
+
margin-left: $grid-gutter / 2
|
34
|
+
margin-top: 2px
|
40
35
|
|
41
36
|
@include media-breakpoint-up(lg)
|
42
37
|
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.27
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sébastien Moulène
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2021-11-
|
13
|
+
date: 2021-11-08 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: jekyll
|
@@ -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.6
|
161
161
|
signing_key:
|
162
162
|
specification_version: 4
|
163
163
|
summary: Noesya theme for Jekyll.
|