jekyll-theme-noesya 1.0.1 → 1.0.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -0
- data/_sass/commons/fonts.sass +0 -18
- data/_sass/commons/icon.sass +21 -0
- data/_sass/main.sass +1 -0
- metadata +8 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 99d7e0fe6b89e2e687f83d451cf20207016cad17d060848df26fb5bea00d7185
|
4
|
+
data.tar.gz: 7aec6635cf204cbb6eb7c8afa8aa66aaa7e6143fa5b3280a8336b17ad903867f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 85321d695470dbc26b51f919bfebcf5ac47811e1b9a460496612d23394921442cfb2b0dcaa946ace44753818e1e1d61d4e76f1aeee005954d2c4ecbd7e238cc7
|
7
|
+
data.tar.gz: '075278a27cd36b58272118a4c2315c29e9aa335fb4844be1fef36503d915f40eb9e1a139f57697ce86941df1d4d36f4afc344d78aeb8bba01cd97eed8b266c99'
|
data/README.md
ADDED
data/_sass/commons/fonts.sass
CHANGED
@@ -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
|
+
$icons: ("link-blank": "\e900", "link": "\e901", "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
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.
|
4
|
+
version: 1.0.6
|
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-
|
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: []
|