jekyll-theme-consulting 0.8.7 → 0.8.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/post.html +16 -0
- data/_sass/main/components/_facts.scss +6 -6
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 493d39a1c95f7a1895b6d28c7ebbc4a723ea875d0878a276fd9ca78092c9f624
|
4
|
+
data.tar.gz: b1dfa943e89cf76c4b360534440b3a3af9421d498cf54c138a7a76600a8a50f4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d14ac6444fb2e8376e44954ba5507fb488996df116749d34c9ca2355e4a7bf74e969ff783313ccbd71971db3797c4b990d29c1b227b677a953d283344084249e
|
7
|
+
data.tar.gz: 49eb2aa81f699bdbe8276d6b03e5b1cf9ed8a7deac82a17747ced298af214940bbe42423c4df1d2d2c167339efb76d685a6ff634fd81a9c1fe6c80650a558594
|
data/_includes/post.html
ADDED
@@ -0,0 +1,16 @@
|
|
1
|
+
<article>
|
2
|
+
{%- if include.image-src -%}
|
3
|
+
<a href="{{ include.target-url | absolute_url }}" class="image" >
|
4
|
+
<img class="lazy-loading" src="{{ include.image-src | absolute_url }}" data-src="{{ include.image-placeholder-src | default: image-src | absolute_url }}" alt="{{ include.image-alt-text }}">
|
5
|
+
</a>
|
6
|
+
{%- endif -%}
|
7
|
+
<h3>{{ include.title }}</h3>
|
8
|
+
<p>{{ include.content }}</p>
|
9
|
+
<ul class="actions">
|
10
|
+
<li>
|
11
|
+
<a href="{{ include.target-url | absolute_url }}" class="button">
|
12
|
+
{% if page.lang=="en" %}More{% elsif page.lang=="fr" %}Plus{% endif %}
|
13
|
+
</a>
|
14
|
+
</li>
|
15
|
+
</ul>
|
16
|
+
</article>
|
@@ -37,7 +37,7 @@
|
|
37
37
|
height: 20%;
|
38
38
|
text-align: center;
|
39
39
|
font-size: 3rem;
|
40
|
-
color: _palette(accent);
|
40
|
+
color: _palette(accent) !important;
|
41
41
|
}
|
42
42
|
|
43
43
|
.fact-intro, .fact-outro {
|
@@ -105,7 +105,7 @@
|
|
105
105
|
}
|
106
106
|
|
107
107
|
article:hover {
|
108
|
-
background-color: _palette(accent);
|
108
|
+
background-color: _palette(accent) !important;
|
109
109
|
|
110
110
|
.on {
|
111
111
|
display: none;
|
@@ -113,14 +113,14 @@
|
|
113
113
|
|
114
114
|
.off.icon {
|
115
115
|
display: block;
|
116
|
-
color: _palette(accent-cp);
|
116
|
+
color: _palette(accent-cp) !important;
|
117
117
|
}
|
118
118
|
|
119
119
|
.off.fact-intro {
|
120
120
|
display: table;
|
121
121
|
|
122
122
|
p {
|
123
|
-
color: #ffffff;
|
123
|
+
color: #ffffff !important;
|
124
124
|
}
|
125
125
|
}
|
126
126
|
|
@@ -128,7 +128,7 @@
|
|
128
128
|
display: table;
|
129
129
|
|
130
130
|
h3 {
|
131
|
-
color: #ffffff;
|
131
|
+
color: #ffffff !important;
|
132
132
|
}
|
133
133
|
}
|
134
134
|
|
@@ -136,7 +136,7 @@
|
|
136
136
|
display: table;
|
137
137
|
|
138
138
|
p {
|
139
|
-
color: #ffffff;
|
139
|
+
color: #ffffff !important;
|
140
140
|
}
|
141
141
|
}
|
142
142
|
}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-consulting
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.8.
|
4
|
+
version: 0.8.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Moodule
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-07-
|
11
|
+
date: 2020-07-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -86,6 +86,7 @@ files:
|
|
86
86
|
- _includes/language.html
|
87
87
|
- _includes/logo.html
|
88
88
|
- _includes/navigation.html
|
89
|
+
- _includes/post.html
|
89
90
|
- _includes/scripts.html
|
90
91
|
- _includes/search.html
|
91
92
|
- _includes/sidebar.html
|