compost-jekyll-theme 0.4.3 → 0.4.4
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 +4 -4
- data/_data/en.yml +56 -56
- data/_data/es.yml +55 -55
- data/_data/fixtures/activity_pub/activities/sutty.yml +19 -17
- data/_data/fixtures/activity_pub/likes.yml +18 -18
- data/_data/fixtures/activity_pub/replies.yml +444 -421
- data/_data/fixtures/activity_pub/shared.yml +65 -65
- data/_data/fixtures/activity_pub/users/cibor_yogui.yml +49 -49
- data/_data/fixtures/activity_pub/users/edumerco.yml +64 -62
- data/_data/fixtures/activity_pub/users/f.yml +65 -62
- data/_data/fixtures/activity_pub/users/sutty.yml +63 -60
- data/_data/layouts/about.yml +20 -20
- data/_data/layouts/author.yml +2 -2
- data/_data/layouts/back_cover.yml +2 -2
- data/_data/layouts/button.yml +2 -2
- data/_data/layouts/button_copy.yml +2 -2
- data/_data/layouts/code_of_conduct.yml +2 -2
- data/_data/layouts/footer.yml +2 -2
- data/_data/layouts/front_cover.yml +2 -2
- data/_data/layouts/goal.yml +2 -2
- data/_data/layouts/license.yml +2 -2
- data/_data/layouts/menu.yml +10 -10
- data/_data/layouts/post.yml +5 -5
- data/_data/layouts/privacy_policy.yml +2 -2
- data/_data/layouts/support.yml +2 -2
- data/_data/layouts/supporter.yml +2 -2
- data/_data/layouts/theme.yml +65 -41
- data/_data/placeholder.yml +2 -2
- data/_data/schema.yml +10 -10
- data/_data/theme.yml +54 -54
- data/_includes/author_block.html +7 -8
- data/_includes/biography.html +3 -4
- data/_includes/bootstrap/custom_select.html +6 -7
- data/_includes/btn_header.html +8 -9
- data/_includes/buttons/with_copy.html +6 -7
- data/_includes/buttons/with_link.html +8 -9
- data/_includes/card_horizontal.html +6 -7
- data/_includes/cover_post/generic.html +26 -25
- data/_includes/cover_post/home.html +9 -9
- data/_includes/cover_post/menu.html +16 -15
- data/_includes/date.html +4 -3
- data/_includes/details.html +17 -18
- data/_includes/device_detector.html +19 -8
- data/_includes/divider.html +6 -7
- data/_includes/embed_responsive.html +13 -11
- data/_includes/external_link.html +10 -10
- data/_includes/fa.html +11 -6
- data/_includes/footer.html +10 -13
- data/_includes/goal.html +20 -12
- data/_includes/header.html +20 -17
- data/_includes/header_toggler.html +28 -28
- data/_includes/headings/generic.html +4 -5
- data/_includes/headings/h1.html +3 -4
- data/_includes/headings/h2.html +3 -4
- data/_includes/headings/h3.html +3 -4
- data/_includes/headings/with_link.html +4 -5
- data/_includes/image_with_link.html +18 -16
- data/_includes/license_block.html +7 -5
- data/_includes/menu_close.html +4 -5
- data/_includes/menu_item.html +4 -5
- data/_includes/menu_open.html +4 -5
- data/_includes/navigation_post.html +32 -30
- data/_includes/picture.html +11 -10
- data/_includes/script.html +1 -1
- data/_includes/text_link.html +5 -6
- data/_includes/theme/author_block.html +1 -1
- data/_includes/theme/biography.html +1 -3
- data/_includes/theme/card_horizontal.html +2 -1
- data/_includes/theme/cards.html +6 -5
- data/_includes/theme/colors.html +1 -1
- data/_includes/theme/content.html +9 -9
- data/_includes/theme/embed_responsive.html +3 -3
- data/_includes/theme/font_sizes.html +6 -10
- data/_includes/theme/footer.html +2 -1
- data/_includes/theme/header_close.html +14 -13
- data/_includes/theme/header_open.html +14 -13
- data/_includes/theme/header_toggler.html +11 -9
- data/_includes/theme/llamar_modal.html +3 -7
- data/_includes/theme/modal_ayuda.html +1 -1
- data/_includes/theme/modal_imagen.html +2 -4
- data/_includes/theme/modal_video.html +2 -4
- data/_includes/theme/reactions.html +4 -1
- data/_includes/theme/toot_card.html +4 -3
- data/_includes/toggler/toggler.html +3 -2
- data/_includes/toggler/toggler_label.html +2 -1
- data/_includes/toggler/toggler_related.html +2 -1
- data/_layouts/about.html +2 -3
- data/_layouts/back_cover.html +11 -10
- data/_layouts/code_of_conduct.html +3 -3
- data/_layouts/default.html +27 -16
- data/_layouts/default_with_menu.html +7 -6
- data/_layouts/home.html +33 -32
- data/_layouts/license.html +3 -3
- data/_layouts/page.html +0 -1
- data/_layouts/post.html +1 -1
- data/_layouts/privacy_policy.html +3 -3
- data/_layouts/support.html +28 -27
- data/_layouts/theme.html +0 -1
- data/_sass/content.scss +25 -10
- data/_sass/details.scss +24 -22
- data/_sass/open_sans.scss +36 -20
- data/_sass/open_sans_wght_700.scss +36 -20
- data/_sass/roboto_ital_wght_0_100_0_300_0_400_0_500_0_700_0_900_1_100_1_300_1_400_1_500_1_700_1_900.scss +418 -228
- data/_sass/roboto_mono_ital_wght_0_400_0_700_1_400_1_700.scss +12 -8
- data/_sass/source_serif_4_ital_wght_0_400_0_700_1_400_1_700.scss +8 -8
- data/_sass/utilities.scss +60 -21
- data/_sass/work_sans_ital_wght_1_300.scss +3 -2
- metadata +2 -2
@@ -1,28 +1,32 @@
|
|
1
1
|
@font-face {
|
2
|
-
font-family:
|
2
|
+
font-family: "Roboto Mono";
|
3
3
|
font-style: italic;
|
4
4
|
font-weight: 400;
|
5
5
|
font-display: swap;
|
6
|
-
src: url(../fonts/robotomono/v22/L0xoDF4xlVMF-BfR8bXMIjhOsXG-q2oeuFoqFrlnAOW9-subset.woff2)
|
6
|
+
src: url(../fonts/robotomono/v22/L0xoDF4xlVMF-BfR8bXMIjhOsXG-q2oeuFoqFrlnAOW9-subset.woff2)
|
7
|
+
format("woff2");
|
7
8
|
}
|
8
9
|
@font-face {
|
9
|
-
font-family:
|
10
|
+
font-family: "Roboto Mono";
|
10
11
|
font-style: italic;
|
11
12
|
font-weight: 700;
|
12
13
|
font-display: swap;
|
13
|
-
src: url(../fonts/robotomono/v22/L0xoDF4xlVMF-BfR8bXMIjhOsXG-q2oeuFoqFrmAB-W9-subset.woff2)
|
14
|
+
src: url(../fonts/robotomono/v22/L0xoDF4xlVMF-BfR8bXMIjhOsXG-q2oeuFoqFrmAB-W9-subset.woff2)
|
15
|
+
format("woff2");
|
14
16
|
}
|
15
17
|
@font-face {
|
16
|
-
font-family:
|
18
|
+
font-family: "Roboto Mono";
|
17
19
|
font-style: normal;
|
18
20
|
font-weight: 400;
|
19
21
|
font-display: swap;
|
20
|
-
src: url(../fonts/robotomono/v22/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_3vqPQw-subset.woff2)
|
22
|
+
src: url(../fonts/robotomono/v22/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_3vqPQw-subset.woff2)
|
23
|
+
format("woff2");
|
21
24
|
}
|
22
25
|
@font-face {
|
23
|
-
font-family:
|
26
|
+
font-family: "Roboto Mono";
|
24
27
|
font-style: normal;
|
25
28
|
font-weight: 700;
|
26
29
|
font-display: swap;
|
27
|
-
src: url(../fonts/robotomono/v22/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_Of2PQw-subset.woff2)
|
30
|
+
src: url(../fonts/robotomono/v22/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_Of2PQw-subset.woff2)
|
31
|
+
format("woff2");
|
28
32
|
}
|
@@ -1,28 +1,28 @@
|
|
1
1
|
@font-face {
|
2
|
-
font-family:
|
2
|
+
font-family: "Source Serif 4";
|
3
3
|
font-style: italic;
|
4
4
|
font-weight: 400;
|
5
5
|
font-display: swap;
|
6
|
-
src: url(../fonts/sourceserif4/SourceSerif4-It.ttf.woff2) format(
|
6
|
+
src: url(../fonts/sourceserif4/SourceSerif4-It.ttf.woff2) format("woff2");
|
7
7
|
}
|
8
8
|
@font-face {
|
9
|
-
font-family:
|
9
|
+
font-family: "Source Serif 4";
|
10
10
|
font-style: italic;
|
11
11
|
font-weight: 700;
|
12
12
|
font-display: swap;
|
13
|
-
src: url(../fonts/sourceserif4/SourceSerif4-BoldIt.ttf.woff2) format(
|
13
|
+
src: url(../fonts/sourceserif4/SourceSerif4-BoldIt.ttf.woff2) format("woff2");
|
14
14
|
}
|
15
15
|
@font-face {
|
16
|
-
font-family:
|
16
|
+
font-family: "Source Serif 4";
|
17
17
|
font-style: normal;
|
18
18
|
font-weight: 400;
|
19
19
|
font-display: swap;
|
20
|
-
src: url(../fonts/sourceserif4/SourceSerif4-Regular.ttf.woff2) format(
|
20
|
+
src: url(../fonts/sourceserif4/SourceSerif4-Regular.ttf.woff2) format("woff2");
|
21
21
|
}
|
22
22
|
@font-face {
|
23
|
-
font-family:
|
23
|
+
font-family: "Source Serif 4";
|
24
24
|
font-style: normal;
|
25
25
|
font-weight: 700;
|
26
26
|
font-display: swap;
|
27
|
-
src: url(../fonts/sourceserif4/SourceSerif4-Bold.ttf.woff2) format(
|
27
|
+
src: url(../fonts/sourceserif4/SourceSerif4-Bold.ttf.woff2) format("woff2");
|
28
28
|
}
|
data/_sass/utilities.scss
CHANGED
@@ -7,16 +7,28 @@
|
|
7
7
|
/// @link node_modules/bootstrap/scss/utilities/_borders.scss
|
8
8
|
/// @example html
|
9
9
|
/// <div class="border border-md-top-0 border-width-3"></div>
|
10
|
-
.border#{$infix}
|
11
|
-
|
10
|
+
.border#{$infix} {
|
11
|
+
border: $border-width solid $border-color !important;
|
12
|
+
}
|
13
|
+
.border#{$infix}-0 {
|
14
|
+
border: 0 !important;
|
15
|
+
}
|
12
16
|
@each $direction in $directions {
|
13
|
-
.border#{$infix}-#{$direction}
|
14
|
-
|
15
|
-
|
17
|
+
.border#{$infix}-#{$direction} {
|
18
|
+
border-#{$direction}: $border-width solid $border-color !important;
|
19
|
+
}
|
20
|
+
.border#{$infix}-#{$direction}-0 {
|
21
|
+
border-#{$direction}: 0 !important;
|
22
|
+
}
|
23
|
+
.border#{$infix}-#{$direction}-dashed {
|
24
|
+
border-#{$direction}: $border-width dashed $border-color !important;
|
25
|
+
}
|
16
26
|
}
|
17
27
|
|
18
28
|
@each $border-width, $length in $border-widths {
|
19
|
-
.border-width#{$infix}-#{$border-width}
|
29
|
+
.border-width#{$infix}-#{$border-width} {
|
30
|
+
border-width: $length !important;
|
31
|
+
}
|
20
32
|
}
|
21
33
|
|
22
34
|
@each $color, $rgb in $theme-colors {
|
@@ -170,7 +182,7 @@
|
|
170
182
|
/// @example html
|
171
183
|
/// <div class="position-absolute top-0 left-3"></div>
|
172
184
|
.#{$direction}#{$infix}-#{$spacer} {
|
173
|
-
#{$direction}: $length
|
185
|
+
#{$direction}: $length;
|
174
186
|
}
|
175
187
|
|
176
188
|
.object-position#{$infix}-#{$direction} {
|
@@ -194,10 +206,18 @@
|
|
194
206
|
/// @link assets/css/styles.scss
|
195
207
|
@each $prop, $abbrev in (width: w, height: h) {
|
196
208
|
@each $size, $length in $sizes {
|
197
|
-
.#{$abbrev}#{$infix}-#{$size} {
|
198
|
-
|
199
|
-
|
200
|
-
|
209
|
+
.#{$abbrev}#{$infix}-#{$size} {
|
210
|
+
#{$prop}: $length !important;
|
211
|
+
}
|
212
|
+
.#{$abbrev}#{$infix}-#{$size} {
|
213
|
+
#{$prop}: $length !important;
|
214
|
+
}
|
215
|
+
.min-#{$abbrev}#{$infix}-#{$size} {
|
216
|
+
min-#{$prop}: $length !important;
|
217
|
+
}
|
218
|
+
.max-#{$abbrev}#{$infix}-#{$size} {
|
219
|
+
max-#{$prop}: $length !important;
|
220
|
+
}
|
201
221
|
}
|
202
222
|
}
|
203
223
|
|
@@ -207,7 +227,8 @@
|
|
207
227
|
}
|
208
228
|
|
209
229
|
.transform-scale-hover#{$infix}-#{$transform-scale} {
|
210
|
-
&:hover,
|
230
|
+
&:hover,
|
231
|
+
&:focus {
|
211
232
|
transform: scale($value) !important;
|
212
233
|
}
|
213
234
|
}
|
@@ -244,11 +265,11 @@
|
|
244
265
|
}
|
245
266
|
|
246
267
|
.work-sans {
|
247
|
-
font-family:
|
268
|
+
font-family: "Work Sans";
|
248
269
|
}
|
249
270
|
|
250
271
|
.source-serif {
|
251
|
-
font-family:
|
272
|
+
font-family: "Source Serif 4";
|
252
273
|
}
|
253
274
|
|
254
275
|
.font-family-primary {
|
@@ -259,13 +280,31 @@
|
|
259
280
|
font-family: $font-family-secondary;
|
260
281
|
}
|
261
282
|
|
262
|
-
.
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
.zindex-
|
267
|
-
|
268
|
-
|
283
|
+
.font-family-content {
|
284
|
+
font-family: $font-family-content;
|
285
|
+
}
|
286
|
+
|
287
|
+
.zindex-dropdown {
|
288
|
+
z-index: 1000;
|
289
|
+
}
|
290
|
+
.zindex-sticky {
|
291
|
+
z-index: 1020;
|
292
|
+
}
|
293
|
+
.zindex-fixed {
|
294
|
+
z-index: 1030;
|
295
|
+
}
|
296
|
+
.zindex-modal-backdrop {
|
297
|
+
z-index: 1040;
|
298
|
+
}
|
299
|
+
.zindex-modal {
|
300
|
+
z-index: 1050;
|
301
|
+
}
|
302
|
+
.zindex-popover {
|
303
|
+
z-index: 1060;
|
304
|
+
}
|
305
|
+
.zindex-tooltip {
|
306
|
+
z-index: 1070;
|
307
|
+
}
|
269
308
|
|
270
309
|
b,
|
271
310
|
strong {
|
@@ -1,7 +1,8 @@
|
|
1
1
|
@font-face {
|
2
|
-
font-family:
|
2
|
+
font-family: "Work Sans";
|
3
3
|
font-style: italic;
|
4
4
|
font-weight: 300;
|
5
5
|
font-display: swap;
|
6
|
-
src: url(../fonts/worksans/v18/QGY9z_wNahGAdqQ43Rh_ebrnlwyYfEPxPoGUgGsJow-subset.woff2)
|
6
|
+
src: url(../fonts/worksans/v18/QGY9z_wNahGAdqQ43Rh_ebrnlwyYfEPxPoGUgGsJow-subset.woff2)
|
7
|
+
format("woff2");
|
7
8
|
}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: compost-jekyll-theme
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sutty
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-07-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|