jekyll-theme-noesya 1.0.42 → 1.0.46
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/seo.html +2 -2
- data/_sass/commons/fonts.sass +7 -0
- data/_sass/commons/header.sass +3 -0
- data/_sass/commons/typography.sass +9 -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: 899a44673e8f60bc9df231ed79e9d2796071ac7e564dc113bfb04ac81be0f63d
|
4
|
+
data.tar.gz: 3caa940924707ad4807961f1c285fb62960b79fe98ee9a9813a9ee45fb947fa6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e52ff5458cf67dc75cd54f36ba8f7388f91901c7346fecbe056420fc1f595d30cd2c181a1becf4eedfb12ba69b17f053babd7befa8b0d5c84c9739990a9a80cd
|
7
|
+
data.tar.gz: 4be8e970f5d53ce048e7059e355e744f3536280035b9348ae76cbb7ab6f76bdf459cc69b9df9a4329df12ff1e3b4a2c66a225ff079078e40ad290cb381c85142
|
data/_includes/seo.html
CHANGED
@@ -24,8 +24,8 @@
|
|
24
24
|
<meta name="twitter:description" content="{{ description_seo }}">
|
25
25
|
<meta name="twitter:image" content="{{ image_seo }}">
|
26
26
|
<meta name="twitter:card" content="summary_large_image">
|
27
|
-
<meta property="twitter:domain" content="
|
27
|
+
<meta property="twitter:domain" content="noesya_coop">
|
28
28
|
<meta property="twitter:url" content="{{ site.url }}{{ page.url }}">
|
29
29
|
|
30
30
|
<!-- Icons -->
|
31
|
-
<link rel="icon" type="image/png" href="
|
31
|
+
<link rel="icon" type="image/png" href="https://assets.noesya.coop/images/share/favicon.png" />
|
data/_sass/commons/fonts.sass
CHANGED
@@ -12,6 +12,13 @@
|
|
12
12
|
font-weight: 400
|
13
13
|
src: url('https://assets.noesya.coop/fonts/signifier/signifier-web-regular-italic.woff2') format('woff2')
|
14
14
|
|
15
|
+
@font-face
|
16
|
+
font-display: swap
|
17
|
+
font-family: 'Signifier'
|
18
|
+
font-style: normal
|
19
|
+
font-weight: 700
|
20
|
+
src: url('https://assets.noesya.coop/fonts/signifier/signifier-bold.woff2') format('woff2')
|
21
|
+
|
15
22
|
@font-face
|
16
23
|
font-display: swap
|
17
24
|
font-family: 'Soehne'
|
data/_sass/commons/header.sass
CHANGED
@@ -4,12 +4,15 @@ body > header
|
|
4
4
|
display: flex
|
5
5
|
left: 0
|
6
6
|
padding-top: $grid-sm-margin * 2
|
7
|
+
pointer-events: none
|
7
8
|
position: fixed
|
8
9
|
right: 0
|
9
10
|
top: 0
|
10
11
|
z-index: 2
|
11
12
|
@include media-breakpoint-up(md)
|
12
13
|
padding-top: $grid-gutter * 2
|
14
|
+
> *
|
15
|
+
pointer-events: auto
|
13
16
|
a
|
14
17
|
text-decoration: none
|
15
18
|
// Logo
|
@@ -33,6 +33,9 @@ h2
|
|
33
33
|
@include media-breakpoint-up(lg)
|
34
34
|
font-size: px2rem(45)
|
35
35
|
|
36
|
+
strong, b
|
37
|
+
font-weight: 700
|
38
|
+
|
36
39
|
// Engagements
|
37
40
|
p + h2
|
38
41
|
margin-top: $grid-gutter * 4
|
@@ -79,6 +82,12 @@ sup
|
|
79
82
|
em, i
|
80
83
|
font-style: italic
|
81
84
|
|
85
|
+
abbr
|
86
|
+
text-decoration-color: rgba(255,255,255,0.5)
|
87
|
+
text-decoration-style: dotted
|
88
|
+
text-decoration-thickness: 1px
|
89
|
+
text-underline-offset: 3px
|
90
|
+
|
82
91
|
blockquote
|
83
92
|
border-bottom: 1px $border-color solid
|
84
93
|
border-top: 1px $border-color solid
|
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.46
|
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-25 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: jekyll
|