jekyll-theme-noesya 1.0.0 → 1.0.5

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: eb24752952e4e3355b88fb159d01685d7969a46e21169d4048a0b6848512746d
4
- data.tar.gz: 25d42f699d4f9ab0b314278da526008ea1c0bfd77379edbe9a48d1412d64077c
3
+ metadata.gz: 70358ce650e075bb0c4afe695d5b4ce0aa644cd3c9a678bebd9e33897a0d9f95
4
+ data.tar.gz: 41b58e2f8069384d13ed07c507e4aa280c46210ea2dcdb1d5e28d57152602372
5
5
  SHA512:
6
- metadata.gz: 0dd9596f0a04c1e49219ec8aec1e4a89d61545080037423b25d92c4b724d5d6759cff813f1c62aebcf7a79117372f22b5d7ab7a2b0ca2c078fbdba5a6f7e43ca
7
- data.tar.gz: 359199d5f98b1e8686df280edf4c3778ca8dd635052b496c078330ffa81c6504e688fab55f6953a6d498ba05f4f9bd0adeefe261ba7b948e10a26890f4980929
6
+ metadata.gz: 4ef5c804912f86abbc094f25a7740881894985f9b3be16fd4bd2a7031396810f4396a69da62799771e7001d505ba8b7417f856384d4854b1f660bb88efcc3e71
7
+ data.tar.gz: be464d32a3d140773ef28a73aef9f1114625cba0d0af8796e50bec547837fc94b68ce1d4cf45779a6bb6e1264bf12302c9da07c695c0ba7346151a831b3d8605
data/README.md ADDED
@@ -0,0 +1,2 @@
1
+ ## Gem
2
+ https://rubygems.org/gems/jekyll-theme-noesya
@@ -13,7 +13,7 @@
13
13
  <span class="p-country-name">France</span>
14
14
  </address>
15
15
  {% include nav/ecosystem.html %}
16
- <!-- <a href="https://bcorporation.net" target="_blank" rel="noreferrer"><img src="//assets.noesya.coop/images/logos/logo-bcorp.svg" alt="Certified B-Corporation" width="63" height="103"></a> -->
16
+ <!-- <a href="https://bcorporation.net" target="_blank" rel="noreferrer"><img src="https://assets.noesya.coop/images/logos/logo-bcorp.svg" alt="Certified B-Corporation" width="63" height="103"></a> -->
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 %}
@@ -1,6 +1,6 @@
1
1
  <header id="header">
2
2
  <a href="/">
3
- <img src="//assets.noesya.coop/images/logos/logo-noesya.svg" alt="{{ site.title }}" width="100" height="26">
3
+ <img src="https://assets.noesya.coop/images/logos/logo-noesya.svg" alt="{{ site.title }}" width="100" height="26">
4
4
  </a>
5
5
  {% if site.subdomain != '' %}
6
6
  <em>{{site.subdomain}}</em>
@@ -7,9 +7,9 @@
7
7
  {% include seo.html %}
8
8
 
9
9
  <!-- Preload -->
10
- <link rel="preload" as="font" href="https://assets.noesya.coop/fonts/signifier/signifier-web-regular.woff2" type="font/woff2">
11
- <link rel="preload" as="font" href="https://assets.noesya.coop/fonts/signifier/signifier-web-regular-italic.woff2" type="font/woff2">
12
- <link rel="preload" as="font" href="https://assets.noesya.coop/fonts/soehne/soehne-web-buch.woff2" type="font/woff2">
10
+ <link rel="preload" as="font" href="https://assets.noesya.coop/fonts/signifier/signifier-web-regular.woff2" type="font/woff2" crossOrigin="anonymous">
11
+ <link rel="preload" as="font" href="https://assets.noesya.coop/fonts/signifier/signifier-web-regular-italic.woff2" type="font/woff2" crossOrigin="anonymous">
12
+ <link rel="preload" as="font" href="https://assets.noesya.coop/fonts/soehne/soehne-web-buch.woff2" type="font/woff2" crossOrigin="anonymous">
13
13
 
14
14
  <!-- CSS -->
15
15
  <link rel="stylesheet" href="/assets/css/main.css">
@@ -25,21 +25,3 @@
25
25
  font-style: normal
26
26
  font-weight: normal
27
27
  src: url('https://assets.noesya.coop/fonts/icons.woff') format('woff')
28
-
29
- @mixin icon
30
- -moz-osx-font-smoothing: grayscale
31
- -webkit-font-smoothing: antialiased
32
- display: inline-block
33
- font-family: 'icons' !important
34
- font-style: normal
35
- font-variant: normal
36
- font-weight: normal
37
- line-height: 1
38
- speak: never
39
- text-transform: none
40
-
41
- .icon-link-blank:before
42
- content: "\e900"
43
-
44
- .icon-link:before
45
- content: "\e901"
@@ -0,0 +1,21 @@
1
+ $theme-colors: ("link-blank": "\e900", "link": "\e901", "download": "\e902", "download": "\e902", "document": "\e903", "ecologique-thin": "\e905", "economique-thin": "\e907", "ethique-thin": "\e908", "juridique-thin": "\e906", "strategique-thin": "\e904", "ecologique": "\e909", "economique": "\e90a", "ethique": "\e90b", "juridique": "\e90c", "strategique": "\e90d")
2
+
3
+ @mixin icon
4
+ -moz-osx-font-smoothing: grayscale
5
+ -webkit-font-smoothing: antialiased
6
+ display: inline-block
7
+ font-family: 'icons' !important
8
+ font-style: normal
9
+ font-variant: normal
10
+ font-weight: normal
11
+ line-height: 1
12
+ speak: never
13
+ text-transform: none
14
+
15
+ @each $icon in $icons
16
+ .icon--#{$icon}
17
+ &::before
18
+ content: #{$icon}
19
+
20
+ .icon::before
21
+ @include icon
data/_sass/main.sass CHANGED
@@ -9,6 +9,7 @@
9
9
  @import "commons/fonts"
10
10
  @import "commons/global"
11
11
  @import "commons/grid"
12
+ @import "commons/icon"
12
13
  @import "commons/typography"
13
14
  @import "commons/header"
14
15
  @import "commons/footer"
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-noesya
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sébastien Moulène
8
8
  - Arnaud Levy
9
- autorequire:
9
+ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2021-10-29 00:00:00.000000000 Z
12
+ date: 2021-11-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: jekyll
@@ -81,7 +81,7 @@ dependencies:
81
81
  - - ">="
82
82
  - !ruby/object:Gem::Version
83
83
  version: '0'
84
- description:
84
+ description:
85
85
  email:
86
86
  - sebousan@gmail.com
87
87
  - contact@arnaudlevy.com
@@ -90,6 +90,7 @@ extensions: []
90
90
  extra_rdoc_files: []
91
91
  files:
92
92
  - LICENSE
93
+ - README.md
93
94
  - _includes/footer.html
94
95
  - _includes/header.html
95
96
  - _includes/js/menu.js
@@ -106,6 +107,7 @@ files:
106
107
  - _sass/commons/global.sass
107
108
  - _sass/commons/grid.sass
108
109
  - _sass/commons/header.sass
110
+ - _sass/commons/icon.sass
109
111
  - _sass/commons/links.sass
110
112
  - _sass/commons/typography.sass
111
113
  - _sass/components/header.sass
@@ -129,7 +131,7 @@ licenses:
129
131
  - MIT
130
132
  metadata:
131
133
  plugin_type: theme
132
- post_install_message:
134
+ post_install_message:
133
135
  rdoc_options: []
134
136
  require_paths:
135
137
  - lib
@@ -145,7 +147,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
145
147
  version: '0'
146
148
  requirements: []
147
149
  rubygems_version: 3.1.6
148
- signing_key:
150
+ signing_key:
149
151
  specification_version: 4
150
152
  summary: Noesya theme for Jekyll.
151
153
  test_files: []