jekyll-theme-noesya 1.0.49 → 1.0.53
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/footer.html +1 -1
- data/_includes/nav/bcorp.html +3 -0
- data/_layouts/default.html +1 -0
- data/_sass/commons/darkmode.sass +0 -12
- data/_sass/commons/footer.sass +21 -3
- data/_sass/print.sass +14 -0
- data/assets/css/print.scss +5 -0
- metadata +9 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fada86032ba17a53edc78e885734d4de6b552e5cf6edb6b2d60caa91384ad73b
|
4
|
+
data.tar.gz: 3bceb5448577d7eb1c67adc19d991d796598518e83f1086706d5632ec075460c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 20c8b75408b0c8d3a12d7c3d955dabea6b25af149aa2501ba21892e49adeacddadb2b1eacfe3432b8c94ddb3c8077a5e7dbd67f2c8e1efc2fe3b39e55ac3071f
|
7
|
+
data.tar.gz: 921925337d33a0cd3c17eff8bd092d13be6d63501735e10ef3fa9c118e723788e270e9294694ee6016b058cfbd3b91addf9548e446bb8b68d2ce5068802535a3
|
data/_includes/footer.html
CHANGED
@@ -13,7 +13,7 @@
|
|
13
13
|
<span class="p-country-name">France</span>
|
14
14
|
</address>
|
15
15
|
{% include nav/ecosystem.html %}
|
16
|
-
|
16
|
+
{% include nav/bcorp.html %}
|
17
17
|
{% picture owl_footer "/assets/images/chouette/small.png" --img alt="La chouette noesya" %}
|
18
18
|
{% include nav/legal.html %}
|
19
19
|
{% include nav/contacts.html %}
|
data/_layouts/default.html
CHANGED
data/_sass/commons/darkmode.sass
CHANGED
data/_sass/commons/footer.sass
CHANGED
@@ -28,6 +28,10 @@ body > footer
|
|
28
28
|
margin-bottom: $grid-gutter
|
29
29
|
&::after
|
30
30
|
content: none
|
31
|
+
&.bcorp
|
32
|
+
margin-bottom: 0
|
33
|
+
img
|
34
|
+
display: block
|
31
35
|
&.contacts, &.legal
|
32
36
|
li
|
33
37
|
font-size: px2rem(22)
|
@@ -38,14 +42,17 @@ body > footer
|
|
38
42
|
picture
|
39
43
|
display: block
|
40
44
|
margin-bottom: $grid-gutter
|
41
|
-
max-width:
|
42
|
-
|
45
|
+
max-width: 85px
|
43
46
|
|
47
|
+
@include media-breakpoint-down(lg)
|
48
|
+
.bcorp
|
49
|
+
float: right
|
50
|
+
margin-top: 22px
|
44
51
|
@include media-breakpoint-up(lg)
|
45
52
|
nav
|
46
53
|
&:first-of-type
|
47
54
|
li
|
48
|
-
font-size: px2rem(
|
55
|
+
font-size: px2rem(40)
|
49
56
|
line-height: 1.4
|
50
57
|
|
51
58
|
@include media-breakpoint-height-up(780px)
|
@@ -108,3 +115,14 @@ body > footer
|
|
108
115
|
grid-row: 2/2
|
109
116
|
margin-bottom: 0
|
110
117
|
max-width: none
|
118
|
+
@media (prefers-color-scheme: dark)
|
119
|
+
background-color: $white
|
120
|
+
color: $primary
|
121
|
+
.bcorp img
|
122
|
+
filter: invert(1)
|
123
|
+
li span
|
124
|
+
color: $secondary
|
125
|
+
a
|
126
|
+
color: $secondary-on-gray
|
127
|
+
&:hover
|
128
|
+
color: $primary
|
data/_sass/print.sass
ADDED
metadata
CHANGED
@@ -1,16 +1,16 @@
|
|
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.53
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sébastien Moulène
|
8
8
|
- Arnaud Levy
|
9
9
|
- Alexis BENOIT
|
10
|
-
autorequire:
|
10
|
+
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date:
|
13
|
+
date: 2022-01-11 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: jekyll
|
@@ -82,7 +82,7 @@ dependencies:
|
|
82
82
|
- - ">="
|
83
83
|
- !ruby/object:Gem::Version
|
84
84
|
version: '0'
|
85
|
-
description:
|
85
|
+
description:
|
86
86
|
email:
|
87
87
|
- sebousan@gmail.com
|
88
88
|
- contact@arnaudlevy.com
|
@@ -100,6 +100,7 @@ files:
|
|
100
100
|
- _includes/js/menu-burger.js
|
101
101
|
- _includes/js/notes.js
|
102
102
|
- _includes/js/paragraphs-index.js
|
103
|
+
- _includes/nav/bcorp.html
|
103
104
|
- _includes/nav/contacts.html
|
104
105
|
- _includes/nav/ecosystem.html
|
105
106
|
- _includes/nav/legal.html
|
@@ -127,6 +128,7 @@ files:
|
|
127
128
|
- _sass/layouts/page.sass
|
128
129
|
- _sass/main.sass
|
129
130
|
- _sass/pages/index.sass
|
131
|
+
- _sass/print.sass
|
130
132
|
- _sass/tools/functions/px2rem.sass
|
131
133
|
- _sass/tools/mixins/container.sass
|
132
134
|
- _sass/tools/mixins/graphics.sass
|
@@ -136,6 +138,7 @@ files:
|
|
136
138
|
- _sass/tools/reset.sass
|
137
139
|
- _sass/tools/variables.sass
|
138
140
|
- assets/css/main.scss
|
141
|
+
- assets/css/print.scss
|
139
142
|
- assets/images/chouette/large.png
|
140
143
|
- assets/images/chouette/small.png
|
141
144
|
- assets/js/main.js
|
@@ -144,7 +147,7 @@ licenses:
|
|
144
147
|
- MIT
|
145
148
|
metadata:
|
146
149
|
plugin_type: theme
|
147
|
-
post_install_message:
|
150
|
+
post_install_message:
|
148
151
|
rdoc_options: []
|
149
152
|
require_paths:
|
150
153
|
- lib
|
@@ -160,7 +163,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
160
163
|
version: '0'
|
161
164
|
requirements: []
|
162
165
|
rubygems_version: 3.1.6
|
163
|
-
signing_key:
|
166
|
+
signing_key:
|
164
167
|
specification_version: 4
|
165
168
|
summary: Noesya theme for Jekyll.
|
166
169
|
test_files: []
|