jekyll-theme-fica 0.2.0 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (45) hide show
  1. checksums.yaml +4 -4
  2. data/.github/ISSUE_TEMPLATE/bug_report.md +38 -0
  3. data/.github/ISSUE_TEMPLATE/feature_request.md +20 -0
  4. data/.github/workflows/.ci_BASE_2002.yaml.swp +0 -0
  5. data/.github/workflows/.ci_LOCAL_2002.yaml.swp +0 -0
  6. data/.github/workflows/.ci_REMOTE_2002.yaml.swp +0 -0
  7. data/.github/workflows/ci.yaml +7 -0
  8. data/.github/workflows/ci.yaml.orig +34 -0
  9. data/.github/workflows/ci_BACKUP_2002.yaml +34 -0
  10. data/.github/workflows/ci_BASE_2002.yaml +27 -0
  11. data/.github/workflows/ci_LOCAL_2002.yaml +27 -0
  12. data/.github/workflows/ci_REMOTE_2002.yaml +27 -0
  13. data/README.md +4 -3
  14. data/_includes/Footer.html +112 -85
  15. data/_includes/Head.html +12 -13
  16. data/_includes/Header.html +17 -34
  17. data/_includes/{BTT.html → assets/BTT.html} +8 -7
  18. data/_includes/{Google-Analytics.html → assets/Google-Analytics.html} +12 -12
  19. data/_includes/assets/anchor-headings.html +164 -0
  20. data/_includes/assets/comments.html +16 -0
  21. data/_includes/assets/toc.html +174 -0
  22. data/_layouts/default.html +16 -14
  23. data/_layouts/home.html +25 -67
  24. data/_layouts/page.html +5 -3
  25. data/_layouts/post.html +50 -52
  26. data/_layouts/post_home.html +112 -112
  27. data/_posts/2022-04-5-Getting-Started.md +150 -149
  28. data/_sass/{layouts/base.scss → base.scss} +472 -579
  29. data/_sass/{themes/dark theme/highlight.scss → colors/dark-theme/highlight.scss} +362 -362
  30. data/_sass/{themes/dark theme/theme-dark.scss → colors/dark-theme/theme-dark.scss} +132 -142
  31. data/_sass/{themes/light theme/highlight.scss → colors/light-theme/highlight.scss} +198 -198
  32. data/_sass/{themes/light theme/theme-light.scss → colors/light-theme/theme-light.scss} +126 -136
  33. data/_sass/jekyll-theme-fica.scss +1 -8
  34. data/_sass/layouts/component.scss +253 -0
  35. data/_sass/layouts/layout.scss +612 -718
  36. data/_sass/layouts/variable.scss +201 -0
  37. data/assets/css/Style.scss +12 -13
  38. data/bin/run +195 -150
  39. data/js/Main.js +21 -0
  40. data/js/back-to-top.js +39 -48
  41. metadata +28 -16
  42. data/_sass/custom/styles.scss +0 -1
  43. data/_sass/custom/variables.scss +0 -1
  44. data/_sass/layouts/variables.scss +0 -230
  45. data/docs/contributing.md +0 -69
@@ -1,363 +1,363 @@
1
- .highlight .hll {
2
- background-color: #515151;
3
- }
4
-
5
- /*.highlight { background: #2d2d2d; color: #f2f0ec }*/
6
- .highlight {
7
- background: #1a1f35;
8
- color: #f2f0ec;
9
- }
10
-
11
- .highlight .c {
12
- color: #747369;
13
- }
14
-
15
- /* Comment */
16
- .highlight .err {
17
- color: #f2777a;
18
- }
19
-
20
- /* Error */
21
- .highlight .k {
22
- color: #cc99cc;
23
- }
24
-
25
- /* Keyword */
26
- .highlight .l {
27
- color: #f99157;
28
- }
29
-
30
- /* Literal */
31
- .highlight .n {
32
- color: #f2f0ec;
33
- }
34
-
35
- /* Name */
36
- .highlight .o {
37
- color: #66cccc;
38
- }
39
-
40
- /* Operator */
41
- .highlight .p {
42
- color: #f2f0ec;
43
- }
44
-
45
- /* Punctuation */
46
- .highlight .ch {
47
- color: #747369;
48
- }
49
-
50
- /* Comment.Hashbang */
51
- .highlight .cm {
52
- color: #747369;
53
- }
54
-
55
- /* Comment.Multiline */
56
- .highlight .cp {
57
- color: #747369;
58
- }
59
-
60
- /* Comment.Preproc */
61
- .highlight .cpf {
62
- color: #747369;
63
- }
64
-
65
- /* Comment.PreprocFile */
66
- .highlight .c1 {
67
- color: #747369;
68
- }
69
-
70
- /* Comment.Single */
71
- .highlight .cs {
72
- color: #747369;
73
- }
74
-
75
- /* Comment.Special */
76
- .highlight .gd {
77
- color: #d50000;
78
- background-color: #ff8a80;
79
- }
80
-
81
- /* Generic.Deleted */
82
- .highlight .ge {
83
- font-style: italic;
84
- }
85
-
86
- /* Generic.Emph */
87
- .highlight .gh {
88
- color: #f2f0ec;
89
- font-weight: bold;
90
- }
91
-
92
- /* Generic.Heading */
93
- .highlight .gi {
94
- color: #00c853;
95
- background-color: #ccff90;
96
- }
97
-
98
- /* Generic.Inserted */
99
- .highlight .gp {
100
- color: #747369;
101
- font-weight: bold;
102
- }
103
-
104
- /* Generic.Prompt */
105
- .highlight .gs {
106
- font-weight: bold;
107
- }
108
-
109
- /* Generic.Strong */
110
- .highlight .gu {
111
- color: #66cccc;
112
- font-weight: bold;
113
- }
114
-
115
- /* Generic.Subheading */
116
- .highlight .kc {
117
- color: #cc99cc;
118
- }
119
-
120
- /* Keyword.Constant */
121
- .highlight .kd {
122
- color: #cc99cc;
123
- }
124
-
125
- /* Keyword.Declaration */
126
- .highlight .kn {
127
- color: #66cccc;
128
- }
129
-
130
- /* Keyword.Namespace */
131
- .highlight .kp {
132
- color: #cc99cc;
133
- }
134
-
135
- /* Keyword.Pseudo */
136
- .highlight .kr {
137
- color: #cc99cc;
138
- }
139
-
140
- /* Keyword.Reserved */
141
- .highlight .kt {
142
- color: #ffcc66;
143
- }
144
-
145
- /* Keyword.Type */
146
- .highlight .ld {
147
- color: #99cc99;
148
- }
149
-
150
- /* Literal.Date */
151
- .highlight .m {
152
- color: #f99157;
153
- }
154
-
155
- /* Literal.Number */
156
- .highlight .s {
157
- color: #99cc99;
158
- }
159
-
160
- /* Literal.String */
161
- .highlight .na {
162
- color: #6699cc;
163
- }
164
-
165
- /* Name.Attribute */
166
- .highlight .nb {
167
- color: #f2f0ec;
168
- }
169
-
170
- /* Name.Builtin */
171
- .highlight .nc {
172
- color: #ffcc66;
173
- }
174
-
175
- /* Name.Class */
176
- .highlight .no {
177
- color: #f2777a;
178
- }
179
-
180
- /* Name.Constant */
181
- .highlight .nd {
182
- color: #66cccc;
183
- }
184
-
185
- /* Name.Decorator */
186
- .highlight .ni {
187
- color: #f2f0ec;
188
- }
189
-
190
- /* Name.Entity */
191
- .highlight .ne {
192
- color: #f2777a;
193
- }
194
-
195
- /* Name.Exception */
196
- .highlight .nf {
197
- color: #6699cc;
198
- }
199
-
200
- /* Name.Function */
201
- .highlight .nl {
202
- color: #f2f0ec;
203
- }
204
-
205
- /* Name.Label */
206
- .highlight .nn {
207
- color: #ffcc66;
208
- }
209
-
210
- /* Name.Namespace */
211
- .highlight .nx {
212
- color: #6699cc;
213
- }
214
-
215
- /* Name.Other */
216
- .highlight .py {
217
- color: #f2f0ec;
218
- }
219
-
220
- /* Name.Property */
221
- .highlight .nt {
222
- color: #66cccc;
223
- }
224
-
225
- /* Name.Tag */
226
- .highlight .nv {
227
- color: #f2777a;
228
- }
229
-
230
- /* Name.Variable */
231
- .highlight .ow {
232
- color: #66cccc;
233
- }
234
-
235
- /* Operator.Word */
236
- .highlight .w {
237
- color: #f2f0ec;
238
- }
239
-
240
- /* Text.Whitespace */
241
- .highlight .mb {
242
- color: #f99157;
243
- }
244
-
245
- /* Literal.Number.Bin */
246
- .highlight .mf {
247
- color: #f99157;
248
- }
249
-
250
- /* Literal.Number.Float */
251
- .highlight .mh {
252
- color: #f99157;
253
- }
254
-
255
- /* Literal.Number.Hex */
256
- .highlight .mi {
257
- color: #f99157;
258
- }
259
-
260
- /* Literal.Number.Integer */
261
- .highlight .mo {
262
- color: #f99157;
263
- }
264
-
265
- /* Literal.Number.Oct */
266
- .highlight .sa {
267
- color: #99cc99;
268
- }
269
-
270
- /* Literal.String.Affix */
271
- .highlight .sb {
272
- color: #99cc99;
273
- }
274
-
275
- /* Literal.String.Backtick */
276
- .highlight .sc {
277
- color: #f2f0ec;
278
- }
279
-
280
- /* Literal.String.Char */
281
- .highlight .dl {
282
- color: #99cc99;
283
- }
284
-
285
- /* Literal.String.Delimiter */
286
- .highlight .sd {
287
- color: #747369;
288
- }
289
-
290
- /* Literal.String.Doc */
291
- .highlight .s2 {
292
- color: #99cc99;
293
- }
294
-
295
- /* Literal.String.Double */
296
- .highlight .se {
297
- color: #f99157;
298
- }
299
-
300
- /* Literal.String.Escape */
301
- .highlight .sh {
302
- color: #99cc99;
303
- }
304
-
305
- /* Literal.String.Heredoc */
306
- .highlight .si {
307
- color: #f99157;
308
- }
309
-
310
- /* Literal.String.Interpol */
311
- .highlight .sx {
312
- color: #99cc99;
313
- }
314
-
315
- /* Literal.String.Other */
316
- .highlight .sr {
317
- color: #99cc99;
318
- }
319
-
320
- /* Literal.String.Regex */
321
- .highlight .s1 {
322
- color: #99cc99;
323
- }
324
-
325
- /* Literal.String.Single */
326
- .highlight .ss {
327
- color: #99cc99;
328
- }
329
-
330
- /* Literal.String.Symbol */
331
- .highlight .bp {
332
- color: #f2f0ec;
333
- }
334
-
335
- /* Name.Builtin.Pseudo */
336
- .highlight .fm {
337
- color: #6699cc;
338
- }
339
-
340
- /* Name.Function.Magic */
341
- .highlight .vc {
342
- color: #f2777a;
343
- }
344
-
345
- /* Name.Variable.Class */
346
- .highlight .vg {
347
- color: #f2777a;
348
- }
349
-
350
- /* Name.Variable.Global */
351
- .highlight .vi {
352
- color: #f2777a;
353
- }
354
-
355
- /* Name.Variable.Instance */
356
- .highlight .vm {
357
- color: #f2777a;
358
- }
359
-
360
- /* Name.Variable.Magic */
361
- .highlight .il {
362
- color: #f99157;
1
+ .highlight .hll {
2
+ background-color: #515151;
3
+ }
4
+
5
+ /*.highlight { background: #2d2d2d; color: #f2f0ec }*/
6
+ .highlight {
7
+ background: #1a1f35;
8
+ color: #f2f0ec;
9
+ }
10
+
11
+ .highlight .c {
12
+ color: #747369;
13
+ }
14
+
15
+ /* Comment */
16
+ .highlight .err {
17
+ color: #f2777a;
18
+ }
19
+
20
+ /* Error */
21
+ .highlight .k {
22
+ color: #cc99cc;
23
+ }
24
+
25
+ /* Keyword */
26
+ .highlight .l {
27
+ color: #f99157;
28
+ }
29
+
30
+ /* Literal */
31
+ .highlight .n {
32
+ color: #f2f0ec;
33
+ }
34
+
35
+ /* Name */
36
+ .highlight .o {
37
+ color: #66cccc;
38
+ }
39
+
40
+ /* Operator */
41
+ .highlight .p {
42
+ color: #f2f0ec;
43
+ }
44
+
45
+ /* Punctuation */
46
+ .highlight .ch {
47
+ color: #747369;
48
+ }
49
+
50
+ /* Comment.Hashbang */
51
+ .highlight .cm {
52
+ color: #747369;
53
+ }
54
+
55
+ /* Comment.Multiline */
56
+ .highlight .cp {
57
+ color: #747369;
58
+ }
59
+
60
+ /* Comment.Preproc */
61
+ .highlight .cpf {
62
+ color: #747369;
63
+ }
64
+
65
+ /* Comment.PreprocFile */
66
+ .highlight .c1 {
67
+ color: #747369;
68
+ }
69
+
70
+ /* Comment.Single */
71
+ .highlight .cs {
72
+ color: #747369;
73
+ }
74
+
75
+ /* Comment.Special */
76
+ .highlight .gd {
77
+ color: #d50000;
78
+ background-color: #ff8a80;
79
+ }
80
+
81
+ /* Generic.Deleted */
82
+ .highlight .ge {
83
+ font-style: italic;
84
+ }
85
+
86
+ /* Generic.Emph */
87
+ .highlight .gh {
88
+ color: #f2f0ec;
89
+ font-weight: bold;
90
+ }
91
+
92
+ /* Generic.Heading */
93
+ .highlight .gi {
94
+ color: #00c853;
95
+ background-color: #ccff90;
96
+ }
97
+
98
+ /* Generic.Inserted */
99
+ .highlight .gp {
100
+ color: #747369;
101
+ font-weight: bold;
102
+ }
103
+
104
+ /* Generic.Prompt */
105
+ .highlight .gs {
106
+ font-weight: bold;
107
+ }
108
+
109
+ /* Generic.Strong */
110
+ .highlight .gu {
111
+ color: #66cccc;
112
+ font-weight: bold;
113
+ }
114
+
115
+ /* Generic.Subheading */
116
+ .highlight .kc {
117
+ color: #cc99cc;
118
+ }
119
+
120
+ /* Keyword.Constant */
121
+ .highlight .kd {
122
+ color: #cc99cc;
123
+ }
124
+
125
+ /* Keyword.Declaration */
126
+ .highlight .kn {
127
+ color: #66cccc;
128
+ }
129
+
130
+ /* Keyword.Namespace */
131
+ .highlight .kp {
132
+ color: #cc99cc;
133
+ }
134
+
135
+ /* Keyword.Pseudo */
136
+ .highlight .kr {
137
+ color: #cc99cc;
138
+ }
139
+
140
+ /* Keyword.Reserved */
141
+ .highlight .kt {
142
+ color: #ffcc66;
143
+ }
144
+
145
+ /* Keyword.Type */
146
+ .highlight .ld {
147
+ color: #99cc99;
148
+ }
149
+
150
+ /* Literal.Date */
151
+ .highlight .m {
152
+ color: #f99157;
153
+ }
154
+
155
+ /* Literal.Number */
156
+ .highlight .s {
157
+ color: #99cc99;
158
+ }
159
+
160
+ /* Literal.String */
161
+ .highlight .na {
162
+ color: #6699cc;
163
+ }
164
+
165
+ /* Name.Attribute */
166
+ .highlight .nb {
167
+ color: #f2f0ec;
168
+ }
169
+
170
+ /* Name.Builtin */
171
+ .highlight .nc {
172
+ color: #ffcc66;
173
+ }
174
+
175
+ /* Name.Class */
176
+ .highlight .no {
177
+ color: #f2777a;
178
+ }
179
+
180
+ /* Name.Constant */
181
+ .highlight .nd {
182
+ color: #66cccc;
183
+ }
184
+
185
+ /* Name.Decorator */
186
+ .highlight .ni {
187
+ color: #f2f0ec;
188
+ }
189
+
190
+ /* Name.Entity */
191
+ .highlight .ne {
192
+ color: #f2777a;
193
+ }
194
+
195
+ /* Name.Exception */
196
+ .highlight .nf {
197
+ color: #6699cc;
198
+ }
199
+
200
+ /* Name.Function */
201
+ .highlight .nl {
202
+ color: #f2f0ec;
203
+ }
204
+
205
+ /* Name.Label */
206
+ .highlight .nn {
207
+ color: #ffcc66;
208
+ }
209
+
210
+ /* Name.Namespace */
211
+ .highlight .nx {
212
+ color: #6699cc;
213
+ }
214
+
215
+ /* Name.Other */
216
+ .highlight .py {
217
+ color: #f2f0ec;
218
+ }
219
+
220
+ /* Name.Property */
221
+ .highlight .nt {
222
+ color: #66cccc;
223
+ }
224
+
225
+ /* Name.Tag */
226
+ .highlight .nv {
227
+ color: #f2777a;
228
+ }
229
+
230
+ /* Name.Variable */
231
+ .highlight .ow {
232
+ color: #66cccc;
233
+ }
234
+
235
+ /* Operator.Word */
236
+ .highlight .w {
237
+ color: #f2f0ec;
238
+ }
239
+
240
+ /* Text.Whitespace */
241
+ .highlight .mb {
242
+ color: #f99157;
243
+ }
244
+
245
+ /* Literal.Number.Bin */
246
+ .highlight .mf {
247
+ color: #f99157;
248
+ }
249
+
250
+ /* Literal.Number.Float */
251
+ .highlight .mh {
252
+ color: #f99157;
253
+ }
254
+
255
+ /* Literal.Number.Hex */
256
+ .highlight .mi {
257
+ color: #f99157;
258
+ }
259
+
260
+ /* Literal.Number.Integer */
261
+ .highlight .mo {
262
+ color: #f99157;
263
+ }
264
+
265
+ /* Literal.Number.Oct */
266
+ .highlight .sa {
267
+ color: #99cc99;
268
+ }
269
+
270
+ /* Literal.String.Affix */
271
+ .highlight .sb {
272
+ color: #99cc99;
273
+ }
274
+
275
+ /* Literal.String.Backtick */
276
+ .highlight .sc {
277
+ color: #f2f0ec;
278
+ }
279
+
280
+ /* Literal.String.Char */
281
+ .highlight .dl {
282
+ color: #99cc99;
283
+ }
284
+
285
+ /* Literal.String.Delimiter */
286
+ .highlight .sd {
287
+ color: #747369;
288
+ }
289
+
290
+ /* Literal.String.Doc */
291
+ .highlight .s2 {
292
+ color: #99cc99;
293
+ }
294
+
295
+ /* Literal.String.Double */
296
+ .highlight .se {
297
+ color: #f99157;
298
+ }
299
+
300
+ /* Literal.String.Escape */
301
+ .highlight .sh {
302
+ color: #99cc99;
303
+ }
304
+
305
+ /* Literal.String.Heredoc */
306
+ .highlight .si {
307
+ color: #f99157;
308
+ }
309
+
310
+ /* Literal.String.Interpol */
311
+ .highlight .sx {
312
+ color: #99cc99;
313
+ }
314
+
315
+ /* Literal.String.Other */
316
+ .highlight .sr {
317
+ color: #99cc99;
318
+ }
319
+
320
+ /* Literal.String.Regex */
321
+ .highlight .s1 {
322
+ color: #99cc99;
323
+ }
324
+
325
+ /* Literal.String.Single */
326
+ .highlight .ss {
327
+ color: #99cc99;
328
+ }
329
+
330
+ /* Literal.String.Symbol */
331
+ .highlight .bp {
332
+ color: #f2f0ec;
333
+ }
334
+
335
+ /* Name.Builtin.Pseudo */
336
+ .highlight .fm {
337
+ color: #6699cc;
338
+ }
339
+
340
+ /* Name.Function.Magic */
341
+ .highlight .vc {
342
+ color: #f2777a;
343
+ }
344
+
345
+ /* Name.Variable.Class */
346
+ .highlight .vg {
347
+ color: #f2777a;
348
+ }
349
+
350
+ /* Name.Variable.Global */
351
+ .highlight .vi {
352
+ color: #f2777a;
353
+ }
354
+
355
+ /* Name.Variable.Instance */
356
+ .highlight .vm {
357
+ color: #f2777a;
358
+ }
359
+
360
+ /* Name.Variable.Magic */
361
+ .highlight .il {
362
+ color: #f99157;
363
363
  }