type-on-strap 2.5.0 → 2.5.2
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/README.md +52 -75
- data/_includes/blog/post_nav.liquid +2 -2
- data/_includes/default/head.liquid +15 -12
- data/_includes/default/navbar.liquid +2 -2
- data/_includes/gallery.html +5 -7
- data/_includes/portfolio.html +1 -1
- data/_includes/social/share_buttons.liquid +9 -9
- data/_layouts/default.html +1 -1
- data/_layouts/page.liquid +3 -7
- data/_layouts/post.liquid +3 -3
- data/_layouts/search.liquid +1 -0
- data/_sass/base/_global.scss +9 -12
- data/_sass/base/_utility.scss +8 -29
- data/_sass/base/_variables.scss +43 -2
- data/_sass/external/_font-awesome.scss +1 -1
- data/_sass/external/_katex.scss +1 -1
- data/_sass/external/_pacifico.scss +3 -6
- data/_sass/external/font-awesome/_core.scss +1 -1
- data/_sass/external/font-awesome/_icons.scss +0 -1
- data/_sass/external/font-awesome/brands.scss +1 -1
- data/_sass/external/font-awesome/fontawesome.scss +1 -1
- data/_sass/external/font-awesome/regular.scss +1 -1
- data/_sass/external/font-awesome/solid.scss +1 -1
- data/_sass/external/font-awesome/v4-shims.scss +1 -1
- data/_sass/external/katex/katex.scss +156 -269
- data/_sass/includes/_blog_nav.scss +0 -4
- data/_sass/includes/_gallery.scss +12 -24
- data/_sass/includes/_navbar.scss +1 -7
- data/_sass/includes/_portfolio.scss +2 -4
- data/_sass/layouts/_blog.scss +7 -23
- data/_sass/layouts/_categories.scss +4 -3
- data/_sass/layouts/_page.scss +1 -1
- data/_sass/layouts/_posts.scss +13 -12
- data/_sass/layouts/_search.scss +6 -19
- data/_sass/type-on-strap.scss +10 -0
- data/assets/fonts/Pacifico/Pacifico.woff +0 -0
- data/assets/fonts/Pacifico/Pacifico.woff2 +0 -0
- data/assets/fonts/font-awesome/fa-brands-400.ttf +0 -0
- data/assets/fonts/font-awesome/fa-brands-400.woff2 +0 -0
- data/assets/fonts/font-awesome/fa-regular-400.ttf +0 -0
- data/assets/fonts/font-awesome/fa-regular-400.woff2 +0 -0
- data/assets/fonts/font-awesome/fa-solid-900.ttf +0 -0
- data/assets/fonts/font-awesome/fa-solid-900.woff2 +0 -0
- data/assets/js/comments-lazy-load.min.js +1 -1
- data/assets/js/main.min.js +1 -6
- data/assets/js/vendor/katex.auto-render.min.js +1 -1
- data/assets/js/vendor/katex.min.js +1 -1
- data/assets/js/vendor/mermaid.min.js +1509 -915
- data/assets/js/vendor/simple-jekyll-search.min.js +2 -2
- metadata +22 -42
- data/assets/css/bootstrap-iso.less +0 -12
- data/assets/css/vendor/bootstrap-iso.css +0 -9121
- data/assets/css/vendor/bootstrap-iso.min.css +0 -6
- data/assets/css/vendor/bootstrap.css +0 -10007
- data/assets/fonts/Pacifico/Pacifico.eot +0 -0
- data/assets/fonts/Pacifico/Pacifico.svg +0 -10833
- data/assets/fonts/Pacifico/Pacifico.ttf +0 -0
- data/assets/fonts/Pacifico/original-pacifico-regular.ttf +0 -0
- data/assets/fonts/font-awesome/fa-v4compatibility.ttf +0 -0
- data/assets/fonts/font-awesome/fa-v4compatibility.woff2 +0 -0
- data/assets/fonts/katex/KaTeX_AMS-Regular.ttf +0 -0
- data/assets/fonts/katex/KaTeX_Caligraphic-Bold.ttf +0 -0
- data/assets/fonts/katex/KaTeX_Caligraphic-Regular.ttf +0 -0
- data/assets/fonts/katex/KaTeX_Fraktur-Bold.ttf +0 -0
- data/assets/fonts/katex/KaTeX_Fraktur-Regular.ttf +0 -0
- data/assets/fonts/katex/KaTeX_Main-Bold.ttf +0 -0
- data/assets/fonts/katex/KaTeX_Main-BoldItalic.ttf +0 -0
- data/assets/fonts/katex/KaTeX_Main-Italic.ttf +0 -0
- data/assets/fonts/katex/KaTeX_Main-Regular.ttf +0 -0
- data/assets/fonts/katex/KaTeX_Math-BoldItalic.ttf +0 -0
- data/assets/fonts/katex/KaTeX_Math-Italic.ttf +0 -0
- data/assets/fonts/katex/KaTeX_SansSerif-Bold.ttf +0 -0
- data/assets/fonts/katex/KaTeX_SansSerif-Italic.ttf +0 -0
- data/assets/fonts/katex/KaTeX_SansSerif-Regular.ttf +0 -0
- data/assets/fonts/katex/KaTeX_Script-Regular.ttf +0 -0
- data/assets/fonts/katex/KaTeX_Size1-Regular.ttf +0 -0
- data/assets/fonts/katex/KaTeX_Size2-Regular.ttf +0 -0
- data/assets/fonts/katex/KaTeX_Size3-Regular.ttf +0 -0
- data/assets/fonts/katex/KaTeX_Size4-Regular.ttf +0 -0
- data/assets/fonts/katex/KaTeX_Typewriter-Regular.ttf +0 -0
- data/assets/js/comments-lazy-load.js +0 -123
- data/assets/js/partials/cookie_consent_init.js +0 -60
- data/assets/js/partials/dark-mode.js +0 -57
- data/assets/js/partials/masonry_init.js +0 -22
- data/assets/js/partials/navbar.js +0 -26
- data/assets/js/vendor/imagesloaded.pkgd.min.js +0 -12
- data/assets/js/vendor/masonry.pkgd.min.js +0 -9
data/_sass/base/_variables.scss
CHANGED
|
@@ -25,6 +25,37 @@ $m-break: 1000px;
|
|
|
25
25
|
$break: 768px;
|
|
26
26
|
$sm-break: 576px;
|
|
27
27
|
$x-sm-break: 320px;
|
|
28
|
+
$xs-l-break: 450px;
|
|
29
|
+
$xs-m-break: 400px;
|
|
30
|
+
$xs-s-break: 380px;
|
|
31
|
+
|
|
32
|
+
/* TRANSITIONS */
|
|
33
|
+
$transition-fast: 0.15s;
|
|
34
|
+
$transition-base: 0.2s;
|
|
35
|
+
$transition-slow: 0.5s;
|
|
36
|
+
|
|
37
|
+
/* Z-INDEX */
|
|
38
|
+
$z-index-cookie: 1000;
|
|
39
|
+
|
|
40
|
+
/* COMPONENT SIZES */
|
|
41
|
+
$post-img-height: 250px;
|
|
42
|
+
$post-img-height-mobile: 150px;
|
|
43
|
+
$portfolio-max-width: 400px;
|
|
44
|
+
$gallery-item-width: 32.6%;
|
|
45
|
+
$gallery-gutter: 1%;
|
|
46
|
+
|
|
47
|
+
/* MIXINS */
|
|
48
|
+
@mixin respond-to($breakpoint) {
|
|
49
|
+
@if $breakpoint == 'xl' { @media screen and (max-width: $xl-break) { @content; } }
|
|
50
|
+
@if $breakpoint == 'l' { @media screen and (max-width: $l-break) { @content; } }
|
|
51
|
+
@if $breakpoint == 'm' { @media screen and (max-width: $m-break) { @content; } }
|
|
52
|
+
@if $breakpoint == 'break' { @media screen and (max-width: $break) { @content; } }
|
|
53
|
+
@if $breakpoint == 'sm' { @media screen and (max-width: $sm-break) { @content; } }
|
|
54
|
+
@if $breakpoint == 'x-sm' { @media screen and (max-width: $x-sm-break) { @content; } }
|
|
55
|
+
@if $breakpoint == 'xs-l' { @media screen and (max-width: $xs-l-break) { @content; } }
|
|
56
|
+
@if $breakpoint == 'xs-m' { @media screen and (max-width: $xs-m-break) { @content; } }
|
|
57
|
+
@if $breakpoint == 'xs-s' { @media screen and (max-width: $xs-s-break) { @content; } }
|
|
58
|
+
}
|
|
28
59
|
|
|
29
60
|
|
|
30
61
|
/* THEME COLOR SCHEMES */
|
|
@@ -47,7 +78,12 @@ html, html[data-theme="light"] {
|
|
|
47
78
|
--h4: #262626;
|
|
48
79
|
--h5: #262626;
|
|
49
80
|
--h6: #262626;
|
|
50
|
-
--border:
|
|
81
|
+
--border: rgb(229, 229, 229);
|
|
82
|
+
--blockquote-border: #9fd2e3;
|
|
83
|
+
--kbd-background: #eee;
|
|
84
|
+
--kbd-border: #b4b4b4;
|
|
85
|
+
--kbd-color: #333;
|
|
86
|
+
--search-highlight: rgba(255, 221, 76, 0.5);
|
|
51
87
|
}
|
|
52
88
|
|
|
53
89
|
html[data-theme="dark"] {
|
|
@@ -69,7 +105,12 @@ html[data-theme="dark"] {
|
|
|
69
105
|
--h4: #00af9e;
|
|
70
106
|
--h5: #6bac00;
|
|
71
107
|
--h6: #ff5c00;
|
|
72
|
-
--border: rgba(255, 255, 255, 0.
|
|
108
|
+
--border: rgba(255, 255, 255, 0.15);
|
|
109
|
+
--blockquote-border: #546e7a;
|
|
110
|
+
--kbd-background: #3a3f4b;
|
|
111
|
+
--kbd-border: #5a6070;
|
|
112
|
+
--kbd-color: #cdd9e5;
|
|
113
|
+
--search-highlight: rgba(167, 139, 250, 0.5);
|
|
73
114
|
--cusdis--color-text-default: var(--text);
|
|
74
115
|
--cusdis--color-comment-username-text: var(--link);
|
|
75
116
|
}
|
data/_sass/external/_katex.scss
CHANGED
|
@@ -6,12 +6,9 @@ $pacifico-font-path: "../../assets/fonts/Pacifico" !default;
|
|
|
6
6
|
|
|
7
7
|
@font-face {
|
|
8
8
|
font-family: 'Pacifico';
|
|
9
|
-
src: url('#{$pacifico-font-path}/Pacifico.
|
|
10
|
-
|
|
11
|
-
url('#{$pacifico-font-path}/Pacifico.woff2') format('woff2'),
|
|
12
|
-
url('#{$pacifico-font-path}/Pacifico.woff') format('woff'),/* Modern Browsers */
|
|
13
|
-
url('#{$pacifico-font-path}/Pacifico.ttf') format('truetype'),/* Safari, Android, iOS */
|
|
14
|
-
url('#{$pacifico-font-path}/Pacifico.svg#Pacifico') format('svg');/* Legacy iOS */
|
|
9
|
+
src: url('#{$pacifico-font-path}/Pacifico.woff2') format('woff2'),
|
|
10
|
+
url('#{$pacifico-font-path}/Pacifico.woff') format('woff');
|
|
15
11
|
font-weight: normal;
|
|
16
12
|
font-style: normal;
|
|
13
|
+
font-display: swap;
|
|
17
14
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Font Awesome Free 6.7.
|
|
2
|
+
* Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
|
|
3
3
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
|
4
4
|
* Copyright 2024 Fonticons, Inc.
|
|
5
5
|
*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Font Awesome Free 6.7.
|
|
2
|
+
* Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
|
|
3
3
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
|
4
4
|
* Copyright 2024 Fonticons, Inc.
|
|
5
5
|
*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Font Awesome Free 6.7.
|
|
2
|
+
* Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
|
|
3
3
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
|
4
4
|
* Copyright 2024 Fonticons, Inc.
|
|
5
5
|
*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Font Awesome Free 6.7.
|
|
2
|
+
* Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
|
|
3
3
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
|
4
4
|
* Copyright 2024 Fonticons, Inc.
|
|
5
5
|
*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Font Awesome Free 6.7.
|
|
2
|
+
* Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
|
|
3
3
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
|
4
4
|
* Copyright 2024 Fonticons, Inc.
|
|
5
5
|
*/
|