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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 86150bd945c4eafcf74b6ef9041e7c9cd1517a2529b6c2be74e2728c483d007e
4
- data.tar.gz: e07efd22690691cc79202020cba58190389e541a347582c46515263088f64030
3
+ metadata.gz: 6dfdbb0ba832dd49cb90a23cac4ce3b168bc8ade96e86dce7b495653b9311367
4
+ data.tar.gz: 647cf40520b1427288f055b8f904b7d709d95132c268e460d2590befdc815e77
5
5
  SHA512:
6
- metadata.gz: 42e0647a9e33e2b6d871b65821ea46e347af9c0b4251a0e910c243101e2a8f9a31f3e388e545215143a12b37571ddfd6a7d94124d4e56aa1a33f9385cb081928
7
- data.tar.gz: ea3a5d316ba5dbee2da929bdc84b4e43159c6d94f03c7f04cf50b37c17add27faf0e16272840650a9dd9f64ed44c9494cabb3af301e86cd1a4b01abee6cd6d4d
6
+ metadata.gz: e1b9bf35368b54a4bb6f2f8c935b63239632c7b970731889eb8dfff77527cc7b6b643338aa14a9a4f65ecb233e852319ff8bbd30dede8dc3f4d9343123790e28
7
+ data.tar.gz: 0ddce5d62178625b1f5d8889fb86ecca0600dae775dd57c4cb80704c644967f2eca6e553bee16d9cac251e3b82f40f8ef0a88f4906bdf5b0adab45f36861fa8d
@@ -11,7 +11,7 @@ window.menu = {
11
11
  setTimeout(function () {
12
12
  document.body.classList.remove('is-loading');
13
13
  window.addEventListener('resize', this.resize.bind(this));
14
- }.bind(this), 100);
14
+ }.bind(this), 300);
15
15
  },
16
16
  bind: function () {
17
17
  'use strict';
@@ -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 include.auto %}
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 %}
@@ -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 auto=page.auto_navigation %}
21
+ {% include navigation-between-pages.html %}
22
22
  </main>
23
23
  {% include footer.html %}
24
24
 
@@ -76,8 +76,9 @@
76
76
  body > footer
77
77
  background-color: $white
78
78
  color: $primary
79
- li span, a
79
+ li span
80
80
  color: $secondary
81
81
  a
82
+ color: $secondary-on-gray
82
83
  &:hover
83
84
  color: $primary
@@ -9,7 +9,9 @@ body > footer
9
9
  margin-bottom: $grid-gutter * 2
10
10
  p
11
11
  margin-bottom: $grid-gutter
12
- li span, a
12
+ a
13
+ color: rgba($white, 0.8)
14
+ li span
13
15
  color: $secondary-reverse
14
16
  a
15
17
  text-decoration: none
@@ -14,13 +14,21 @@ body > header
14
14
  text-decoration: none
15
15
  // Logo
16
16
  > a
17
- align-self: flex-start
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-right: 2px
42
+ margin-top: 2px
35
43
 
36
44
  @include media-breakpoint-up(lg)
37
45
  width: calc(8.3333% + 9px)
@@ -90,6 +90,7 @@
90
90
  .menu-burger-only-mobile &
91
91
  background: transparent
92
92
  margin-left: auto
93
+ overflow: visible
93
94
  padding-top: 0
94
95
  position: static
95
96
  transform: none
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.26
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.6
160
+ rubygems_version: 3.1.4
161
161
  signing_key:
162
162
  specification_version: 4
163
163
  summary: Noesya theme for Jekyll.