aemi 1.2.0 → 1.2.1
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/mime.yml +0 -0
- data/_data/sizes.yml +0 -0
- data/_data/social.yml +0 -0
- data/_includes/content.html +0 -0
- data/_includes/footer.html +0 -0
- data/_includes/head.html +0 -0
- data/_includes/header.html +0 -0
- data/_includes/image-caption.html +0 -0
- data/_includes/image.html +0 -0
- data/_includes/social.html +0 -0
- data/_includes/video-caption.html +0 -0
- data/_includes/video.html +0 -0
- data/_layouts/default.html +0 -0
- data/_layouts/home.html +0 -0
- data/_layouts/page.html +0 -0
- data/_layouts/post.html +0 -0
- data/_sass/aemi/_base.scss +1 -1
- data/_sass/aemi/_fonts.scss +43 -10
- data/_sass/aemi/_layout.scss +5 -5
- data/_sass/aemi/_syntax-highlighting.scss +366 -70
- data/_sass/aemi/_vars.scss +1 -1
- data/_sass/aemi.scss +0 -0
- data/assets/font-files/Inter-Black.woff2 +0 -0
- data/assets/font-files/Inter-BlackItalic.woff2 +0 -0
- data/assets/font-files/Inter-Bold.woff2 +0 -0
- data/assets/font-files/Inter-BoldItalic.woff2 +0 -0
- data/assets/font-files/Inter-ExtraBold.woff2 +0 -0
- data/assets/font-files/Inter-ExtraBoldItalic.woff2 +0 -0
- data/assets/font-files/Inter-ExtraLight.woff2 +0 -0
- data/assets/font-files/Inter-ExtraLightItalic.woff2 +0 -0
- data/assets/font-files/Inter-Italic.woff2 +0 -0
- data/assets/font-files/Inter-Light.woff2 +0 -0
- data/assets/font-files/Inter-LightItalic.woff2 +0 -0
- data/assets/font-files/Inter-Medium.woff2 +0 -0
- data/assets/font-files/Inter-MediumItalic.woff2 +0 -0
- data/assets/font-files/Inter-Regular.woff2 +0 -0
- data/assets/font-files/Inter-SemiBold.woff2 +0 -0
- data/assets/font-files/Inter-SemiBoldItalic.woff2 +0 -0
- data/assets/font-files/Inter-Thin.woff2 +0 -0
- data/assets/font-files/Inter-ThinItalic.woff2 +0 -0
- data/assets/font-files/InterDisplay-Black.woff2 +0 -0
- data/assets/font-files/InterDisplay-BlackItalic.woff2 +0 -0
- data/assets/font-files/InterDisplay-Bold.woff2 +0 -0
- data/assets/font-files/InterDisplay-BoldItalic.woff2 +0 -0
- data/assets/font-files/InterDisplay-ExtraBold.woff2 +0 -0
- data/assets/font-files/InterDisplay-ExtraBoldItalic.woff2 +0 -0
- data/assets/font-files/InterDisplay-ExtraLight.woff2 +0 -0
- data/assets/font-files/InterDisplay-ExtraLightItalic.woff2 +0 -0
- data/assets/font-files/InterDisplay-Italic.woff2 +0 -0
- data/assets/font-files/InterDisplay-Light.woff2 +0 -0
- data/assets/font-files/InterDisplay-LightItalic.woff2 +0 -0
- data/assets/font-files/InterDisplay-Medium.woff2 +0 -0
- data/assets/font-files/InterDisplay-MediumItalic.woff2 +0 -0
- data/assets/font-files/InterDisplay-Regular.woff2 +0 -0
- data/assets/font-files/InterDisplay-SemiBold.woff2 +0 -0
- data/assets/font-files/InterDisplay-SemiBoldItalic.woff2 +0 -0
- data/assets/font-files/InterDisplay-Thin.woff2 +0 -0
- data/assets/font-files/InterDisplay-ThinItalic.woff2 +0 -0
- data/assets/font-files/InterVariable-Italic.woff2 +0 -0
- data/assets/font-files/InterVariable.woff2 +0 -0
- data/assets/font-files/JetBrainsMono-Bold.woff2 +0 -0
- data/assets/font-files/JetBrainsMono-BoldItalic.woff2 +0 -0
- data/assets/font-files/JetBrainsMono-ExtraBold.woff2 +0 -0
- data/assets/font-files/JetBrainsMono-ExtraBoldItalic.woff2 +0 -0
- data/assets/font-files/JetBrainsMono-ExtraLight.woff2 +0 -0
- data/assets/font-files/JetBrainsMono-ExtraLightItalic.woff2 +0 -0
- data/assets/font-files/JetBrainsMono-Italic.woff2 +0 -0
- data/assets/font-files/JetBrainsMono-Italic[wght].woff2 +0 -0
- data/assets/font-files/JetBrainsMono-Light.woff2 +0 -0
- data/assets/font-files/JetBrainsMono-LightItalic.woff2 +0 -0
- data/assets/font-files/JetBrainsMono-Medium.woff2 +0 -0
- data/assets/font-files/JetBrainsMono-MediumItalic.woff2 +0 -0
- data/assets/font-files/JetBrainsMono-Regular.woff2 +0 -0
- data/assets/font-files/JetBrainsMono-SemiBold.woff2 +0 -0
- data/assets/font-files/JetBrainsMono-SemiBoldItalic.woff2 +0 -0
- data/assets/font-files/JetBrainsMono-Thin.woff2 +0 -0
- data/assets/font-files/JetBrainsMono-ThinItalic.woff2 +0 -0
- data/assets/font-files/JetBrainsMono[wght].woff2 +0 -0
- data/assets/images/logo/favicon.svg +0 -0
- data/assets/images/thumbnails/thumbnail.svg +0 -0
- data/assets/main.scss +0 -0
- data/robots.txt +0 -0
- metadata +39 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 328f9c2267e43980aed148b4c32088cb676b58ab82b5b668bb5649812a94b1b3
|
|
4
|
+
data.tar.gz: 4b6715dafe34c853d558eb1cc324c96605610e0b5d7e3bb0450d9388694de29f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0d0515a5c5cc2136ad9194a0af5c5d8ccf83bc9a9575fa88e0f8a72263d5257cca37034bf4af8e4af8f161cf72ebfa07f59a95feda33b145d8a9d359568bb831
|
|
7
|
+
data.tar.gz: ac23e9d5ce819d8b71dc69d332fe82f3fad7f104aec16e31fd01a7b759cf0b8259d81f40911050dbc36a2c015771cb0b2842bf934e7fa6e010ebb79074cc59b4
|
data/_data/mime.yml
CHANGED
|
File without changes
|
data/_data/sizes.yml
CHANGED
|
File without changes
|
data/_data/social.yml
CHANGED
|
File without changes
|
data/_includes/content.html
CHANGED
|
File without changes
|
data/_includes/footer.html
CHANGED
|
File without changes
|
data/_includes/head.html
CHANGED
|
File without changes
|
data/_includes/header.html
CHANGED
|
File without changes
|
|
File without changes
|
data/_includes/image.html
CHANGED
|
File without changes
|
data/_includes/social.html
CHANGED
|
File without changes
|
|
File without changes
|
data/_includes/video.html
CHANGED
|
File without changes
|
data/_layouts/default.html
CHANGED
|
File without changes
|
data/_layouts/home.html
CHANGED
|
File without changes
|
data/_layouts/page.html
CHANGED
|
File without changes
|
data/_layouts/post.html
CHANGED
|
File without changes
|
data/_sass/aemi/_base.scss
CHANGED
|
@@ -208,7 +208,7 @@ h6,
|
|
|
208
208
|
.h7 {
|
|
209
209
|
font-family: var(--head-font-family);
|
|
210
210
|
font-weight: var(--head-font-weight);
|
|
211
|
-
font-feature-settings: "wght" var(--head-font-weight);
|
|
211
|
+
font-feature-settings: inherit, "wght" var(--head-font-weight);
|
|
212
212
|
|
|
213
213
|
&:only-child {
|
|
214
214
|
margin-bottom: 0;
|
data/_sass/aemi/_fonts.scss
CHANGED
|
@@ -336,7 +336,7 @@
|
|
|
336
336
|
font-style: italic;
|
|
337
337
|
font-weight: 100 900;
|
|
338
338
|
font-display: swap;
|
|
339
|
-
src: url('/assets/font-files/InterVariable-Italic.
|
|
339
|
+
src: url('/assets/font-files/InterVariable-Italic.woff2') format('woff2'),
|
|
340
340
|
url("https://rsms.me/inter/font-files/InterVariable-Italic.woff2") format("woff2");
|
|
341
341
|
}
|
|
342
342
|
|
|
@@ -502,19 +502,55 @@
|
|
|
502
502
|
font-display: swap;
|
|
503
503
|
}
|
|
504
504
|
|
|
505
|
+
@font-face {
|
|
506
|
+
font-family: JetBrainsMonoVariable;
|
|
507
|
+
font-style: normal;
|
|
508
|
+
font-weight: 100 800;
|
|
509
|
+
font-display: swap;
|
|
510
|
+
src: url('/assets/font-files/JetBrainsMono[wght].woff2') format('woff2'),
|
|
511
|
+
url("https://raw.githubusercontent.com/JetBrains/JetBrainsMono/master/fonts/variable/JetBrainsMono[wght].woff2") format("woff2");
|
|
512
|
+
}
|
|
513
|
+
|
|
514
|
+
@font-face {
|
|
515
|
+
font-family: JetBrainsMonoVariable;
|
|
516
|
+
font-style: italic;
|
|
517
|
+
font-weight: 100 800;
|
|
518
|
+
font-display: swap;
|
|
519
|
+
src: url('/assets/font-files/JetBrainsMono-Italic[wght].woff2') format('woff2'),
|
|
520
|
+
url("https://raw.githubusercontent.com/JetBrains/JetBrainsMono/master/fonts/variable/JetBrainsMono-Italic[wght].woff2") format("woff2");
|
|
521
|
+
}
|
|
522
|
+
|
|
505
523
|
:root {
|
|
506
524
|
|
|
507
525
|
font-weight: var(--base-font-weight);
|
|
508
|
-
font-feature-settings: "wght" var(--base-font-weight);
|
|
509
526
|
font-size: var(--base-font-size);
|
|
510
527
|
font-family: var(--base-font-family);
|
|
511
528
|
line-height: var(--base-line-height);
|
|
512
529
|
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
530
|
+
-webkit-font-feature-settings: "kern" 1,
|
|
531
|
+
"liga" 1,
|
|
532
|
+
"calt" 1,
|
|
533
|
+
"dlig" 1,
|
|
534
|
+
"ccmp" 1,
|
|
535
|
+
"wght" var(--base-font-weight);
|
|
536
|
+
-moz-font-feature-settings: "kern" 1,
|
|
537
|
+
"liga" 1,
|
|
538
|
+
"calt" 1,
|
|
539
|
+
"dlig" 1,
|
|
540
|
+
"ccmp" 1,
|
|
541
|
+
"wght" var(--base-font-weight);
|
|
542
|
+
-o-font-feature-settings: "kern" 1,
|
|
543
|
+
"liga" 1,
|
|
544
|
+
"calt" 1,
|
|
545
|
+
"dlig" 1,
|
|
546
|
+
"ccmp" 1,
|
|
547
|
+
"wght" var(--base-font-weight);
|
|
548
|
+
font-feature-settings: "kern" 1,
|
|
549
|
+
"liga" 1,
|
|
550
|
+
"calt" 1,
|
|
551
|
+
"dlig" 1,
|
|
552
|
+
"ccmp" 1,
|
|
553
|
+
"wght" var(--base-font-weight);
|
|
518
554
|
font-kerning: normal;
|
|
519
555
|
|
|
520
556
|
text-rendering: optimizeLegibility;
|
|
@@ -529,10 +565,7 @@
|
|
|
529
565
|
-moz-osx-font-smoothing: auto;
|
|
530
566
|
font-smooth: auto;
|
|
531
567
|
|
|
532
|
-
font-variant-ligatures: contextual common-ligatures discretionary-ligatures;
|
|
533
|
-
|
|
534
568
|
hyphens: auto;
|
|
535
|
-
letter-spacing: -0.011em;
|
|
536
569
|
|
|
537
570
|
vertical-align: baseline;
|
|
538
571
|
word-spacing: normal;
|
data/_sass/aemi/_layout.scss
CHANGED
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
display: none;
|
|
145
145
|
font-family: var(--head-font-family);
|
|
146
146
|
font-weight: 700;
|
|
147
|
-
font-feature-settings: "wght" 700;
|
|
147
|
+
font-feature-settings: inherit, "wght" 700;
|
|
148
148
|
letter-spacing: .075em;
|
|
149
149
|
margin-right: -.075em;
|
|
150
150
|
text-transform: uppercase;
|
|
@@ -238,7 +238,7 @@
|
|
|
238
238
|
font-family: var(--head-font-family);
|
|
239
239
|
display: block;
|
|
240
240
|
font-weight: 600;
|
|
241
|
-
font-feature-settings: "wght" 600;
|
|
241
|
+
font-feature-settings: inherit, "wght" 600;
|
|
242
242
|
line-height: 1;
|
|
243
243
|
padding: var(--quarter-spacing-unit);
|
|
244
244
|
|
|
@@ -261,7 +261,7 @@
|
|
|
261
261
|
|
|
262
262
|
.site-excerpt {
|
|
263
263
|
font-weight: 400;
|
|
264
|
-
font-feature-settings: "wght" 400;
|
|
264
|
+
font-feature-settings: inherit, "wght" 400;
|
|
265
265
|
font-family: var(--base-font-family);
|
|
266
266
|
line-height: 1.4;
|
|
267
267
|
}
|
|
@@ -347,7 +347,7 @@
|
|
|
347
347
|
> .entry-meta {
|
|
348
348
|
font-size: 1.25rem;
|
|
349
349
|
font-weight: 500;
|
|
350
|
-
font-feature-settings: "wght" 500;
|
|
350
|
+
font-feature-settings: inherit, "wght" 500;
|
|
351
351
|
}
|
|
352
352
|
|
|
353
353
|
.entry-title {
|
|
@@ -551,7 +551,7 @@
|
|
|
551
551
|
|
|
552
552
|
.footnote {
|
|
553
553
|
display: inline-block;
|
|
554
|
-
font-feature-settings: "tnum" 1;
|
|
554
|
+
font-feature-settings: inherit, "tnum" 1;
|
|
555
555
|
background-color: transparent;
|
|
556
556
|
border: 1px solid var(--border-color);
|
|
557
557
|
border-radius: calc(var(--border-radius) / 2);
|
|
@@ -2,82 +2,378 @@
|
|
|
2
2
|
* Syntax highlighting styles
|
|
3
3
|
*/
|
|
4
4
|
pre.highlight {
|
|
5
|
-
background: var(--background-color-lighten);
|
|
6
|
-
@extend %vertical-rhythm;
|
|
7
5
|
|
|
8
|
-
|
|
6
|
+
--syntax-accent: #ff9940;
|
|
7
|
+
--syntax-background: #fafafa;
|
|
8
|
+
--syntax-foreground: #6c7680;
|
|
9
|
+
--syntax-ui: #959da6;
|
|
10
|
+
--syntax-tag: #55b4d4;
|
|
11
|
+
--syntax-func: #f2ae49;
|
|
12
|
+
--syntax-entity: #399ee6;
|
|
13
|
+
--syntax-string: #86b300;
|
|
14
|
+
--syntax-regexp: #4cbf99;
|
|
15
|
+
--syntax-markup: #f07171;
|
|
16
|
+
--syntax-keyword: #fa8d3e;
|
|
17
|
+
--syntax-special: #e6ba7e;
|
|
18
|
+
--syntax-comment: #abb0b6;
|
|
19
|
+
--syntax-constant: #a37acc;
|
|
20
|
+
--syntax-operator: #ed9366;
|
|
21
|
+
--syntax-error: #f51818;
|
|
22
|
+
|
|
23
|
+
color: var(--syntax-foreground);
|
|
9
24
|
background: var(--background-color-lighten);
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
25
|
+
@extend %vertical-rhythm;
|
|
26
|
+
|
|
27
|
+
.highlighter-rouge & {
|
|
28
|
+
background: var(--background-color-lighten);
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
/* Comment */
|
|
32
|
+
.c {
|
|
33
|
+
color: var(--syntax-comment);
|
|
34
|
+
font-style: italic;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
/* Error */
|
|
38
|
+
.err {
|
|
39
|
+
color: var(--syntax-background);
|
|
40
|
+
background-color: var(--syntax-error);
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
.g { color:var(--syntax-generic) } /* Generic */
|
|
45
|
+
|
|
46
|
+
/* Keyword */
|
|
47
|
+
.k {
|
|
48
|
+
color: var(--syntax-keyword)
|
|
49
|
+
}
|
|
50
|
+
// .l { color: #93a1a1 } /* Literal */
|
|
51
|
+
// .n { color: #93a1a1 } /* Name */
|
|
52
|
+
.o {
|
|
53
|
+
color: var(--syntax-operator)
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
/* Operator */
|
|
57
|
+
// .x { color: #cb4b16 } /* Other */
|
|
58
|
+
// .p { color: #93a1a1 } /* Punctuation */
|
|
59
|
+
.cm {
|
|
60
|
+
color: var(--syntax-comment)
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
/* Comment.Multiline */
|
|
64
|
+
.cp {
|
|
65
|
+
color: var(--syntax-comment)
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
/* Comment.Preproc */
|
|
69
|
+
.c1 {
|
|
70
|
+
color: var(--syntax-comment)
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
/* Comment.Single */
|
|
74
|
+
.cs {
|
|
75
|
+
color: var(--syntax-special)
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
/* Comment.Special */
|
|
79
|
+
.gd {
|
|
80
|
+
color: var(--syntax-error)
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
/* Generic.Deleted */
|
|
84
|
+
.ge {
|
|
85
|
+
font-style: italic
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
/* Generic.Emph */
|
|
89
|
+
.gr {
|
|
90
|
+
color: var(--syntax-background);
|
|
91
|
+
background-color: var(--syntax-error);
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
/* Generic.Error */
|
|
95
|
+
.gh {
|
|
96
|
+
color: var(--syntax-accent)
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
/* Generic.Heading */
|
|
100
|
+
.gi {
|
|
101
|
+
color: var(--syntax-string)
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
/* Generic.Inserted */
|
|
105
|
+
.go {
|
|
106
|
+
color: var(--syntax-foreground)
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
/* Generic.Output */
|
|
110
|
+
.gp {
|
|
111
|
+
color: var(--syntax-foreground)
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
/* Generic.Prompt */
|
|
115
|
+
.gs {
|
|
116
|
+
font-weight: bold
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
/* Generic.Strong */
|
|
120
|
+
.gu {
|
|
121
|
+
color: var(--syntax-foreground)
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
/* Generic.Subheading */
|
|
125
|
+
.gt {
|
|
126
|
+
color: var(--syntax-background);
|
|
127
|
+
background-color: var(--syntax-error);
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
/* Generic.Traceback */
|
|
131
|
+
.kc {
|
|
132
|
+
color: var(--syntax-keyword)
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
/* Keyword.Constant */
|
|
136
|
+
.kd {
|
|
137
|
+
color: var(--syntax-keyword)
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
/* Keyword.Declaration */
|
|
141
|
+
.kn {
|
|
142
|
+
color: var(--syntax-operator)
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
/* Keyword.Namespace */
|
|
146
|
+
.kp {
|
|
147
|
+
color: var(--syntax-keyword)
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
/* Keyword.Pseudo */
|
|
151
|
+
.kr {
|
|
152
|
+
color: var(--syntax-keyword)
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
/* Keyword.Reserved */
|
|
156
|
+
.kt {
|
|
157
|
+
color: var(--syntax-keyword)
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
/* Keyword.Type */
|
|
161
|
+
// .ld { color: #93a1a1 } /* Literal.Date */
|
|
162
|
+
.m {
|
|
163
|
+
color: var(--syntax-constant)
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
/* Literal.Number */
|
|
167
|
+
.s {
|
|
168
|
+
color: var(--syntax-constant)
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
/* Literal.String */
|
|
172
|
+
.na {
|
|
173
|
+
color: var(--syntax-entity)
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
/* Name.Attribute */
|
|
177
|
+
.nb {
|
|
178
|
+
color: var(--syntax-entity)
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
/* Name.Builtin */
|
|
182
|
+
.nc {
|
|
183
|
+
color: var(--syntax-func)
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
/* Name.Class */
|
|
187
|
+
.no {
|
|
188
|
+
color: var(--syntax-constant)
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
/* Name.Constant */
|
|
192
|
+
.nd {
|
|
193
|
+
color: var(--syntax-func)
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
/* Name.Decorator */
|
|
197
|
+
.ni {
|
|
198
|
+
color: var(--syntax-entity)
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
/* Name.Entity */
|
|
202
|
+
.ne {
|
|
203
|
+
color: var(--syntax-func)
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
/* Name.Exception */
|
|
207
|
+
.nf {
|
|
208
|
+
color: var(--syntax-func)
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
/* Name.Function */
|
|
212
|
+
.nl {
|
|
213
|
+
color: var(--syntax-entity)
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
/* Name.Label */
|
|
217
|
+
.nn {
|
|
218
|
+
color: var(--syntax-entity)
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
/* Name.Namespace */
|
|
222
|
+
// .nx { color: #93a1a1 } /* Name.Other */
|
|
223
|
+
// .py { color: #93a1a1 } /* Name.Property */
|
|
224
|
+
.nt {
|
|
225
|
+
color: var(--syntax-tag)
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
/* Name.Tag */
|
|
229
|
+
.nv {
|
|
230
|
+
color: var(--syntax-entity)
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
/* Name.Variable */
|
|
234
|
+
.ow {
|
|
235
|
+
color: var(--syntax-operator)
|
|
236
|
+
}
|
|
237
|
+
|
|
238
|
+
/* Operator.Word */
|
|
239
|
+
.w {
|
|
240
|
+
color: var(--syntax-entity)
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
/* Text.Whitespace */
|
|
244
|
+
.mf {
|
|
245
|
+
color: var(--syntax-constant)
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
/* Literal.Number.Float */
|
|
249
|
+
.mh {
|
|
250
|
+
color: var(--syntax-constant)
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
/* Literal.Number.Hex */
|
|
254
|
+
.mi {
|
|
255
|
+
color: var(--syntax-constant)
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
/* Literal.Number.Integer */
|
|
259
|
+
.mo {
|
|
260
|
+
color: var(--syntax-constant)
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
/* Literal.Number.Oct */
|
|
264
|
+
.sb {
|
|
265
|
+
color: var(--syntax-string)
|
|
266
|
+
}
|
|
267
|
+
|
|
268
|
+
/* Literal.String.Backtick */
|
|
269
|
+
.sc {
|
|
270
|
+
color: var(--syntax-string)
|
|
271
|
+
}
|
|
272
|
+
|
|
273
|
+
/* Literal.String.Char */
|
|
274
|
+
.sd {
|
|
275
|
+
color: var(--syntax-string)
|
|
276
|
+
}
|
|
277
|
+
|
|
278
|
+
/* Literal.String.Doc */
|
|
279
|
+
.s2 {
|
|
280
|
+
color: var(--syntax-string)
|
|
281
|
+
}
|
|
282
|
+
|
|
283
|
+
/* Literal.String.Double */
|
|
284
|
+
.se {
|
|
285
|
+
color: var(--syntax-constant)
|
|
286
|
+
}
|
|
287
|
+
|
|
288
|
+
/* Literal.String.Escape */
|
|
289
|
+
.sh {
|
|
290
|
+
color: var(--syntax-string)
|
|
291
|
+
}
|
|
292
|
+
|
|
293
|
+
/* Literal.String.Heredoc */
|
|
294
|
+
.si {
|
|
295
|
+
color: var(--syntax-string)
|
|
296
|
+
}
|
|
297
|
+
|
|
298
|
+
/* Literal.String.Interpol */
|
|
299
|
+
.sx {
|
|
300
|
+
color: var(--syntax-string)
|
|
301
|
+
}
|
|
302
|
+
|
|
303
|
+
/* Literal.String.Other */
|
|
304
|
+
.sr {
|
|
305
|
+
color: var(--syntax-regexp)
|
|
306
|
+
}
|
|
307
|
+
|
|
308
|
+
/* Literal.String.Regex */
|
|
309
|
+
.s1 {
|
|
310
|
+
color: var(--syntax-string)
|
|
311
|
+
}
|
|
312
|
+
|
|
313
|
+
/* Literal.String.Single */
|
|
314
|
+
.ss {
|
|
315
|
+
color: var(--syntax-tag)
|
|
316
|
+
}
|
|
317
|
+
|
|
318
|
+
/* Literal.String.Symbol */
|
|
319
|
+
.s {
|
|
320
|
+
color: var(--syntax-string)
|
|
321
|
+
}
|
|
322
|
+
|
|
323
|
+
/* Literal.String */
|
|
324
|
+
.bp {
|
|
325
|
+
color: var(--syntax-entity)
|
|
326
|
+
}
|
|
327
|
+
|
|
328
|
+
/* Name.Builtin.Pseudo */
|
|
329
|
+
.vc {
|
|
330
|
+
color: var(--syntax-entity)
|
|
331
|
+
}
|
|
332
|
+
|
|
333
|
+
/* Name.Variable.Class */
|
|
334
|
+
.vg {
|
|
335
|
+
color: var(--syntax-entity)
|
|
336
|
+
}
|
|
337
|
+
|
|
338
|
+
/* Name.Variable.Global */
|
|
339
|
+
.vi {
|
|
340
|
+
color: var(--syntax-entity)
|
|
341
|
+
}
|
|
342
|
+
|
|
343
|
+
/* Name.Variable.Instance */
|
|
344
|
+
.il {
|
|
345
|
+
color: var(--syntax-constant)
|
|
346
|
+
}
|
|
347
|
+
|
|
348
|
+
/* Literal.Number.Integer.Long */
|
|
72
349
|
}
|
|
73
350
|
|
|
74
351
|
@media (prefers-color-scheme: dark) {
|
|
75
|
-
|
|
352
|
+
pre.highlight {
|
|
76
353
|
|
|
77
|
-
|
|
354
|
+
--syntax-accent: #e6b450;
|
|
355
|
+
--syntax-background: #0a0e14;
|
|
356
|
+
--syntax-foreground: #b3b1ad;
|
|
357
|
+
--syntax-ui: #3d424d;
|
|
358
|
+
--syntax-tag: #39bae6;
|
|
359
|
+
--syntax-func: #ffb454;
|
|
360
|
+
--syntax-entity: #59c2ff;
|
|
361
|
+
--syntax-string: #c2d94c;
|
|
362
|
+
--syntax-regexp: #95e6cb;
|
|
363
|
+
--syntax-markup: #f07178;
|
|
364
|
+
--syntax-keyword: #ff8f40;
|
|
365
|
+
--syntax-special: #e6b673;
|
|
366
|
+
--syntax-comment: #626a73;
|
|
367
|
+
--syntax-constant: #ffee99;
|
|
368
|
+
--syntax-operator: #f29668;
|
|
369
|
+
--syntax-error: #ff3333;
|
|
78
370
|
|
|
79
|
-
> code * {
|
|
80
|
-
filter: invert(1);
|
|
81
371
|
}
|
|
82
|
-
|
|
372
|
+
}
|
|
373
|
+
|
|
374
|
+
pre.highlight * {
|
|
375
|
+
-webkit-font-feature-settings: "case" 0, "liga" 0, "dlig" 0;
|
|
376
|
+
-moz-font-feature-settings: "case" 0, "liga" 0, "dlig" 0;
|
|
377
|
+
-o-font-feature-settings: "case" 0, "liga" 0, "dlig" 0;
|
|
378
|
+
font-feature-settings: "case" 0, "liga" 0, "dlig" 0;
|
|
83
379
|
}
|
data/_sass/aemi/_vars.scss
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
--head-font-family: -apple-system, BlinkMacSystemFont, "Inter Display", InterVariable, "Inter var", Inter, Lato, Roboto, system-ui, "Helvetica Neue", HelveticaNeue,Helvetica, Arial, sans-serif;
|
|
6
6
|
|
|
7
|
-
--mono-font-family: "SFMono-Regular", "JetBrains Mono", "Roboto Mono", "Inconsolata", "Menlo", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Consolas", Courier, "Courier New", monospace;
|
|
7
|
+
--mono-font-family: "SFMono-Regular", JetBrainsMonoVariable, "JetBrains Mono", "Roboto Mono", "Inconsolata", "Menlo", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Consolas", Courier, "Courier New", monospace;
|
|
8
8
|
|
|
9
9
|
--base-font-size: 16px;
|
|
10
10
|
--base-line-height: 1.5;
|
data/_sass/aemi.scss
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
data/assets/main.scss
CHANGED
|
File without changes
|
data/robots.txt
CHANGED
|
File without changes
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aemi
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Guillaume C
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-04-
|
|
11
|
+
date: 2024-04-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
@@ -17,6 +17,9 @@ dependencies:
|
|
|
17
17
|
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
19
|
version: 4.3.3
|
|
20
|
+
- - ">="
|
|
21
|
+
- !ruby/object:Gem::Version
|
|
22
|
+
version: 4.3.3
|
|
20
23
|
type: :runtime
|
|
21
24
|
prerelease: false
|
|
22
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -24,6 +27,9 @@ dependencies:
|
|
|
24
27
|
- - "~>"
|
|
25
28
|
- !ruby/object:Gem::Version
|
|
26
29
|
version: 4.3.3
|
|
30
|
+
- - ">="
|
|
31
|
+
- !ruby/object:Gem::Version
|
|
32
|
+
version: 4.3.3
|
|
27
33
|
- !ruby/object:Gem::Dependency
|
|
28
34
|
name: jekyll-feed
|
|
29
35
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -31,6 +37,9 @@ dependencies:
|
|
|
31
37
|
- - "~>"
|
|
32
38
|
- !ruby/object:Gem::Version
|
|
33
39
|
version: '0.17'
|
|
40
|
+
- - ">="
|
|
41
|
+
- !ruby/object:Gem::Version
|
|
42
|
+
version: '0.17'
|
|
34
43
|
type: :runtime
|
|
35
44
|
prerelease: false
|
|
36
45
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -38,20 +47,29 @@ dependencies:
|
|
|
38
47
|
- - "~>"
|
|
39
48
|
- !ruby/object:Gem::Version
|
|
40
49
|
version: '0.17'
|
|
50
|
+
- - ">="
|
|
51
|
+
- !ruby/object:Gem::Version
|
|
52
|
+
version: '0.17'
|
|
41
53
|
- !ruby/object:Gem::Dependency
|
|
42
54
|
name: aemi-seo-tag
|
|
43
55
|
requirement: !ruby/object:Gem::Requirement
|
|
44
56
|
requirements:
|
|
45
57
|
- - "~>"
|
|
46
58
|
- !ruby/object:Gem::Version
|
|
47
|
-
version:
|
|
59
|
+
version: 0.0.1
|
|
60
|
+
- - ">="
|
|
61
|
+
- !ruby/object:Gem::Version
|
|
62
|
+
version: 0.0.1
|
|
48
63
|
type: :runtime
|
|
49
64
|
prerelease: false
|
|
50
65
|
version_requirements: !ruby/object:Gem::Requirement
|
|
51
66
|
requirements:
|
|
52
67
|
- - "~>"
|
|
53
68
|
- !ruby/object:Gem::Version
|
|
54
|
-
version:
|
|
69
|
+
version: 0.0.1
|
|
70
|
+
- - ">="
|
|
71
|
+
- !ruby/object:Gem::Version
|
|
72
|
+
version: 0.0.1
|
|
55
73
|
- !ruby/object:Gem::Dependency
|
|
56
74
|
name: jekyll-sitemap
|
|
57
75
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -59,6 +77,9 @@ dependencies:
|
|
|
59
77
|
- - "~>"
|
|
60
78
|
- !ruby/object:Gem::Version
|
|
61
79
|
version: 1.4.0
|
|
80
|
+
- - ">="
|
|
81
|
+
- !ruby/object:Gem::Version
|
|
82
|
+
version: 1.4.0
|
|
62
83
|
type: :runtime
|
|
63
84
|
prerelease: false
|
|
64
85
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -66,20 +87,29 @@ dependencies:
|
|
|
66
87
|
- - "~>"
|
|
67
88
|
- !ruby/object:Gem::Version
|
|
68
89
|
version: 1.4.0
|
|
90
|
+
- - ">="
|
|
91
|
+
- !ruby/object:Gem::Version
|
|
92
|
+
version: 1.4.0
|
|
69
93
|
- !ruby/object:Gem::Dependency
|
|
70
94
|
name: webrick
|
|
71
95
|
requirement: !ruby/object:Gem::Requirement
|
|
72
96
|
requirements:
|
|
73
97
|
- - "~>"
|
|
74
98
|
- !ruby/object:Gem::Version
|
|
75
|
-
version:
|
|
99
|
+
version: '1.7'
|
|
100
|
+
- - ">="
|
|
101
|
+
- !ruby/object:Gem::Version
|
|
102
|
+
version: '1.7'
|
|
76
103
|
type: :development
|
|
77
104
|
prerelease: false
|
|
78
105
|
version_requirements: !ruby/object:Gem::Requirement
|
|
79
106
|
requirements:
|
|
80
107
|
- - "~>"
|
|
81
108
|
- !ruby/object:Gem::Version
|
|
82
|
-
version:
|
|
109
|
+
version: '1.7'
|
|
110
|
+
- - ">="
|
|
111
|
+
- !ruby/object:Gem::Version
|
|
112
|
+
version: '1.7'
|
|
83
113
|
description:
|
|
84
114
|
email:
|
|
85
115
|
- public@gcqd.fr
|
|
@@ -154,6 +184,7 @@ files:
|
|
|
154
184
|
- assets/font-files/JetBrainsMono-ExtraLight.woff2
|
|
155
185
|
- assets/font-files/JetBrainsMono-ExtraLightItalic.woff2
|
|
156
186
|
- assets/font-files/JetBrainsMono-Italic.woff2
|
|
187
|
+
- assets/font-files/JetBrainsMono-Italic[wght].woff2
|
|
157
188
|
- assets/font-files/JetBrainsMono-Light.woff2
|
|
158
189
|
- assets/font-files/JetBrainsMono-LightItalic.woff2
|
|
159
190
|
- assets/font-files/JetBrainsMono-Medium.woff2
|
|
@@ -163,6 +194,7 @@ files:
|
|
|
163
194
|
- assets/font-files/JetBrainsMono-SemiBoldItalic.woff2
|
|
164
195
|
- assets/font-files/JetBrainsMono-Thin.woff2
|
|
165
196
|
- assets/font-files/JetBrainsMono-ThinItalic.woff2
|
|
197
|
+
- assets/font-files/JetBrainsMono[wght].woff2
|
|
166
198
|
- assets/images/logo/favicon.svg
|
|
167
199
|
- assets/images/thumbnails/thumbnail.svg
|
|
168
200
|
- assets/main.scss
|
|
@@ -179,7 +211,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
179
211
|
requirements:
|
|
180
212
|
- - ">="
|
|
181
213
|
- !ruby/object:Gem::Version
|
|
182
|
-
version: '0'
|
|
214
|
+
version: '3.0'
|
|
183
215
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
184
216
|
requirements:
|
|
185
217
|
- - ">="
|