jekyll-theme-noesya 1.0.1 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b70105a5ec5641307487867066ff8b67aab9d0bbb6977a3b001e49c0a6c6b23a
4
- data.tar.gz: c4969a0c618884985f080b3b281aae57b9890da346432c95e60e4d9514020a36
3
+ metadata.gz: 3d2e3e782cf57de86e73f1ac5e0b4fa61bbc7869ec422f92039689ccb6d1d2af
4
+ data.tar.gz: 25c8513f3dcb0a851c9c1c0c514400efe76032ee6a9dea6fe7a4e61e431a5730
5
5
  SHA512:
6
- metadata.gz: 97f19317db650751c544b9f6a154cd970f1d2431e50e4cb900fff728409b9321f43d1feb03bf66b6f6e623cf6a91c14a91a26cf7f7dd38ca81f1df5786e7dbde
7
- data.tar.gz: b892e966f9e5897e3dab675d5a03d38923e724aa640f9681de98e4428ea878583479c3255ca87db2fa6525950667cda46ec295da03c87f6da52c704108f0095f
6
+ metadata.gz: 3fc8303d8e0236dd74de7d09f923613bca613cacb7ef6d33b98cb44fe2a5e3c0c9f4eb8b40aa3ac2f80f0f54d1262ad413d72d4f478a3661adb07df086424c47
7
+ data.tar.gz: f7bcce4b3fb26b635728eb4b0168cbdc05fde7d0ce43ea39d3623377822ab350d22548897f488a4996ebfbefe033cdc30d455a0c7666c2476b52c51f500df3a2
data/README.md ADDED
@@ -0,0 +1,2 @@
1
+ ## Gem
2
+ https://rubygems.org/gems/jekyll-theme-noesya
@@ -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,41 @@
1
+ @mixin icon
2
+ -moz-osx-font-smoothing: grayscale
3
+ -webkit-font-smoothing: antialiased
4
+ display: inline-block
5
+ font-family: 'icons' !important
6
+ font-style: normal
7
+ font-variant: normal
8
+ font-weight: normal
9
+ line-height: 1
10
+ speak: never
11
+ text-transform: none
12
+
13
+ .icon::before
14
+ @include icon
15
+
16
+ .icon-link-blank::before
17
+ content: "\e900"
18
+
19
+ .icon-link::before
20
+ content: "\e901"
21
+
22
+ .icon-download::before
23
+ content: "\e902"
24
+
25
+ .icon-document::before
26
+ content: "\e903"
27
+
28
+ .icon-strategique::before
29
+ content: "\e904"
30
+
31
+ .icon-ecologique::before
32
+ content: "\e905"
33
+
34
+ .icon-juridique::before
35
+ content: "\e906"
36
+
37
+ .icon-economique::before
38
+ content: "\e907"
39
+
40
+ .icon-ethique::before
41
+ content: "\e908"
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.1
4
+ version: 1.0.3
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: []