jekyll-theme-doodle 4.4.0 → 4.4.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.
Files changed (42) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +17 -2
  3. data/_sass/minima/_base.scss +32 -581
  4. data/_sass/minima/_fonts.scss +20 -0
  5. data/_sass/minima/_footer.scss +79 -0
  6. data/_sass/minima/_header.scss +29 -0
  7. data/_sass/minima/_navigation-bar.scss +128 -0
  8. data/_sass/minima/_page.scss +10 -0
  9. data/_sass/minima/_pinned-post.scss +99 -0
  10. data/_sass/minima/_posts.scss +107 -0
  11. data/_sass/minima/_theme-selector.scss +41 -0
  12. data/_sass/minima/_theme.scss +283 -0
  13. data/_sass/minima.scss +17 -17
  14. data/assets/theme-assets/theme-fonts/ArchitectsDaughter-Regular.ttf +0 -0
  15. data/assets/theme-assets/theme-fonts/Gluten-Static/Gluten-Black.ttf +0 -0
  16. data/assets/theme-assets/theme-fonts/Gluten-Static/Gluten-Bold.ttf +0 -0
  17. data/assets/theme-assets/theme-fonts/Gluten-Static/Gluten-ExtraBold.ttf +0 -0
  18. data/assets/theme-assets/theme-fonts/Gluten-Static/Gluten-ExtraLight.ttf +0 -0
  19. data/assets/theme-assets/theme-fonts/Gluten-Static/Gluten-Light.ttf +0 -0
  20. data/assets/theme-assets/theme-fonts/Gluten-Static/Gluten-Medium.ttf +0 -0
  21. data/assets/theme-assets/theme-fonts/Gluten-Static/Gluten-Regular.ttf +0 -0
  22. data/assets/theme-assets/theme-fonts/Gluten-Static/Gluten-SemiBold.ttf +0 -0
  23. data/assets/theme-assets/theme-fonts/Gluten-Static/Gluten-Thin.ttf +0 -0
  24. data/assets/theme-assets/theme-fonts/Gluten-VariableFont_slnt,wght.ttf +0 -0
  25. data/assets/theme-assets/theme-fonts/PermanentMarker-Regular.ttf +0 -0
  26. data/assets/theme-assets/theme-fonts/ShadowsIntoLight-Regular.ttf +0 -0
  27. data/assets/theme-assets/theme-images/box-filled-2.svg +10 -0
  28. data/assets/theme-assets/theme-images/box-filled.svg +19 -0
  29. metadata +27 -16
  30. data/_data/images.json +0 -3
  31. data/_sass/minima/_layout.scss +0 -277
  32. data/_sass/minima/_mysass.scss +0 -289
  33. data/assets/theme-assets/material-theme/colors.module.css +0 -294
  34. data/assets/theme-assets/material-theme/theme.css +0 -5
  35. data/assets/theme-assets/material-theme/theme.dark.css +0 -51
  36. data/assets/theme-assets/material-theme/theme.light.css +0 -51
  37. data/assets/theme-assets/material-theme/tokens.css +0 -303
  38. data/assets/theme-assets/material-theme/typography.module.css +0 -150
  39. data/assets/theme-assets/theme-images/comp.png +0 -0
  40. data/assets/theme-assets/theme-images/comp.svg +0 -10
  41. data/assets/theme-assets/theme-images/logo.png +0 -0
  42. data/assets/theme-assets/theme-images/logo.svg +0 -10
@@ -1,294 +0,0 @@
1
- .primary {
2
- background-color: var(--md-sys-color-primary);
3
- }
4
- .primary-text {
5
- color: var(--md-sys-color-primary);
6
- }
7
- .on-primary {
8
- background-color: var(--md-sys-color-on-primary);
9
- }
10
- .on-primary-text {
11
- color: var(--md-sys-color-on-primary);
12
- }
13
- .primary-container {
14
- background-color: var(--md-sys-color-primary-container);
15
- }
16
- .primary-container-text {
17
- color: var(--md-sys-color-primary-container);
18
- }
19
- .on-primary-container {
20
- background-color: var(--md-sys-color-on-primary-container);
21
- }
22
- .on-primary-container-text {
23
- color: var(--md-sys-color-on-primary-container);
24
- }
25
- .primary-fixed {
26
- background-color: var(--md-sys-color-primary-fixed);
27
- }
28
- .primary-fixed-text {
29
- color: var(--md-sys-color-primary-fixed);
30
- }
31
- .on-primary-fixed {
32
- background-color: var(--md-sys-color-on-primary-fixed);
33
- }
34
- .on-primary-fixed-text {
35
- color: var(--md-sys-color-on-primary-fixed);
36
- }
37
- .primary-fixed-dim {
38
- background-color: var(--md-sys-color-primary-fixed-dim);
39
- }
40
- .primary-fixed-dim-text {
41
- color: var(--md-sys-color-primary-fixed-dim);
42
- }
43
- .on-primary-fixed-variant {
44
- background-color: var(--md-sys-color-on-primary-fixed-variant);
45
- }
46
- .on-primary-fixed-variant-text {
47
- color: var(--md-sys-color-on-primary-fixed-variant);
48
- }
49
- .secondary {
50
- background-color: var(--md-sys-color-secondary);
51
- }
52
- .secondary-text {
53
- color: var(--md-sys-color-secondary);
54
- }
55
- .on-secondary {
56
- background-color: var(--md-sys-color-on-secondary);
57
- }
58
- .on-secondary-text {
59
- color: var(--md-sys-color-on-secondary);
60
- }
61
- .secondary-container {
62
- background-color: var(--md-sys-color-secondary-container);
63
- }
64
- .secondary-container-text {
65
- color: var(--md-sys-color-secondary-container);
66
- }
67
- .on-secondary-container {
68
- background-color: var(--md-sys-color-on-secondary-container);
69
- }
70
- .on-secondary-container-text {
71
- color: var(--md-sys-color-on-secondary-container);
72
- }
73
- .secondary-fixed {
74
- background-color: var(--md-sys-color-secondary-fixed);
75
- }
76
- .secondary-fixed-text {
77
- color: var(--md-sys-color-secondary-fixed);
78
- }
79
- .on-secondary-fixed {
80
- background-color: var(--md-sys-color-on-secondary-fixed);
81
- }
82
- .on-secondary-fixed-text {
83
- color: var(--md-sys-color-on-secondary-fixed);
84
- }
85
- .secondary-fixed-dim {
86
- background-color: var(--md-sys-color-secondary-fixed-dim);
87
- }
88
- .secondary-fixed-dim-text {
89
- color: var(--md-sys-color-secondary-fixed-dim);
90
- }
91
- .on-secondary-fixed-variant {
92
- background-color: var(--md-sys-color-on-secondary-fixed-variant);
93
- }
94
- .on-secondary-fixed-variant-text {
95
- color: var(--md-sys-color-on-secondary-fixed-variant);
96
- }
97
- .tertiary {
98
- background-color: var(--md-sys-color-tertiary);
99
- }
100
- .tertiary-text {
101
- color: var(--md-sys-color-tertiary);
102
- }
103
- .on-tertiary {
104
- background-color: var(--md-sys-color-on-tertiary);
105
- }
106
- .on-tertiary-text {
107
- color: var(--md-sys-color-on-tertiary);
108
- }
109
- .tertiary-container {
110
- background-color: var(--md-sys-color-tertiary-container);
111
- }
112
- .tertiary-container-text {
113
- color: var(--md-sys-color-tertiary-container);
114
- }
115
- .on-tertiary-container {
116
- background-color: var(--md-sys-color-on-tertiary-container);
117
- }
118
- .on-tertiary-container-text {
119
- color: var(--md-sys-color-on-tertiary-container);
120
- }
121
- .tertiary-fixed {
122
- background-color: var(--md-sys-color-tertiary-fixed);
123
- }
124
- .tertiary-fixed-text {
125
- color: var(--md-sys-color-tertiary-fixed);
126
- }
127
- .on-tertiary-fixed {
128
- background-color: var(--md-sys-color-on-tertiary-fixed);
129
- }
130
- .on-tertiary-fixed-text {
131
- color: var(--md-sys-color-on-tertiary-fixed);
132
- }
133
- .tertiary-fixed-dim {
134
- background-color: var(--md-sys-color-tertiary-fixed-dim);
135
- }
136
- .tertiary-fixed-dim-text {
137
- color: var(--md-sys-color-tertiary-fixed-dim);
138
- }
139
- .on-tertiary-fixed-variant {
140
- background-color: var(--md-sys-color-on-tertiary-fixed-variant);
141
- }
142
- .on-tertiary-fixed-variant-text {
143
- color: var(--md-sys-color-on-tertiary-fixed-variant);
144
- }
145
- .error {
146
- background-color: var(--md-sys-color-error);
147
- }
148
- .error-text {
149
- color: var(--md-sys-color-error);
150
- }
151
- .on-error {
152
- background-color: var(--md-sys-color-on-error);
153
- }
154
- .on-error-text {
155
- color: var(--md-sys-color-on-error);
156
- }
157
- .error-container {
158
- background-color: var(--md-sys-color-error-container);
159
- }
160
- .error-container-text {
161
- color: var(--md-sys-color-error-container);
162
- }
163
- .on-error-container {
164
- background-color: var(--md-sys-color-on-error-container);
165
- }
166
- .on-error-container-text {
167
- color: var(--md-sys-color-on-error-container);
168
- }
169
- .outline {
170
- background-color: var(--md-sys-color-outline);
171
- }
172
- .outline-text {
173
- color: var(--md-sys-color-outline);
174
- }
175
- .background {
176
- background-color: var(--md-sys-color-background);
177
- }
178
- .background-text {
179
- color: var(--md-sys-color-background);
180
- }
181
- .on-background {
182
- background-color: var(--md-sys-color-on-background);
183
- }
184
- .on-background-text {
185
- color: var(--md-sys-color-on-background);
186
- }
187
- .surface {
188
- background-color: var(--md-sys-color-surface);
189
- }
190
- .surface-text {
191
- color: var(--md-sys-color-surface);
192
- }
193
- .on-surface {
194
- background-color: var(--md-sys-color-on-surface);
195
- }
196
- .on-surface-text {
197
- color: var(--md-sys-color-on-surface);
198
- }
199
- .surface-variant {
200
- background-color: var(--md-sys-color-surface-variant);
201
- }
202
- .surface-variant-text {
203
- color: var(--md-sys-color-surface-variant);
204
- }
205
- .on-surface-variant {
206
- background-color: var(--md-sys-color-on-surface-variant);
207
- }
208
- .on-surface-variant-text {
209
- color: var(--md-sys-color-on-surface-variant);
210
- }
211
- .inverse-surface {
212
- background-color: var(--md-sys-color-inverse-surface);
213
- }
214
- .inverse-surface-text {
215
- color: var(--md-sys-color-inverse-surface);
216
- }
217
- .inverse-on-surface {
218
- background-color: var(--md-sys-color-inverse-on-surface);
219
- }
220
- .inverse-on-surface-text {
221
- color: var(--md-sys-color-inverse-on-surface);
222
- }
223
- .inverse-primary {
224
- background-color: var(--md-sys-color-inverse-primary);
225
- }
226
- .inverse-primary-text {
227
- color: var(--md-sys-color-inverse-primary);
228
- }
229
- .shadow {
230
- background-color: var(--md-sys-color-shadow);
231
- }
232
- .shadow-text {
233
- color: var(--md-sys-color-shadow);
234
- }
235
- .surface-tint {
236
- background-color: var(--md-sys-color-surface-tint);
237
- }
238
- .surface-tint-text {
239
- color: var(--md-sys-color-surface-tint);
240
- }
241
- .outline-variant {
242
- background-color: var(--md-sys-color-outline-variant);
243
- }
244
- .outline-variant-text {
245
- color: var(--md-sys-color-outline-variant);
246
- }
247
- .scrim {
248
- background-color: var(--md-sys-color-scrim);
249
- }
250
- .scrim-text {
251
- color: var(--md-sys-color-scrim);
252
- }
253
- .surface-container-highest {
254
- background-color: var(--md-sys-color-surface-container-highest);
255
- }
256
- .surface-container-highest-text {
257
- color: var(--md-sys-color-surface-container-highest);
258
- }
259
- .surface-container-high {
260
- background-color: var(--md-sys-color-surface-container-high);
261
- }
262
- .surface-container-high-text {
263
- color: var(--md-sys-color-surface-container-high);
264
- }
265
- .surface-container {
266
- background-color: var(--md-sys-color-surface-container);
267
- }
268
- .surface-container-text {
269
- color: var(--md-sys-color-surface-container);
270
- }
271
- .surface-container-low {
272
- background-color: var(--md-sys-color-surface-container-low);
273
- }
274
- .surface-container-low-text {
275
- color: var(--md-sys-color-surface-container-low);
276
- }
277
- .surface-container-lowest {
278
- background-color: var(--md-sys-color-surface-container-lowest);
279
- }
280
- .surface-container-lowest-text {
281
- color: var(--md-sys-color-surface-container-lowest);
282
- }
283
- .surface-bright {
284
- background-color: var(--md-sys-color-surface-bright);
285
- }
286
- .surface-bright-text {
287
- color: var(--md-sys-color-surface-bright);
288
- }
289
- .surface-dim {
290
- background-color: var(--md-sys-color-surface-dim);
291
- }
292
- .surface-dim-text {
293
- color: var(--md-sys-color-surface-dim);
294
- }
@@ -1,5 +0,0 @@
1
- @import url(tokens.css);
2
- @import url(colors.module.css);
3
- @import url(typography.module.css);
4
- @import url(theme.light.css) (prefers-color-scheme: light);
5
- @import url(theme.dark.css) (prefers-color-scheme: dark);
@@ -1,51 +0,0 @@
1
- :root {
2
- --md-sys-color-primary: var(--md-sys-color-primary-dark);
3
- --md-sys-color-on-primary: var(--md-sys-color-on-primary-dark);
4
- --md-sys-color-primary-container: var(--md-sys-color-primary-container-dark);
5
- --md-sys-color-on-primary-container: var(--md-sys-color-on-primary-container-dark);
6
- --md-sys-color-primary-fixed: var(--md-sys-color-primary-fixed-dark);
7
- --md-sys-color-on-primary-fixed: var(--md-sys-color-on-primary-fixed-dark);
8
- --md-sys-color-primary-fixed-dim: var(--md-sys-color-primary-fixed-dim-dark);
9
- --md-sys-color-on-primary-fixed-variant: var(--md-sys-color-on-primary-fixed-variant-dark);
10
- --md-sys-color-secondary: var(--md-sys-color-secondary-dark);
11
- --md-sys-color-on-secondary: var(--md-sys-color-on-secondary-dark);
12
- --md-sys-color-secondary-container: var(--md-sys-color-secondary-container-dark);
13
- --md-sys-color-on-secondary-container: var(--md-sys-color-on-secondary-container-dark);
14
- --md-sys-color-secondary-fixed: var(--md-sys-color-secondary-fixed-dark);
15
- --md-sys-color-on-secondary-fixed: var(--md-sys-color-on-secondary-fixed-dark);
16
- --md-sys-color-secondary-fixed-dim: var(--md-sys-color-secondary-fixed-dim-dark);
17
- --md-sys-color-on-secondary-fixed-variant: var(--md-sys-color-on-secondary-fixed-variant-dark);
18
- --md-sys-color-tertiary: var(--md-sys-color-tertiary-dark);
19
- --md-sys-color-on-tertiary: var(--md-sys-color-on-tertiary-dark);
20
- --md-sys-color-tertiary-container: var(--md-sys-color-tertiary-container-dark);
21
- --md-sys-color-on-tertiary-container: var(--md-sys-color-on-tertiary-container-dark);
22
- --md-sys-color-tertiary-fixed: var(--md-sys-color-tertiary-fixed-dark);
23
- --md-sys-color-on-tertiary-fixed: var(--md-sys-color-on-tertiary-fixed-dark);
24
- --md-sys-color-tertiary-fixed-dim: var(--md-sys-color-tertiary-fixed-dim-dark);
25
- --md-sys-color-on-tertiary-fixed-variant: var(--md-sys-color-on-tertiary-fixed-variant-dark);
26
- --md-sys-color-error: var(--md-sys-color-error-dark);
27
- --md-sys-color-on-error: var(--md-sys-color-on-error-dark);
28
- --md-sys-color-error-container: var(--md-sys-color-error-container-dark);
29
- --md-sys-color-on-error-container: var(--md-sys-color-on-error-container-dark);
30
- --md-sys-color-outline: var(--md-sys-color-outline-dark);
31
- --md-sys-color-background: var(--md-sys-color-background-dark);
32
- --md-sys-color-on-background: var(--md-sys-color-on-background-dark);
33
- --md-sys-color-surface: var(--md-sys-color-surface-dark);
34
- --md-sys-color-on-surface: var(--md-sys-color-on-surface-dark);
35
- --md-sys-color-surface-variant: var(--md-sys-color-surface-variant-dark);
36
- --md-sys-color-on-surface-variant: var(--md-sys-color-on-surface-variant-dark);
37
- --md-sys-color-inverse-surface: var(--md-sys-color-inverse-surface-dark);
38
- --md-sys-color-inverse-on-surface: var(--md-sys-color-inverse-on-surface-dark);
39
- --md-sys-color-inverse-primary: var(--md-sys-color-inverse-primary-dark);
40
- --md-sys-color-shadow: var(--md-sys-color-shadow-dark);
41
- --md-sys-color-surface-tint: var(--md-sys-color-surface-tint-dark);
42
- --md-sys-color-outline-variant: var(--md-sys-color-outline-variant-dark);
43
- --md-sys-color-scrim: var(--md-sys-color-scrim-dark);
44
- --md-sys-color-surface-container-highest: var(--md-sys-color-surface-container-highest-dark);
45
- --md-sys-color-surface-container-high: var(--md-sys-color-surface-container-high-dark);
46
- --md-sys-color-surface-container: var(--md-sys-color-surface-container-dark);
47
- --md-sys-color-surface-container-low: var(--md-sys-color-surface-container-low-dark);
48
- --md-sys-color-surface-container-lowest: var(--md-sys-color-surface-container-lowest-dark);
49
- --md-sys-color-surface-bright: var(--md-sys-color-surface-bright-dark);
50
- --md-sys-color-surface-dim: var(--md-sys-color-surface-dim-dark);
51
- }
@@ -1,51 +0,0 @@
1
- :root {
2
- --md-sys-color-primary: var(--md-sys-color-primary-light);
3
- --md-sys-color-on-primary: var(--md-sys-color-on-primary-light);
4
- --md-sys-color-primary-container: var(--md-sys-color-primary-container-light);
5
- --md-sys-color-on-primary-container: var(--md-sys-color-on-primary-container-light);
6
- --md-sys-color-primary-fixed: var(--md-sys-color-primary-fixed-light);
7
- --md-sys-color-on-primary-fixed: var(--md-sys-color-on-primary-fixed-light);
8
- --md-sys-color-primary-fixed-dim: var(--md-sys-color-primary-fixed-dim-light);
9
- --md-sys-color-on-primary-fixed-variant: var(--md-sys-color-on-primary-fixed-variant-light);
10
- --md-sys-color-secondary: var(--md-sys-color-secondary-light);
11
- --md-sys-color-on-secondary: var(--md-sys-color-on-secondary-light);
12
- --md-sys-color-secondary-container: var(--md-sys-color-secondary-container-light);
13
- --md-sys-color-on-secondary-container: var(--md-sys-color-on-secondary-container-light);
14
- --md-sys-color-secondary-fixed: var(--md-sys-color-secondary-fixed-light);
15
- --md-sys-color-on-secondary-fixed: var(--md-sys-color-on-secondary-fixed-light);
16
- --md-sys-color-secondary-fixed-dim: var(--md-sys-color-secondary-fixed-dim-light);
17
- --md-sys-color-on-secondary-fixed-variant: var(--md-sys-color-on-secondary-fixed-variant-light);
18
- --md-sys-color-tertiary: var(--md-sys-color-tertiary-light);
19
- --md-sys-color-on-tertiary: var(--md-sys-color-on-tertiary-light);
20
- --md-sys-color-tertiary-container: var(--md-sys-color-tertiary-container-light);
21
- --md-sys-color-on-tertiary-container: var(--md-sys-color-on-tertiary-container-light);
22
- --md-sys-color-tertiary-fixed: var(--md-sys-color-tertiary-fixed-light);
23
- --md-sys-color-on-tertiary-fixed: var(--md-sys-color-on-tertiary-fixed-light);
24
- --md-sys-color-tertiary-fixed-dim: var(--md-sys-color-tertiary-fixed-dim-light);
25
- --md-sys-color-on-tertiary-fixed-variant: var(--md-sys-color-on-tertiary-fixed-variant-light);
26
- --md-sys-color-error: var(--md-sys-color-error-light);
27
- --md-sys-color-on-error: var(--md-sys-color-on-error-light);
28
- --md-sys-color-error-container: var(--md-sys-color-error-container-light);
29
- --md-sys-color-on-error-container: var(--md-sys-color-on-error-container-light);
30
- --md-sys-color-outline: var(--md-sys-color-outline-light);
31
- --md-sys-color-background: var(--md-sys-color-background-light);
32
- --md-sys-color-on-background: var(--md-sys-color-on-background-light);
33
- --md-sys-color-surface: var(--md-sys-color-surface-light);
34
- --md-sys-color-on-surface: var(--md-sys-color-on-surface-light);
35
- --md-sys-color-surface-variant: var(--md-sys-color-surface-variant-light);
36
- --md-sys-color-on-surface-variant: var(--md-sys-color-on-surface-variant-light);
37
- --md-sys-color-inverse-surface: var(--md-sys-color-inverse-surface-light);
38
- --md-sys-color-inverse-on-surface: var(--md-sys-color-inverse-on-surface-light);
39
- --md-sys-color-inverse-primary: var(--md-sys-color-inverse-primary-light);
40
- --md-sys-color-shadow: var(--md-sys-color-shadow-light);
41
- --md-sys-color-surface-tint: var(--md-sys-color-surface-tint-light);
42
- --md-sys-color-outline-variant: var(--md-sys-color-outline-variant-light);
43
- --md-sys-color-scrim: var(--md-sys-color-scrim-light);
44
- --md-sys-color-surface-container-highest: var(--md-sys-color-surface-container-highest-light);
45
- --md-sys-color-surface-container-high: var(--md-sys-color-surface-container-high-light);
46
- --md-sys-color-surface-container: var(--md-sys-color-surface-container-light);
47
- --md-sys-color-surface-container-low: var(--md-sys-color-surface-container-low-light);
48
- --md-sys-color-surface-container-lowest: var(--md-sys-color-surface-container-lowest-light);
49
- --md-sys-color-surface-bright: var(--md-sys-color-surface-bright-light);
50
- --md-sys-color-surface-dim: var(--md-sys-color-surface-dim-light);
51
- }