dark-blog-theme 3.8.0 → 3.9.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 47653e0ba06bd8fad97833774a0ecc7c262400f9358369bff4b4b6feb9f85997
4
- data.tar.gz: 54411b7706638dce65fb288c414e21d18ad58164ab2f99d0ec963369c52201d0
3
+ metadata.gz: e645a933aae558e30b4c69a0d67572db0a3d15a57d4f2da3d0dbdb7b15768c6e
4
+ data.tar.gz: 33f82b4993a5df4c6fe1b45fbbe74bd70dcbf908c99911c43a016a1ec4f35d47
5
5
  SHA512:
6
- metadata.gz: 558e3f4ea71509371b43e38e66fdd7b6696a8c00b06b6dd71b2751b24d0ffcc5fcd244fe19fcf8b6b7682ecdabfdf55d4aa6f7dd90d39bd0bad6d08d98d1e015
7
- data.tar.gz: bf8abc92b8bdc03296108f07cb20ff08cd703c149defdc15a210c823c5d33c7b9a80a750a7d60c669946265690309d4cf34d930c48e7372841a7aaa93561e624
6
+ metadata.gz: 43d438c87d70cf7c8e1ee031aefd96e18ac321344136367db602522981a8ceebfc7891c4e319afbebc009991b407d962d2cc8854c4a448998faa9bca07e4be57
7
+ data.tar.gz: 65b63911810c11f177bfcf852cb005ed2b1aec6218622c03f76a7921fa800ee07aba790fc6e08035c76a5e93510a5ae62393fb642850f63e0351bdfc96a77199
@@ -1,20 +1,17 @@
1
1
  {%- if page_paths -%}
2
- <nav class="navrail">
3
- <a class="navrail-button" href="/">
4
- <img class="navrail-icon" src="{{- site.home_icon | relative_url -}}">
5
- Home</a
6
- >
2
+ <nav class="navrail">
3
+ <a class="navrail-button" href="/">
4
+ <img class="navrail-icon" src="{{- site.home_icon | relative_url -}}" />
5
+ Home</a
6
+ >
7
7
 
8
- {%- for path in page_paths -%}
9
- {%- assign my_page = site.pages | where: 'path', path | first -%}
10
- {%- if my_page.title -%}
11
- <a class="navrail-button" href="{{ my_page.url | relative_url }}">
12
- {%- if my_page.title -%}
13
- <img class="navrail-icon" src="{{- my_page.icon | relative_url -}}">
14
- {%- endif -%}
15
- {{ my_page.title | escape }}
16
- </a>
17
- {%- endif -%}
18
- {%- endfor -%}
19
- </nav>
8
+ {%- for path in page_paths -%} {%- assign my_page = site.pages | where:
9
+ 'path', path | first -%} {%- if my_page.title -%}
10
+ <a class="navrail-button" href="{{ my_page.url | relative_url }}">
11
+ {%- if my_page.title -%}
12
+ <img class="navrail-icon" src="{{- my_page.icon | relative_url -}}" />
13
+ {%- endif -%} {{ my_page.title | escape }}
14
+ </a>
15
+ {%- endif -%} {%- endfor -%}
16
+ </nav>
20
17
  {%- endif -%}
@@ -227,6 +227,7 @@
227
227
  background-color: var(--md-sys-color-surface-container);
228
228
  border-radius: 24px;
229
229
  padding: $spacing-unit;
230
+ overflow-x: clip;
230
231
  @media screen and (max-width: 850px) {
231
232
  // background-color: var(--md-sys-color-secondary-container);
232
233
  padding: $spacing-unit/2;
@@ -105,7 +105,21 @@
105
105
  width: 100px;
106
106
 
107
107
  @include media-query($on-palm) {
108
- display: none;
108
+ flex-direction: row;
109
+ bottom: 0;
110
+ width: 100vw;
111
+ height: fit-content;
112
+ background-color: var(--md-sys-color-surface-container-highest);
113
+ padding: 0px;
114
+ box-shadow: 0px -4px 16px 0px var(--md-sys-color-shadow);
115
+ .navrail-icon {
116
+ max-height: 34px;
117
+ max-width: max-content;
118
+ object-fit: cover;
119
+ }
120
+ .navrail-button {
121
+ padding: 8px 0 8px 0;
122
+ }
109
123
  }
110
124
  }
111
125
  .navrail-button {
@@ -118,27 +132,6 @@
118
132
  align-items: center;
119
133
  color: var(--md-sys-color-on-surface);
120
134
  }
121
- // .navrail-button::before {
122
- // content: "";
123
- // position: absolute;
124
- // height: 20px;
125
- // width: 20px;
126
- // background-color: aqua;
127
- // top: -20px;
128
- // z-index: 99;
129
- // right: 0px;
130
- // }
131
-
132
- // .navrail-button::after {
133
- // content: "";
134
- // position: absolute;
135
- // height: 20px;
136
- // width: 20px;
137
- // background-color: aqua;
138
- // bottom: -20px;
139
- // z-index: 999;
140
- // right: 0px;
141
- // }
142
135
  .navrail-icon {
143
136
  filter: var(--outline-filter);
144
137
  max-width: 40px;
@@ -209,3 +202,7 @@
209
202
  h1 {
210
203
  font-family: "Comic Shanns", $base-font-family;
211
204
  }
205
+ .tagline {
206
+ font-family: "Comic Shanns", $base-font-family;
207
+ text-align: center;
208
+ }
@@ -0,0 +1,10 @@
1
+ <svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 115.20619217560227 149.71790279280162" width="345.6185765268068" height="449.1537083784049" filter="invert(93%) hue-rotate(180deg)">
2
+ <!-- svg-source:excalidraw -->
3
+
4
+ <defs>
5
+ <style class="style-fonts">
6
+
7
+ </style>
8
+
9
+ </defs>
10
+ <g stroke-opacity="0.8" fill-opacity="0.8" stroke-linecap="round" transform="translate(10 16.369558909910893) rotate(0 34.50250452803067 32.58569872091772)"><path d="M56.2 6.66 C60.83 9.91, 65.18 17.15, 66.6 23.55 C68.01 29.94, 66.75 38.81, 64.69 45.03 C62.63 51.25, 59.51 57.37, 54.25 60.88 C48.98 64.39, 40.47 66.37, 33.1 66.08 C25.73 65.79, 15.1 63.35, 10.04 59.13 C4.97 54.9, 4.1 47.13, 2.7 40.74 C1.31 34.35, -0.84 26.6, 1.68 20.8 C4.19 14.99, 11.85 9.28, 17.8 5.89 C23.74 2.51, 28.82 -3.74, 37.36 0.47 C45.9 4.69, 65.47 22.08, 69.04 31.18 C72.61 40.28, 59.47 54.58, 58.77 55.07 M56.44 7.52 C62.54 11.73, 68.24 20.01, 70.04 26.1 C71.85 32.19, 70.26 38.79, 67.27 44.06 C64.28 49.33, 58.21 54.34, 52.08 57.71 C45.95 61.08, 36.72 63.97, 30.5 64.29 C24.29 64.6, 19.95 63.11, 14.77 59.61 C9.58 56.11, 1.79 50.04, -0.61 43.27 C-3.01 36.5, -2.16 25.78, 0.38 18.99 C2.91 12.19, 8.32 5.32, 14.61 2.52 C20.9 -0.29, 30.69 1.1, 38.11 2.16 C45.52 3.22, 56.27 7.48, 59.1 8.86 C61.93 10.25, 56.22 10.5, 55.09 10.47" stroke="#000000" stroke-width="2" fill="none"></path></g><g stroke-linecap="round"><g stroke-opacity="0.8" fill-opacity="0.8" transform="translate(31.084863878241322 81.54095635174724) rotate(0 16.700716021606354 27.136795898502896)" fill-rule="evenodd"><path d="M0 0 C0 0, 0 0, 0 0 M0 0 C0 0, 0 0, 0 0 M-4.85 18.11 C-1.53 8.08, 3.27 2.65, 13.63 2.03 M-0.7 13.9 C2.05 8.39, 9.28 0.67, 12.81 -0.85 M-7.39 28.48 C0.46 19.31, 12.25 18.01, 21.43 -5.52 M-3.99 27.77 C1.83 18.92, 11.43 11.34, 24.92 -4.31 M-1.2 39.03 C10.65 23.06, 21.6 16.88, 31.8 -6.35 M2.83 35.05 C13.25 18.41, 28.13 6.31, 33.02 -3.76 M-0.37 55.26 C7.83 35.23, 24.14 28.23, 37.55 7.28 M-1.35 52.1 C12.69 34.32, 26.01 17.87, 34.58 11.32 M6.34 56.57 C14.03 50.36, 16.7 38.28, 36.04 21.48 M1.76 58.96 C9.85 50.25, 20.7 40.86, 33.11 23.14 M11.18 63.53 C16.57 52.39, 26.05 45.27, 37.15 36.05 M11.44 59.65 C19.74 52.69, 30.08 40.62, 34.1 32.02 M22.26 64.29 C26.12 57.85, 30.4 52.57, 40.44 43.82 M22.81 59.7 C26.98 53.55, 32.65 47.81, 36.1 44.75" stroke="#40c057" stroke-width="1" fill="none"></path><path d="M1.99 2.39 C1.11 7.06, -3.02 20.95, -3.64 29.46 C-4.27 37.98, -7.79 49.73, -1.75 53.5 C4.29 57.27, 26.85 57.07, 32.6 52.07 C38.34 47.08, 32.32 32.4, 32.72 23.52 C33.12 14.64, 37.66 3.18, 34.98 -1.21 C32.3 -5.6, 22.04 -3.44, 16.65 -2.82 C11.25 -2.2, 5.23 2.27, 2.61 2.5 M-0.37 1.22 C-1.69 6.13, -6.09 23.42, -5.34 32.46 C-4.59 41.5, -2.08 51.98, 4.14 55.48 C10.36 58.97, 27.81 59.82, 31.97 53.44 C36.14 47.07, 28.01 26.55, 29.12 17.22 C30.23 7.88, 40.33 0.12, 38.63 -2.55 C36.94 -5.22, 25.11 0.24, 18.94 1.17 C12.77 2.11, 5.17 2.72, 1.61 3.06" stroke="#000000" stroke-width="2" fill="none"></path></g></g><mask></mask><g stroke-linecap="round"><g stroke-opacity="0.8" fill-opacity="0.8" transform="translate(27.083277305692036 81.12124227184631) rotate(0 -7.1804027025845585 23.829739409577826)"><path d="M-0.95 -0.98 C-2.8 3.72, -9.61 18.98, -11.86 27.25 C-14.12 35.52, -14.1 45.41, -14.48 48.64 M0.75 1.13 C-1.2 5.59, -10.22 18.11, -12.86 25.72 C-15.51 33.32, -15 43.19, -15.11 46.76" stroke="#000000" stroke-width="2" fill="none"></path></g></g><mask></mask><g stroke-linecap="round"><g stroke-opacity="0.8" fill-opacity="0.8" transform="translate(11.603050377373279 130.07938183127078) rotate(0 3.7405555080219983 4.8157300924779065)"><path d="M-0.07 0.7 C1.45 2.34, 7.03 8.02, 8.5 9.22 M-1.01 0.41 C0.47 1.9, 6.41 6.85, 7.98 8.18" stroke="#000000" stroke-width="2" fill="none"></path></g></g><mask></mask><g stroke-linecap="round"><g stroke-opacity="0.8" fill-opacity="0.8" transform="translate(67.9781866761125 83.74271082123255) rotate(0 12.155933012048592 -26.781485085579163)"><path d="M0.6 2.06 C4.34 -1.85, 17.88 -15.07, 22.24 -20.86 C26.61 -26.65, 27.01 -26.9, 26.79 -32.69 C26.57 -38.49, 21.88 -52.31, 20.93 -55.62 M-2.53 0.71 C1 -1.76, 15.96 -12.44, 20.78 -18.7 C25.6 -24.96, 26.19 -31.01, 26.4 -36.86 C26.61 -42.71, 23.4 -51.48, 22.05 -53.79" stroke="#000000" stroke-width="2" fill="none"></path></g></g><mask></mask><g stroke-linecap="round"><g stroke-opacity="0.8" fill-opacity="0.8" transform="translate(86.360096875105 25.81282286672092) rotate(0 0.07455243862114003 -7.420999907079079)"><path d="M0.61 -1.16 C0.67 -3.66, 0.72 -11.69, 0.6 -14.13 M-0.52 0.85 C-0.55 -2.04, 0.26 -13.08, 0.24 -15.69" stroke="#000000" stroke-width="2" fill="none"></path></g></g><mask></mask><g stroke-linecap="round"><g stroke-opacity="0.8" fill-opacity="0.8" transform="translate(91.07874026399963 31.58005367537021) rotate(0 2.1697822114203404 -10.253476735488448)"><path d="M1.12 1.07 C1.7 -2.33, 3.58 -18.02, 4.09 -21.58 M0.25 0.59 C0.65 -2.56, 2.79 -16.56, 3.36 -20.36" stroke="#000000" stroke-width="2" fill="none"></path></g></g><mask></mask><g stroke-linecap="round"><g stroke-opacity="0.8" fill-opacity="0.8" transform="translate(90.55444655412225 32.10434738524714) rotate(0 6.916527724979403 -7.804763053959505)"><path d="M0.42 -0.61 C2.68 -3.38, 12.24 -12.94, 14.65 -15.55 M-0.82 1.69 C1.22 -0.91, 11.42 -14.52, 13.96 -17.3" stroke="#000000" stroke-width="2" fill="none"></path></g></g><mask></mask><g stroke-opacity="0.8" fill-opacity="0.8" transform="translate(38.67430022957956 38.840193608200366) rotate(0 0.00004600333937787582 0.00004600333937787582)" stroke="none"><path fill="#000000" d="M 1.57,-1.57 Q 1.57,-1.57 1.77,-1.27 1.98,-0.98 2.09,-0.64 2.20,-0.29 2.19,0.05 2.18,0.41 2.05,0.75 1.93,1.09 1.70,1.37 1.48,1.65 1.18,1.84 0.87,2.04 0.52,2.12 0.18,2.21 -0.17,2.18 -0.53,2.15 -0.86,2.01 -1.19,1.87 -1.46,1.63 -1.73,1.39 -1.90,1.07 -2.08,0.76 -2.15,0.41 -2.21,0.05 -2.17,-0.29 -2.12,-0.65 -1.96,-0.97 -1.80,-1.29 -1.54,-1.54 -1.29,-1.80 -0.97,-1.96 -0.65,-2.12 -0.29,-2.17 0.06,-2.21 0.41,-2.15 0.76,-2.08 1.07,-1.90 1.39,-1.73 1.63,-1.46 1.87,-1.19 2.01,-0.86 2.15,-0.53 2.18,-0.17 2.21,0.18 2.12,0.52 2.03,0.87 1.84,1.18 1.65,1.48 1.37,1.70 1.09,1.93 0.75,2.05 0.41,2.18 0.05,2.19 -0.30,2.20 -0.64,2.09 -0.98,1.98 -1.27,1.77 -1.57,1.56 -1.57,1.57 -1.57,1.57 -1.73,1.35 -1.90,1.14 -2.01,0.90 -2.12,0.66 -2.16,0.39 -2.21,0.13 -2.20,-0.13 -2.18,-0.40 -2.10,-0.65 -2.02,-0.91 -1.88,-1.14 -1.74,-1.36 -1.55,-1.55 -1.36,-1.74 -1.14,-1.88 -0.91,-2.02 -0.65,-2.10 -0.40,-2.18 -0.13,-2.20 0.13,-2.21 0.39,-2.16 0.66,-2.12 0.90,-2.01 1.14,-1.90 1.35,-1.73 1.57,-1.57 1.57,-1.57 L 1.57,-1.57 Z"></path></g><g stroke-opacity="0.8" fill-opacity="0.8" transform="translate(56.4250003633673 38.00175253083182) rotate(0 0.00004600333937787582 0.00004600333937787582)" stroke="none"><path fill="#000000" d="M 1.57,-1.57 Q 1.57,-1.57 1.77,-1.27 1.98,-0.98 2.09,-0.64 2.20,-0.29 2.19,0.05 2.18,0.41 2.05,0.75 1.93,1.09 1.70,1.37 1.48,1.65 1.18,1.84 0.87,2.04 0.52,2.12 0.18,2.21 -0.17,2.18 -0.53,2.15 -0.86,2.01 -1.19,1.87 -1.46,1.63 -1.73,1.39 -1.90,1.07 -2.08,0.76 -2.15,0.41 -2.21,0.05 -2.17,-0.29 -2.12,-0.65 -1.96,-0.97 -1.80,-1.29 -1.54,-1.54 -1.29,-1.80 -0.97,-1.96 -0.65,-2.12 -0.29,-2.17 0.06,-2.21 0.41,-2.15 0.76,-2.08 1.07,-1.90 1.39,-1.73 1.63,-1.46 1.87,-1.19 2.01,-0.86 2.15,-0.53 2.18,-0.17 2.21,0.18 2.12,0.52 2.03,0.87 1.84,1.18 1.65,1.48 1.37,1.70 1.09,1.93 0.75,2.05 0.41,2.18 0.05,2.19 -0.30,2.20 -0.64,2.09 -0.98,1.98 -1.27,1.77 -1.57,1.56 -1.57,1.57 -1.57,1.57 -1.73,1.35 -1.90,1.14 -2.01,0.90 -2.12,0.66 -2.16,0.39 -2.21,0.13 -2.20,-0.13 -2.18,-0.40 -2.10,-0.65 -2.02,-0.91 -1.88,-1.14 -1.74,-1.36 -1.55,-1.55 -1.36,-1.74 -1.14,-1.88 -0.91,-2.02 -0.65,-2.10 -0.40,-2.18 -0.13,-2.20 0.13,-2.21 0.39,-2.16 0.66,-2.12 0.90,-2.01 1.14,-1.90 1.35,-1.73 1.57,-1.57 1.57,-1.57 L 1.57,-1.57 Z"></path></g><g stroke-linecap="round"><g stroke-opacity="0.8" fill-opacity="0.8" transform="translate(40.53198443230451 53.85006053174004) rotate(180.707313349537 6.173547239599031 -2.3527085912999155)"><path d="M0.1 0.01 C0.75 -0.66, 2.28 -3.82, 4.22 -4.03 C6.16 -4.23, 10.36 -1.78, 11.76 -1.21 M-0.51 -0.46 C0.28 -1.27, 3.04 -4.67, 5.27 -4.72 C7.5 -4.76, 11.58 -1.23, 12.86 -0.71" stroke="#000000" stroke-width="1" fill="none"></path></g></g><mask></mask></svg>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dark-blog-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.8.0
4
+ version: 3.9.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gul Noor
@@ -53,6 +53,7 @@ files:
53
53
  - assets/theme-assets/material-theme/typography.module.css
54
54
  - assets/theme-assets/theme-fonts/Virgil.woff2
55
55
  - assets/theme-assets/theme-fonts/comic shanns.otf
56
+ - assets/theme-assets/theme-icons/aboutme-small.svg
56
57
  - assets/theme-assets/theme-icons/aboutme.svg
57
58
  - assets/theme-assets/theme-icons/bookmark.svg
58
59
  - assets/theme-assets/theme-icons/categories-rough.svg