jekyll-theme-noesya 1.0.51 → 1.1.0
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 +2 -2
- data/_includes/nav/bcorp.html +2 -2
- 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 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f88c787a5f8bc4de7ae052a174e8dd95d1629db78b9cfb1cd49d5310ddd4d53d
|
4
|
+
data.tar.gz: f0b7067e2b26ccbe5f793e288fa0b89157f4f41f402727c0e0bcdbc0c84c1528
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5943a0ba3740ada5c6d556c62a5040756d8b6b70d8b931d88ddfdfff0995a988a65a1d5c3c3b56b15294c256bdc8d6f1cf8c1e933c3c35b644d4cf70c4f756df
|
7
|
+
data.tar.gz: 83e8212ceaaa52e8d15260f48f12f895e036ebaf840eba2a46b1308af1f65bf73163de56a3ac9d9d528763e24f6b03c53d8fe94ff1488cd7965d74566a75fb8a
|
data/_includes/footer.html
CHANGED
@@ -8,8 +8,8 @@
|
|
8
8
|
</address>
|
9
9
|
<address class="h-card">
|
10
10
|
<p class="p-name">noesya Bordeaux</p>
|
11
|
-
<span class="p-street-address">
|
12
|
-
<span class="p-postal-code">
|
11
|
+
<span class="p-street-address">2 rue Louis Combes</span><br>
|
12
|
+
<span class="p-postal-code">33000</span> <span class="p-locality">Bordeaux</span><br>
|
13
13
|
<span class="p-country-name">France</span>
|
14
14
|
</address>
|
15
15
|
{% include nav/ecosystem.html %}
|
data/_includes/nav/bcorp.html
CHANGED
@@ -1,3 +1,3 @@
|
|
1
|
-
<a href="https://bcorporation.net/certification/all-pending-b-corps" target="_blank" rel="noreferrer">
|
2
|
-
<img src="https://assets.noesya.coop/images/logos/logo-bcorp-pending.svg" alt="Certified B-Corporation Pending" width="66" height="120"
|
1
|
+
<a href="https://bcorporation.net/certification/all-pending-b-corps" target="_blank" rel="noreferrer" class="bcorp">
|
2
|
+
<img src="https://assets.noesya.coop/images/logos/logo-bcorp-pending.svg" alt="Certified B-Corporation Pending" width="66" height="120">
|
3
3
|
</a>
|
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.1.0
|
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-09-07 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
|
@@ -128,6 +128,7 @@ files:
|
|
128
128
|
- _sass/layouts/page.sass
|
129
129
|
- _sass/main.sass
|
130
130
|
- _sass/pages/index.sass
|
131
|
+
- _sass/print.sass
|
131
132
|
- _sass/tools/functions/px2rem.sass
|
132
133
|
- _sass/tools/mixins/container.sass
|
133
134
|
- _sass/tools/mixins/graphics.sass
|
@@ -137,6 +138,7 @@ files:
|
|
137
138
|
- _sass/tools/reset.sass
|
138
139
|
- _sass/tools/variables.sass
|
139
140
|
- assets/css/main.scss
|
141
|
+
- assets/css/print.scss
|
140
142
|
- assets/images/chouette/large.png
|
141
143
|
- assets/images/chouette/small.png
|
142
144
|
- assets/js/main.js
|
@@ -145,7 +147,7 @@ licenses:
|
|
145
147
|
- MIT
|
146
148
|
metadata:
|
147
149
|
plugin_type: theme
|
148
|
-
post_install_message:
|
150
|
+
post_install_message:
|
149
151
|
rdoc_options: []
|
150
152
|
require_paths:
|
151
153
|
- lib
|
@@ -160,8 +162,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
160
162
|
- !ruby/object:Gem::Version
|
161
163
|
version: '0'
|
162
164
|
requirements: []
|
163
|
-
rubygems_version: 3.
|
164
|
-
signing_key:
|
165
|
+
rubygems_version: 3.3.7
|
166
|
+
signing_key:
|
165
167
|
specification_version: 4
|
166
168
|
summary: Noesya theme for Jekyll.
|
167
169
|
test_files: []
|