jekyll-theme-zer0 0.1.0

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 (70) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE +21 -0
  3. data/README.md +499 -0
  4. data/_includes/branding.html +43 -0
  5. data/_includes/breadcrumbs.html +31 -0
  6. data/_includes/dev-shortcuts.html +57 -0
  7. data/_includes/footer.html +57 -0
  8. data/_includes/giscus.html +16 -0
  9. data/_includes/google-analytics.html +9 -0
  10. data/_includes/google-tag-manager-body.html +8 -0
  11. data/_includes/google-tag-manager-head.html +10 -0
  12. data/_includes/halfmoon.html +35 -0
  13. data/_includes/head.html +95 -0
  14. data/_includes/header.html +79 -0
  15. data/_includes/info-section.html +33 -0
  16. data/_includes/intro.html +27 -0
  17. data/_includes/js-cdn.html +24 -0
  18. data/_includes/nav_list.html +63 -0
  19. data/_includes/navbar.html +34 -0
  20. data/_includes/powered-by.html +22 -0
  21. data/_includes/quick-index.html +17 -0
  22. data/_includes/searchbar.html +10 -0
  23. data/_includes/seo.html +131 -0
  24. data/_includes/sidebar-categories.html +21 -0
  25. data/_includes/sidebar-folders.html +107 -0
  26. data/_includes/sidebar-left.html +41 -0
  27. data/_includes/sidebar-right.html +47 -0
  28. data/_includes/sitemap.html +123 -0
  29. data/_includes/style.html +1574 -0
  30. data/_includes/svg.html +81 -0
  31. data/_includes/toc +7 -0
  32. data/_includes/toc.html +182 -0
  33. data/_includes/zer0-env-var.html +88 -0
  34. data/_layouts/collection.html +42 -0
  35. data/_layouts/default.html +37 -0
  36. data/_layouts/home.html +16 -0
  37. data/_layouts/index.html +8 -0
  38. data/_layouts/javascript.html +8 -0
  39. data/_layouts/journals.html +41 -0
  40. data/_layouts/root.html +54 -0
  41. data/_sass/custom.scss +331 -0
  42. data/_sass/it-journey/_docs.scss +3219 -0
  43. data/_sass/it-journey/_syntax.scss +342 -0
  44. data/_sass/it-journey/_theme.scss +247 -0
  45. data/_sass/it-journey/_variables.scss +521 -0
  46. data/_sass/it-journey/code-copy.scss +105 -0
  47. data/assets/.DS_Store +0 -0
  48. data/assets/css/custom.css +120 -0
  49. data/assets/css/main.scss +22 -0
  50. data/assets/images/favicon_gpt_computer_retro.png +0 -0
  51. data/assets/images/gravatar-small.png +0 -0
  52. data/assets/images/gravatar.png +0 -0
  53. data/assets/images/info-banner-mountain-wizard.png +0 -0
  54. data/assets/images/wizard-on-journey.png +0 -0
  55. data/assets/images/zer0-checkpoint-1.png +0 -0
  56. data/assets/images/zer0-checkpoint-2.png +0 -0
  57. data/assets/js/auto-hide-nav.js +18 -0
  58. data/assets/js/back-to-top.js +24 -0
  59. data/assets/js/cheetsheet.js +73 -0
  60. data/assets/js/code-copy.js +27 -0
  61. data/assets/js/color-modes.js +80 -0
  62. data/assets/js/docs.min.js +1 -0
  63. data/assets/js/halfmoon.js +80 -0
  64. data/assets/js/myScript.js +12 -0
  65. data/assets/js/nanobar.min.js +1 -0
  66. data/assets/js/particles-source.js +888 -0
  67. data/assets/js/particles.js +133 -0
  68. data/assets/js/side-bar-folders.js +12 -0
  69. data/assets/particles.json +110 -0
  70. metadata +153 -0
@@ -0,0 +1,521 @@
1
+ /* ==========================================================================
2
+ Variables
3
+ ========================================================================== */
4
+
5
+ /*
6
+ Typography
7
+ ========================================================================== */
8
+
9
+ $doc-font-size: 16 !default;
10
+
11
+ /* paragraph indention */
12
+ $paragraph-indent: false !default; // true, false (default)
13
+ $indent-var: 1.3em !default;
14
+
15
+ /* system typefaces */
16
+ $serif: Georgia, Times, serif !default;
17
+ $sans-serif: -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI",
18
+ "Helvetica Neue", "Lucida Grande", Arial, sans-serif !default;
19
+ $monospace: Monaco, Consolas, "Lucida Console", monospace !default;
20
+
21
+ /* sans serif typefaces */
22
+ $sans-serif-narrow: $sans-serif !default;
23
+ $helvetica: Helvetica, "Helvetica Neue", Arial, sans-serif !default;
24
+
25
+ /* serif typefaces */
26
+ $georgia: Georgia, serif !default;
27
+ $times: Times, serif !default;
28
+ $bodoni: "Bodoni MT", serif !default;
29
+ $calisto: "Calisto MT", serif !default;
30
+ $garamond: Garamond, serif !default;
31
+
32
+ $global-font-family: $sans-serif !default;
33
+ $header-font-family: $sans-serif !default;
34
+ $caption-font-family: $serif !default;
35
+
36
+ /* type scale */
37
+ $type-size-1: 2.441em !default; // ~39.056px
38
+ $type-size-2: 1.953em !default; // ~31.248px
39
+ $type-size-3: 1.563em !default; // ~25.008px
40
+ $type-size-4: 1.25em !default; // ~20px
41
+ $type-size-5: 1em !default; // ~16px
42
+ $type-size-6: 0.75em !default; // ~12px
43
+ $type-size-7: 0.6875em !default; // ~11px
44
+ $type-size-8: 0.625em !default; // ~10px
45
+
46
+ /* headline scale */
47
+ $h-size-1: 1.563em !default; // ~25.008px
48
+ $h-size-2: 1.25em !default; // ~20px
49
+ $h-size-3: 1.125em !default; // ~18px
50
+ $h-size-4: 1.0625em !default; // ~17px
51
+ $h-size-5: 1.03125em !default; // ~16.5px
52
+ $h-size-6: 1em !default; // ~16px
53
+
54
+ /*
55
+ Colors
56
+ ========================================================================== */
57
+
58
+ $gray: #7a8288 !default;
59
+ $dark-gray: mix(#000, $gray, 50%) !default;
60
+ $darker-gray: mix(#000, $gray, 60%) !default;
61
+ $light-gray: mix(#fff, $gray, 50%) !default;
62
+ $lighter-gray: mix(#fff, $gray, 90%) !default;
63
+
64
+ $background-color: #fff !default;
65
+ $code-background-color: #fafafa !default;
66
+ $code-background-color-dark: $light-gray !default;
67
+ $text-color: $dark-gray !default;
68
+ $muted-text-color: mix(#fff, $text-color, 20%) !default;
69
+ $border-color: $lighter-gray !default;
70
+ $form-background-color: $lighter-gray !default;
71
+ $footer-background-color: $lighter-gray !default;
72
+
73
+ $primary-color: #6f777d !default;
74
+ $success-color: #3fa63f !default;
75
+ $warning-color: #d67f05 !default;
76
+ $danger-color: #ee5f5b !default;
77
+ $info-color: #3b9cba !default;
78
+ $focus-color: $primary-color !default;
79
+ $active-color: mix(#fff, $primary-color, 80%) !default;
80
+
81
+ /* YIQ color contrast */
82
+ $yiq-contrasted-dark-default: $dark-gray !default;
83
+ $yiq-contrasted-light-default: #fff !default;
84
+ $yiq-contrasted-threshold: 175 !default;
85
+ $yiq-debug: false !default;
86
+
87
+ /* brands */
88
+ $behance-color: #1769ff !default;
89
+ $bitbucket-color: #205081 !default;
90
+ $dribbble-color: #ea4c89 !default;
91
+ $facebook-color: #3b5998 !default;
92
+ $flickr-color: #ff0084 !default;
93
+ $foursquare-color: #0072b1 !default;
94
+ $github-color: #171516 !default;
95
+ $gitlab-color: #e24329 !default;
96
+ $instagram-color: #517fa4 !default;
97
+ $keybase-color: #ef7639 !default;
98
+ $lastfm-color: #d51007 !default;
99
+ $linkedin-color: #007bb6 !default;
100
+ $mastodon-color: #2b90d9 !default;
101
+ $pinterest-color: #cb2027 !default;
102
+ $reddit-color: #ff4500 !default;
103
+ $rss-color: #fa9b39 !default;
104
+ $soundcloud-color: #ff3300 !default;
105
+ $stackoverflow-color: #fe7a15 !default;
106
+ $tumblr-color: #32506d !default;
107
+ $twitter-color: #55acee !default;
108
+ $vimeo-color: #1ab7ea !default;
109
+ $vine-color: #00bf8f !default;
110
+ $youtube-color: #bb0000 !default;
111
+ $xing-color: #006567 !default;
112
+
113
+ /* links */
114
+ $link-color: mix(#000, $info-color, 20%) !default;
115
+ $link-color-hover: mix(#000, $link-color, 25%) !default;
116
+ $link-color-visited: mix(#fff, $link-color, 15%) !default;
117
+ $masthead-link-color: $primary-color !default;
118
+ $masthead-link-color-hover: mix(#000, $primary-color, 25%) !default;
119
+ $navicon-link-color-hover: mix(#fff, $primary-color, 75%) !default;
120
+
121
+ /* notices */
122
+ $notice-background-mix: 80% !default;
123
+ $code-notice-background-mix: 90% !default;
124
+
125
+ /* syntax highlighting (base16) */
126
+ $base00: #263238 !default;
127
+ $base01: #2e3c43 !default;
128
+ $base02: #314549 !default;
129
+ $base03: #546e7a !default;
130
+ $base04: #b2ccd6 !default;
131
+ $base05: #eeffff !default;
132
+ $base06: #eeffff !default;
133
+ $base07: #ffffff !default;
134
+ $base08: #f07178 !default;
135
+ $base09: #f78c6c !default;
136
+ $base0a: #ffcb6b !default;
137
+ $base0b: #c3e88d !default;
138
+ $base0c: #89ddff !default;
139
+ $base0d: #82aaff !default;
140
+ $base0e: #c792ea !default;
141
+ $base0f: #ff5370 !default;
142
+
143
+ /*
144
+ Breakpoints
145
+ ========================================================================== */
146
+
147
+ $small: 600px !default;
148
+ $medium: 768px !default;
149
+ $medium-wide: 900px !default;
150
+ $large: 1024px !default;
151
+ $x-large: 1280px !default;
152
+ $max-width: $x-large !default;
153
+
154
+ /*
155
+ Grid
156
+ ========================================================================== */
157
+
158
+ $right-sidebar-width-narrow: 200px !default;
159
+ $right-sidebar-width: 300px !default;
160
+ $right-sidebar-width-wide: 400px !default;
161
+
162
+ /*
163
+ Other
164
+ ========================================================================== */
165
+
166
+ $border-radius: 4px !default;
167
+ $box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125) !default;
168
+ $nav-height: 2em !default;
169
+ $nav-toggle-height: 2rem !default;
170
+ $navicon-width: 1.5rem !default;
171
+ $navicon-height: 0.25rem !default;
172
+ $global-transition: all 0.2s ease-in-out !default;
173
+ $intro-transition: intro 0.3s both !default;
174
+
175
+
176
+
177
+ // scss-docs-start border-variables
178
+ $border-width: 1px !default;
179
+ $border-widths: (
180
+ 1: 1px,
181
+ 2: 2px,
182
+ 3: 3px,
183
+ 4: 4px,
184
+ 5: 5px
185
+ ) !default;
186
+
187
+ // Color system
188
+
189
+ // scss-docs-start gray-color-variables
190
+ $white: #fff !default;
191
+ $gray-100: #f8f9fa !default;
192
+ $gray-200: #e9ecef !default;
193
+ $gray-300: #dee2e6 !default;
194
+ $gray-400: #ced4da !default;
195
+ $gray-500: #adb5bd !default;
196
+ $gray-600: #6c757d !default;
197
+ $gray-700: #495057 !default;
198
+ $gray-800: #343a40 !default;
199
+ $gray-900: #212529 !default;
200
+ $black: #000 !default;
201
+ // scss-docs-end gray-color-variables
202
+
203
+ // scss-docs-start color-variables
204
+ $blue: #0d6efd !default;
205
+ $indigo: #6610f2 !default;
206
+ $purple: #6f42c1 !default;
207
+ $pink: #d63384 !default;
208
+ $red: #dc3545 !default;
209
+ $orange: #fd7e14 !default;
210
+ $yellow: #ffc107 !default;
211
+ $green: #198754 !default;
212
+ $teal: #20c997 !default;
213
+ $cyan: #0dcaf0 !default;
214
+ // scss-docs-end color-variables
215
+
216
+ // scss-docs-start theme-color-variables
217
+ $primary: $blue !default;
218
+ $secondary: $gray-600 !default;
219
+ $success: $green !default;
220
+ $info: $cyan !default;
221
+ $warning: $yellow !default;
222
+ $danger: $red !default;
223
+ $light: $gray-100 !default;
224
+ $dark: $gray-900 !default;
225
+ // scss-docs-end theme-color-variables
226
+
227
+ // Links
228
+ //
229
+ // Style anchor elements.
230
+
231
+ $link-color: $primary !default;
232
+ $link-decoration: underline !default;
233
+ $link-shade-percentage: 20% !default;
234
+ $link-hover-color: shift-color($link-color, $link-shade-percentage) !default;
235
+ $link-hover-decoration: null !default;
236
+
237
+ $stretched-link-pseudo-element: after !default;
238
+ $stretched-link-z-index: 1 !default;
239
+
240
+
241
+ // Body
242
+ //
243
+ // Settings for the `<body>` element.
244
+
245
+ $body-bg: $white !default;
246
+ $body-color: $gray-900 !default;
247
+ $body-text-align: null !default;
248
+
249
+ // $font-size-root affects the value of `rem`, which is used for as well font sizes, paddings, and margins
250
+ // $font-size-base affects the font size of the body text
251
+ $font-size-root: null !default;
252
+ $font-size-base: 1rem !default; // Assumes the browser default, typically `16px`
253
+ $font-size-sm: $font-size-base * .875 !default;
254
+ $font-size-lg: $font-size-base * 1.25 !default;
255
+
256
+ $font-weight-lighter: lighter !default;
257
+ $font-weight-light: 300 !default;
258
+ $font-weight-normal: 400 !default;
259
+ $font-weight-bold: 700 !default;
260
+ $font-weight-bolder: bolder !default;
261
+
262
+ $font-weight-base: $font-weight-normal !default;
263
+
264
+ $line-height-base: 1.5 !default;
265
+ $line-height-sm: 1.25 !default;
266
+ $line-height-lg: 2 !default;
267
+
268
+ $h1-font-size: $font-size-base * 2.5 !default;
269
+ $h2-font-size: $font-size-base * 2 !default;
270
+ $h3-font-size: $font-size-base * 1.75 !default;
271
+ $h4-font-size: $font-size-base * 1.5 !default;
272
+ $h5-font-size: $font-size-base * 1.25 !default;
273
+ $h6-font-size: $font-size-base !default;
274
+ // scss-docs-end font-variables
275
+
276
+ $component-active-color: $white !default;
277
+ $component-active-bg: $primary !default;
278
+
279
+ // Buttons
280
+ //
281
+ // For each of Bootstrap's buttons, define text, background, and border color.
282
+
283
+ // scss-docs-start input-btn-variables
284
+ $input-btn-padding-y: .375rem !default;
285
+ $input-btn-padding-x: .75rem !default;
286
+ $input-btn-font-family: null !default;
287
+ $input-btn-font-size: $font-size-base !default;
288
+ $input-btn-line-height: $line-height-base !default;
289
+
290
+ $input-btn-focus-width: .25rem !default;
291
+ $input-btn-focus-color-opacity: .25 !default;
292
+ $input-btn-focus-color: rgba($component-active-bg, $input-btn-focus-color-opacity) !default;
293
+ $input-btn-focus-blur: 0 !default;
294
+ $input-btn-focus-box-shadow: 0 0 $input-btn-focus-blur $input-btn-focus-width $input-btn-focus-color !default;
295
+
296
+ $input-btn-padding-y-sm: .25rem !default;
297
+ $input-btn-padding-x-sm: .5rem !default;
298
+ $input-btn-font-size-sm: $font-size-sm !default;
299
+
300
+ $input-btn-padding-y-lg: .5rem !default;
301
+ $input-btn-padding-x-lg: 1rem !default;
302
+ $input-btn-font-size-lg: $font-size-lg !default;
303
+
304
+ $input-btn-border-width: $border-width !default;
305
+ // scss-docs-end input-btn-variables
306
+
307
+
308
+ // scss-docs-start btn-variables
309
+ $btn-padding-y: $input-btn-padding-y !default;
310
+ $btn-padding-x: $input-btn-padding-x !default;
311
+ $btn-font-family: $input-btn-font-family !default;
312
+ $btn-font-size: $input-btn-font-size !default;
313
+ $btn-line-height: $input-btn-line-height !default;
314
+ $btn-white-space: null !default; // Set to `nowrap` to prevent text wrapping
315
+
316
+ $btn-padding-y-sm: $input-btn-padding-y-sm !default;
317
+ $btn-padding-x-sm: $input-btn-padding-x-sm !default;
318
+ $btn-font-size-sm: $input-btn-font-size-sm !default;
319
+
320
+ $btn-padding-y-lg: $input-btn-padding-y-lg !default;
321
+ $btn-padding-x-lg: $input-btn-padding-x-lg !default;
322
+ $btn-font-size-lg: $input-btn-font-size-lg !default;
323
+
324
+ $btn-border-width: $input-btn-border-width !default;
325
+
326
+ $btn-font-weight: $font-weight-normal !default;
327
+ $btn-box-shadow: inset 0 1px 0 rgba($white, .15), 0 1px 1px rgba($black, .075) !default;
328
+ $btn-focus-width: $input-btn-focus-width !default;
329
+ $btn-focus-box-shadow: $input-btn-focus-box-shadow !default;
330
+ $btn-disabled-opacity: .65 !default;
331
+ $btn-active-box-shadow: inset 0 3px 5px rgba($black, .125) !default;
332
+
333
+ $btn-link-color: $link-color !default;
334
+ $btn-link-hover-color: $link-hover-color !default;
335
+ $btn-link-disabled-color: $gray-600 !default;
336
+
337
+
338
+
339
+
340
+ // scss-docs-start border-radius-variables
341
+ $border-radius: .25rem !default;
342
+ $border-radius-sm: .2rem !default;
343
+ $border-radius-lg: .3rem !default;
344
+ $border-radius-pill: 50rem !default;
345
+ // scss-docs-end border-radius-variables
346
+
347
+ // Allows for customizing button radius independently from global border radius
348
+ $btn-border-radius: $border-radius !default;
349
+ $btn-border-radius-sm: $border-radius-sm !default;
350
+ $btn-border-radius-lg: $border-radius-lg !default;
351
+
352
+ // Spacing
353
+ //
354
+ // Control the default styling of most Bootstrap elements by modifying these
355
+ // variables. Mostly focused on spacing.
356
+ // You can add more entries to the $spacers map, should you need more variation.
357
+
358
+ // scss-docs-start spacer-variables-maps
359
+ $spacer: 1rem !default;
360
+ $spacers: (
361
+ 0: 0,
362
+ 1: $spacer * .25,
363
+ 2: $spacer * .5,
364
+ 3: $spacer,
365
+ 4: $spacer * 1.5,
366
+ 5: $spacer * 3,
367
+ ) !default;
368
+
369
+ // $font-size-base affects the font size of the body text
370
+ $font-size-root: null !default;
371
+ $font-size-base: 1rem !default; // Assumes the browser default, typically `16px`
372
+ $font-size-sm: $font-size-base * .875 !default;
373
+ $font-size-lg: $font-size-base * 1.25 !default;
374
+
375
+ $line-height-base: 1.5 !default;
376
+ $line-height-sm: 1.25 !default;
377
+ $line-height-lg: 2 !default;
378
+
379
+
380
+ // Navs
381
+
382
+ // scss-docs-start nav-variables
383
+ $nav-link-padding-y: .5rem !default;
384
+ $nav-link-padding-x: 1rem !default;
385
+ $nav-link-font-size: null !default;
386
+ $nav-link-font-weight: null !default;
387
+ $nav-link-color: $link-color !default;
388
+ $nav-link-hover-color: $link-hover-color !default;
389
+ $nav-link-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out !default;
390
+ $nav-link-disabled-color: $gray-600 !default;
391
+
392
+ $nav-tabs-border-color: $gray-300 !default;
393
+ $nav-tabs-border-width: $border-width !default;
394
+ $nav-tabs-border-radius: $border-radius !default;
395
+ $nav-tabs-link-hover-border-color: $gray-200 $gray-200 $nav-tabs-border-color !default;
396
+ $nav-tabs-link-active-color: $gray-700 !default;
397
+ $nav-tabs-link-active-bg: $body-bg !default;
398
+ $nav-tabs-link-active-border-color: $gray-300 $gray-300 $nav-tabs-link-active-bg !default;
399
+
400
+ $nav-pills-border-radius: $border-radius !default;
401
+ $nav-pills-link-active-color: $component-active-color !default;
402
+ $nav-pills-link-active-bg: $component-active-bg !default;
403
+ // scss-docs-end nav-variables
404
+
405
+ // Navbar
406
+
407
+ // scss-docs-start navbar-variables
408
+ $navbar-padding-y: $spacer * .5 !default;
409
+ $navbar-padding-x: null !default;
410
+
411
+ $navbar-nav-link-padding-x: .5rem !default;
412
+
413
+ $navbar-brand-font-size: $font-size-lg !default;
414
+ // Compute the navbar-brand padding-y so the navbar-brand will have the same height as navbar-text and nav-link
415
+ $nav-link-height: $font-size-base * $line-height-base + $nav-link-padding-y * 2 !default;
416
+ $navbar-brand-height: $navbar-brand-font-size * $line-height-base !default;
417
+ $navbar-brand-padding-y: ($nav-link-height - $navbar-brand-height) * .5 !default;
418
+ $navbar-brand-margin-end: 1rem !default;
419
+
420
+ $navbar-toggler-padding-y: .25rem !default;
421
+ $navbar-toggler-padding-x: .75rem !default;
422
+ $navbar-toggler-font-size: $font-size-lg !default;
423
+ $navbar-toggler-border-radius: $btn-border-radius !default;
424
+ $navbar-toggler-focus-width: $btn-focus-width !default;
425
+ $navbar-toggler-transition: box-shadow .15s ease-in-out !default;
426
+ // scss-docs-end navbar-variables
427
+
428
+
429
+ // Grid containers
430
+ //
431
+ // Define the maximum width of `.container` for different screen sizes.
432
+
433
+ // scss-docs-start container-max-widths
434
+ $container-max-widths: (
435
+ sm: 540px,
436
+ md: 720px,
437
+ lg: 960px,
438
+ xl: 1140px,
439
+ xxl: 1320px
440
+ ) !default;
441
+
442
+
443
+ // Prefix for :root CSS variables
444
+
445
+ $variable-prefix: bs- !default;
446
+
447
+ // stylelint-disable scss/dollar-variable-default
448
+
449
+ // Local docs variables
450
+ $bd-purple: #563d7c;
451
+ $bd-purple-bright: lighten(saturate($bd-purple, 5%), 15%); // stylelint-disable-line function-disallowed-list
452
+ $bd-purple-light: lighten(saturate($bd-purple, 5%), 45%); // stylelint-disable-line function-disallowed-list
453
+ $bd-dark: #2a2730;
454
+ $bd-download: #ffe484;
455
+ $bd-info: #5bc0de;
456
+ $bd-warning: #f0ad4e;
457
+ $bd-danger: #d9534f;
458
+ $dropdown-active-icon: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'><path fill='#292b2c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/></svg>");
459
+ $sidebar-collapse-icon: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'><path fill='none' stroke='rgba(0,0,0,.5)' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/></svg>");
460
+
461
+
462
+ // scss-docs-start navbar-theme-variables
463
+ $navbar-dark-color: rgba($white, .55) !default;
464
+ $navbar-dark-hover-color: rgba($white, .75) !default;
465
+ $navbar-dark-active-color: $white !default;
466
+ $navbar-dark-disabled-color: rgba($white, .25) !default;
467
+ $navbar-dark-toggler-icon-bg: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='#{$navbar-dark-color}' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>") !default;
468
+ $navbar-dark-toggler-border-color: rgba($white, .1) !default;
469
+
470
+ $navbar-light-color: rgba($black, .55) !default;
471
+ $navbar-light-hover-color: rgba($black, .7) !default;
472
+ $navbar-light-active-color: rgba($black, .9) !default;
473
+ $navbar-light-disabled-color: rgba($black, .3) !default;
474
+ $navbar-light-toggler-icon-bg: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='#{$navbar-light-color}' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>") !default;
475
+ $navbar-light-toggler-border-color: rgba($black, .1) !default;
476
+
477
+ $navbar-light-brand-color: $navbar-light-active-color !default;
478
+ $navbar-light-brand-hover-color: $navbar-light-active-color !default;
479
+ $navbar-dark-brand-color: $navbar-dark-active-color !default;
480
+ $navbar-dark-brand-hover-color: $navbar-dark-active-color !default;
481
+ // scss-docs-end navbar-theme-variables
482
+
483
+ // Grid columns
484
+ //
485
+ // Set the number of columns and specify the width of the gutters.
486
+
487
+ $grid-columns: 12 !default;
488
+ $grid-gutter-width: 1.5rem !default;
489
+ $grid-row-columns: 6 !default;
490
+
491
+ $gutters: $spacers !default;
492
+
493
+
494
+
495
+ $transition-base: all .2s ease-in-out !default;
496
+ $transition-fade: opacity .15s linear !default;
497
+ // scss-docs-start collapse-transition
498
+ $transition-collapse: height .35s ease !default;
499
+ $transition-collapse-width: width .35s ease !default;
500
+ // scss-docs-end collapse-transition
501
+
502
+
503
+ // Options
504
+ //
505
+ // Quickly modify global styling by enabling or disabling optional features.
506
+
507
+ $enable-caret: true !default;
508
+ $enable-rounded: true !default;
509
+ $enable-shadows: false !default;
510
+ $enable-gradients: false !default;
511
+ $enable-transitions: true !default;
512
+ $enable-reduced-motion: true !default;
513
+ $enable-smooth-scroll: true !default;
514
+ $enable-grid-classes: true !default;
515
+ $enable-cssgrid: false !default;
516
+ $enable-button-pointers: true !default;
517
+ $enable-rfs: true !default;
518
+ $enable-validation-icons: true !default;
519
+ $enable-negative-margins: false !default;
520
+ $enable-deprecation-messages: true !default;
521
+ $enable-important-utilities: true !default;
@@ -0,0 +1,105 @@
1
+ // https://remarkablemark.org/blog/2021/06/01/add-copy-code-to-clipboard-button-to-jeyll-site/
2
+
3
+ //Codeblock
4
+
5
+ .copy-code {
6
+ display: inline-block;
7
+ margin: 0 0.5em;
8
+ padding: 0.5em 1em;
9
+ color: white;
10
+ background-color: black;
11
+ border: none;
12
+ cursor: pointer;
13
+ &:focus {
14
+ outline: none; // remove default focus outline
15
+ box-shadow: 0 0 0 3px rgba(21, 156, 228, 0.4); // add custom focus style
16
+ };
17
+ }
18
+
19
+ pre.highlight {
20
+ padding: 8px 12px;
21
+ // position: relative;
22
+
23
+ // override skeleton styles
24
+ > code {
25
+ border: 0;
26
+ overflow-x: auto;
27
+ padding-right: 0;
28
+ padding-left: 1rem;
29
+ }
30
+
31
+ &.highlight {
32
+ border-left: 15px solid #35383c;
33
+ color: #c1c2c3;
34
+ overflow: auto;
35
+ white-space: pre;
36
+ word-wrap: normal;
37
+
38
+ &,
39
+ code {
40
+ background-color: #222;
41
+ // font-size: 18px;
42
+ }
43
+ }
44
+
45
+ // copy code to clipboard
46
+ .copy {
47
+ color: #FFFFFF;
48
+ position: absolute;
49
+ right: 1.2rem;
50
+ top: 1.2rem;
51
+ // opacity: 0;
52
+
53
+ &:active,
54
+ &:focus,
55
+ &:hover {
56
+ background: rgba(0, 0, 0, 0.7);
57
+ opacity: 1;
58
+ }
59
+ }
60
+
61
+ &:active .copy,
62
+ &:focus .copy,
63
+ &:hover .copy {
64
+ background: rgba(0, 0, 0, 0.7);
65
+ // opacity: 1;
66
+ }
67
+ }
68
+
69
+ // pre.highlight > button {
70
+ // opacity: 0;
71
+ // }
72
+
73
+ // pre.highlight:hover > button {
74
+ // opacity: 1;
75
+ // }
76
+
77
+ pre.highlight > button:active,
78
+ pre.highlight > button:focus {
79
+ opacity: 1;
80
+ }
81
+
82
+ .button, button {
83
+ display: inline-block;
84
+ // height: 30px; // override skeleton
85
+ padding: 0 20px;
86
+ border-radius: 4px;
87
+ border: 1px solid #bbb;
88
+ font-size: 11px;
89
+ cursor: pointer;
90
+ };
91
+
92
+ pre>code {
93
+ display: block;
94
+ padding: 1rem 1.5rem;
95
+ white-space: pre;
96
+ }
97
+
98
+
99
+ // pre.has-copy-button .copy {
100
+ // display: none;
101
+ // }
102
+
103
+ // pre.has-copy-button:hover .copy {
104
+ // display: inline-block;
105
+ // }
data/assets/.DS_Store ADDED
Binary file