lone-wolf-theme 1.1.0 → 1.1.1

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: 33073ce077f225b839d99a65a4d23cb29a57604653b6553c54124b0d594c6a5e
4
- data.tar.gz: 3d89cae954dd0e65792c3b27659e7d4de3edf2d8f4e368041d6f1ef16b973d83
3
+ metadata.gz: 393ff61e9332bb3b1292523acb9cb8d3a58523441b8ff573ca5946c27733b969
4
+ data.tar.gz: 0ffd4152f32be2788eb1108d44959dbbc6e1508c948a14ad3097d60814e2385e
5
5
  SHA512:
6
- metadata.gz: ae7c7654e679d48ab35a0c44a40c94fd2ef5571a539962d6603c1027e13a714f2ae0242a400d8dbf877e04a095f003a8bbfefca4ac7438e7327f6129538782e7
7
- data.tar.gz: 1f85207ffe478a3afe96d0ddd023baabe44d8487c40f1929cddb0ba814c30b3d83145cf5d93f30ef43870707e6a1a01563573e5e5fc8f593d20f81e820bfee1a
6
+ metadata.gz: dfc1955c3174be0aadd366c0a97290abc8668b0673f42db02dc3a2bb2b900b2d8831fd9ab89b362245080d5e960d2eca71a3f7c7edbcbb10c99f127f17ca5fde
7
+ data.tar.gz: c52ef6a33861df50ba1eecfd348be71e4e9e37c20e4456111890b402d0f521033f32a689c90f5dfec0ace912d4323d858c0c22d9bbc3caf269257a3e25704458
@@ -5,27 +5,33 @@ Refer [keepachangelog](https://keepachangelog.com/) for guidelines.
5
5
 
6
6
  ## Upcoming
7
7
 
8
- ### Features v1.1.0
9
-
10
- - Lightbox, Mangnific popup support for images.
11
- - Support for videos from youtube, vimeo, etc.
12
- - Upgrade dependencies.
13
-
14
- ### More vX.X.X
15
-
16
- - Blog post citation text and options
17
- - Collapse h2 tags in blog posts for md and sm devices.
18
- - Site Search function.
19
- - Slide show and carousel support.
20
- - Color thief for decoration.
21
- - Section numbers in toc.
22
- - Blog read progress bar.
23
- - Back to top button.
24
- - Option to download blog posts and collections in `PDF`.
25
- - Automatic blog post summary generation.
26
- - Fixes
27
- - Modify configurations to use `jekyll-seo-tag` gem options.
28
- - Use `include_cache` to improve build time.
8
+ * Words per minute to indicate time required to read a blog post.
9
+ * Related posts at the bottom of blog post.
10
+ * Show/Hide comments on button click.
11
+ * Use custom links or ads in right sidebar.\
12
+ Keep same width for blog posts.\
13
+ Smaller width is easy and requires only vertical scrolling.
14
+ * Page read progress indicator.
15
+ * Go to top button.
16
+
17
+ Not implemented in any particular order, depends on feasibility and\
18
+ proof-of-concept (POC).
19
+
20
+ ## [v1.1.1](https://github.com/manid2/lone-wolf-theme/releases/tag/v1.1.1)
21
+
22
+ * Enhance icons and logo to make it more visible and recognizable.
23
+ * Updated CHANGELOG.md
24
+
25
+ ## [v1.1.0](https://github.com/manid2/lone-wolf-theme/releases/tag/v1.1.0)
26
+
27
+ * Add js development doc
28
+ * Update theme version
29
+ * Remove package-lock json, add to gitignore
30
+ * Add local dev test steps
31
+ * Add pagination to blog list page
32
+ * Enhance post layout, shadows n minor ui fixes
33
+ * Enhance home page layout
34
+ * Change bs4 rows to ul
29
35
 
30
36
  ## [v1.0.6](https://github.com/manid2/lone-wolf-theme/releases/tag/v1.0.6)
31
37
 
data/README.md CHANGED
@@ -18,6 +18,13 @@ It uses
18
18
  - [Lone wolf theme docs][1]
19
19
  - [Me, manid2][2]
20
20
 
21
+ ## Screenshots
22
+
23
+ ![Lone wolf theme screenshot][lwt_ss_all_img]
24
+
25
+ <!-- Images -->
26
+ [lwt_ss_all_img]: lwt_screenshots/lwt_ss_all_in_one.png "Lone wolf theme screenshot"
27
+
21
28
  ## Installation
22
29
 
23
30
  ### Using remote theme
@@ -6,8 +6,8 @@
6
6
  <link rel="icon" type="image/png" sizes="16x16" href="{{ '/assets/images/favicons/favicon-16x16.png' | relative_url }}">
7
7
  <link rel="manifest" href="{{ '/assets/images/favicons/site.webmanifest' | relative_url }}">
8
8
  <link rel="mask-icon" color="#495ce7" href="{{ '/assets/images/favicons/safari-pinned-tab.svg' | relative_url }}">
9
- <meta name="msapplication-TileColor" content="#2b5797">
9
+ <meta name="msapplication-TileColor" content="#da532c">
10
+ <meta name="theme-color" content="#ffffff">
10
11
  <link rel="shortcut icon" href="{{ '/assets/images/favicons/favicon.ico' | relative_url }}">
11
12
  <meta name="msapplication-config" content="{{ '/assets/images/favicons/browserconfig.xml' | relative_url }}">
12
- <meta name="theme-color" content="#ffffff">
13
13
  <!-- favicon end -->
@@ -3,7 +3,7 @@
3
3
  ---
4
4
 
5
5
  <!DOCTYPE html>
6
- <html>
6
+ <html lang="{{ site.lang | slice: 0,2 | default: "en" }}">
7
7
 
8
8
  {% include head.html %}
9
9
 
@@ -22,4 +22,4 @@
22
22
  {% include scripts.html %}
23
23
  </body>
24
24
 
25
- </html>
25
+ </html>
@@ -3,7 +3,7 @@
3
3
  <msapplication>
4
4
  <tile>
5
5
  <square150x150logo src="/mstile-150x150.png"/>
6
- <TileColor>#2b5797</TileColor>
6
+ <TileColor>#da532c</TileColor>
7
7
  </tile>
8
8
  </msapplication>
9
9
  </browserconfig>
@@ -9,38 +9,22 @@ Created by potrace 1.11, written by Peter Selinger 2001-2013
9
9
  </metadata>
10
10
  <g transform="translate(0.000000,700.000000) scale(0.100000,-0.100000)"
11
11
  fill="#000000" stroke="none">
12
- <path d="M4943 6073 c-18 -3 -23 -13 -28 -51 -13 -97 -55 -244 -93 -325 -60
13
- -129 -114 -201 -246 -331 -142 -139 -277 -242 -459 -351 -73 -44 -159 -96
14
- -192 -117 -77 -50 -129 -64 -310 -83 -171 -17 -207 -25 -290 -68 -125 -63
15
- -170 -116 -281 -333 -95 -183 -111 -207 -215 -315 -92 -95 -126 -115 -341
16
- -205 -70 -29 -158 -72 -195 -97 -135 -88 -170 -100 -396 -126 -91 -11 -174
17
- -24 -185 -30 -25 -13 -69 -72 -88 -116 -46 -112 24 -243 170 -315 95 -47 205
18
- -62 459 -62 119 0 217 0 217 -1 0 -1 -47 -88 -105 -192 -58 -105 -191 -362
19
- -295 -572 l-191 -382 -34 6 c-79 13 -124 -36 -195 -217 -23 -58 -55 -128 -70
20
- -156 -16 -27 -65 -140 -110 -249 -44 -109 -95 -226 -114 -260 -33 -61 -34 -62
21
- -13 -74 18 -12 23 -11 35 5 28 38 73 136 142 311 40 98 87 205 105 239 19 33
22
- 52 108 75 166 49 126 89 188 124 188 14 0 28 -4 31 -10 3 -5 15 -14 25 -20 17
23
- -9 38 30 229 413 115 232 259 510 319 617 145 259 158 239 -156 238 -342 -1
24
- -458 26 -550 126 -73 79 -77 165 -11 241 37 42 36 41 184 55 202 19 304 49
25
- 394 114 55 40 134 80 256 131 136 56 155 65 225 111 116 76 210 198 322 416
26
- 94 184 156 261 247 308 80 40 118 49 281 65 175 18 251 36 310 75 25 15 113
27
- 69 195 120 83 50 199 126 257 170 125 93 309 267 379 359 74 97 145 249 178
28
- 379 l28 111 92 -130 c101 -142 159 -245 186 -328 27 -83 17 -217 -27 -355 -28
29
- -87 -33 -116 -27 -149 10 -55 50 -91 93 -83 37 7 75 47 83 87 4 23 10 28 24
30
- 24 11 -4 19 -2 19 4 0 6 7 11 14 11 11 0 16 14 18 48 3 47 3 47 40 48 51 3 66
31
- -18 82 -117 8 -46 24 -111 36 -144 46 -127 28 -191 -109 -385 -45 -63 -96
32
- -137 -115 -165 -18 -27 -90 -101 -159 -164 -210 -190 -376 -391 -471 -572 -25
33
- -48 -69 -156 -98 -240 -53 -154 -53 -154 -52 -279 0 -132 4 -153 79 -412 19
34
- -65 42 -159 50 -210 9 -51 37 -163 62 -248 41 -138 47 -166 47 -256 1 -99 0
35
- -103 -41 -185 -37 -75 -84 -220 -128 -396 -24 -97 -45 -251 -45 -334 0 -80 6
36
- -91 57 -118 19 -10 24 -8 34 11 8 14 8 23 2 25 -6 2 -18 10 -28 17 -17 12 -18
37
- 21 -7 137 14 146 31 229 79 393 19 67 37 133 40 148 2 15 19 53 38 84 73 121
38
- 73 250 1 499 -26 88 -51 192 -57 230 -5 39 -30 140 -54 225 -68 238 -77 286
39
- -78 395 0 94 3 109 51 252 71 212 133 328 260 488 73 92 266 288 369 377 46
40
- 38 81 73 79 77 -3 4 16 34 40 67 94 122 195 283 214 339 27 77 25 108 -9 217
41
- -16 51 -32 118 -36 148 -13 108 -53 150 -145 150 -51 0 -80 -27 -80 -74 0 -34
42
- 0 -35 -32 -25 -18 5 -43 9 -56 9 l-23 0 22 -37 c17 -32 19 -43 10 -66 -14 -36
43
- -40 -46 -57 -22 -21 28 -17 62 16 159 91 270 59 408 -166 721 -39 55 -86 124
44
- -104 153 -17 28 -32 51 -33 51 -1 -1 -12 -4 -24 -6z"/>
12
+ <path d="M3278 6995 c-2 -1 -42 -5 -89 -9 -47 -4 -95 -8 -105 -10 -10 -2 -45
13
+ -7 -78 -11 -68 -8 -85 -11 -186 -31 -221 -45 -417 -103 -618 -183 -162 -65
14
+ -471 -219 -513 -257 -8 -8 -19 -14 -23 -14 -12 0 -220 -144 -316 -219 -421
15
+ -327 -767 -755 -1001 -1238 -32 -68 -59 -125 -59 -128 0 -3 -9 -24 -20 -48
16
+ -57 -123 -157 -435 -186 -582 -2 -11 -10 -54 -19 -95 -29 -147 -36 -200 -52
17
+ -370 -15 -165 -8 -592 12 -711 2 -13 6 -46 9 -74 9 -78 22 -152 51 -285 21
18
+ -96 91 -339 114 -395 5 -11 25 -65 46 -120 44 -116 165 -368 226 -470 116
19
+ -194 313 -466 414 -571 164 -173 266 -272 360 -349 33 -28 62 -52 65 -55 31
20
+ -33 389 -280 407 -280 3 0 14 -6 22 -14 26 -22 257 -139 386 -194 279 -120
21
+ 602 -210 880 -247 22 -2 56 -7 75 -10 186 -26 698 -27 838 0 16 3 104 15 147
22
+ 20 125 16 395 85 581 149 203 69 476 195 616 283 21 12 40 23 43 23 3 0 11 4
23
+ 18 10 7 5 64 44 127 86 248 165 496 382 672 588 34 39 64 73 68 76 12 10 137
24
+ 176 192 255 107 154 230 373 305 540 63 141 71 162 106 260 58 165 100 310
25
+ 123 420 17 81 54 301 59 350 4 33 9 71 11 85 9 46 11 524 4 605 -12 128 -21
26
+ 202 -25 227 -3 13 -8 43 -11 68 -9 69 -70 336 -97 425 -356 1168 -1258 2053
27
+ -2426 2380 -93 26 -302 71 -371 80 -19 3 -46 7 -60 10 -13 2 -52 7 -86 11 -33
28
+ 3 -74 8 -90 10 -32 5 -540 14 -546 9z"/>
45
29
  </g>
46
30
  </svg>
@@ -9,11 +9,11 @@
9
9
  xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
10
10
  id="Capa_1"
11
11
  enable-background="new 0 0 503 503"
12
- height="111.125mm"
13
- viewBox="0 0 412.61719 412.61719"
14
- width="111.125mm"
12
+ height="169.33334mm"
13
+ viewBox="0 0 628.75004 628.75004"
14
+ width="169.33334mm"
15
15
  version="1.1"
16
- sodipodi:docname="lwt-logo-wolf-v1.svg"
16
+ sodipodi:docname="lwt-logo-wolf-v2.svg"
17
17
  inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"
18
18
  inkscape:export-filename="/home/dam/Downloads/lwt-logo-wolf-v1.png"
19
19
  inkscape:export-xdpi="112.22857"
@@ -26,7 +26,7 @@
26
26
  <dc:format>image/svg+xml</dc:format>
27
27
  <dc:type
28
28
  rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
29
- <dc:title></dc:title>
29
+ <dc:title />
30
30
  </cc:Work>
31
31
  </rdf:RDF>
32
32
  </metadata>
@@ -46,9 +46,9 @@
46
46
  id="namedview3823"
47
47
  showgrid="false"
48
48
  units="mm"
49
- inkscape:zoom="0.98470144"
50
- inkscape:cx="191.47753"
51
- inkscape:cy="186.21976"
49
+ inkscape:zoom="0.78767024"
50
+ inkscape:cx="10.433259"
51
+ inkscape:cy="265.31142"
52
52
  inkscape:window-x="0"
53
53
  inkscape:window-y="28"
54
54
  inkscape:window-maximized="1"
@@ -59,53 +59,55 @@
59
59
  fit-margin-bottom="0" />
60
60
  <circle
61
61
  id="path3829"
62
- cx="206.30859"
63
- cy="206.30859"
64
- style="fill:#c83737;fill-opacity:1;stroke-width:0.82533181"
65
- r="206.30859" />
62
+ cx="314.375"
63
+ cy="314.375"
64
+ style="fill:#28dc28;fill-opacity:1;stroke:#ffffff;stroke-width:12.03771687;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
65
+ r="308.35614" />
66
66
  <g
67
67
  id="g4790"
68
- transform="matrix(0.65464613,0,0,0.60214407,-7.1890547,-129.62248)">
68
+ transform="matrix(0.97845735,0,0,0.8999859,-4.9980314,-188.35338)"
69
+ style="stroke:#ffffff;stroke-width:20.93819322;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1">
69
70
  <g
70
71
  transform="translate(6.2355315,12.221642)"
71
- id="g4727">
72
+ id="g4727"
73
+ style="stroke:#ffffff;stroke-width:20.93819322;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1">
72
74
  <g
73
75
  id="g3909"
74
- style="stroke:#000000;stroke-width:4.71562481;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1">
76
+ style="stroke:#ffffff;stroke-width:20.93819322;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1">
75
77
  <path
76
- style="fill:none;stroke:#000000;stroke-width:4.71562481;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
78
+ style="fill:none;stroke:#ffffff;stroke-width:20.93819322;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
77
79
  d="m 450.08977,294.31942 c -1.94809,26.41303 -11.92212,52.2024 -31.65245,70.42025 -15.79319,18.43463 -35.99281,31.54463 -56.41823,44.11894 -15.29473,15.44931 -39.49406,5.88094 -57.21859,16.92627 -22.38575,11.16466 -22.93845,42.84646 -40.82563,59.70894 -11.09827,18.80464 -35.78038,21.26353 -52.7446,33.72844 -13.9429,13.61425 -36.23126,10.85353 -50.6971,14.33581 -19.53919,17.84532 -2.15138,40.03592 19.73795,42.65251 16.73082,3.19873 34.12564,1.10306 51.12299,1.70772"
78
80
  id="path3853"
79
81
  inkscape:connector-curvature="0" />
80
82
  <path
81
- style="fill:none;stroke:#000000;stroke-width:4.71562481;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
83
+ style="fill:none;stroke:#ffffff;stroke-width:20.93819322;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
82
84
  d="m 231.39411,577.9183 c -20.84169,38.63693 -38.61337,78.81184 -56.54781,118.84962 -14.47138,-14.24305 -19.02692,24.42951 -26.37956,33.92539 -8.13718,16.89065 -14.4357,42.93121 -22.8931,54.63313"
83
85
  id="path3857"
84
86
  inkscape:connector-curvature="0" />
85
87
  <path
86
- style="fill:none;stroke:#000000;stroke-width:4.71562481;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
88
+ style="fill:none;stroke:#ffffff;stroke-width:20.93819322;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
87
89
  d="m 450.08977,294.31942 c 10.24918,20.91742 30.14888,39.63026 31.07589,63.48811 0.26685,11.40716 -3.13699,23.35705 -7.08993,33.86673"
88
90
  id="path3861"
89
91
  inkscape:connector-curvature="0" />
90
92
  <path
91
- style="fill:none;stroke:#000000;stroke-width:4.71562481;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
93
+ style="fill:none;stroke:#ffffff;stroke-width:20.93819322;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
92
94
  d="m 490.30154,467.15953 c -28.7221,26.37744 -56.9023,56.69265 -65.61942,95.92411 -11.3827,26.85427 3.02538,54.06569 7.71304,80.51193 1.24637,23.76153 18.72168,48.87747 6.04682,71.79476 -1.68677,4.11345 -4.60093,5.86062 -3.87255,10.67664"
93
95
  id="path3881"
94
96
  inkscape:connector-curvature="0" />
95
97
  <path
96
- style="fill:none;stroke:#000000;stroke-width:4.71562481;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
98
+ style="fill:none;stroke:#ffffff;stroke-width:20.93819322;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
97
99
  d="m 434.56943,726.06697 c -6.54718,21.09296 -12.32691,43.85536 -11.39631,65.81207 l 2.2723,2.45974 3.48025,1.56971"
98
100
  id="path3883"
99
101
  inkscape:connector-curvature="0" />
100
102
  </g>
101
103
  </g>
102
104
  <path
103
- style="fill:none;stroke:#000000;stroke-width:4.71562481;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
105
+ style="fill:none;stroke:#ffffff;stroke-width:20.93819322;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
104
106
  d="m 480.31126,403.8959 c -0.34212,5.75971 0.78172,12.90319 7.55672,10.98814 3.62375,-1.62019 5.77546,-9.24188 2.99305,-12.9699 2.65742,0.38054 5.46675,2.14842 7.73206,2.99305"
105
107
  id="path4777"
106
108
  inkscape:connector-curvature="0" />
107
109
  <path
108
- style="fill:none;stroke:#000000;stroke-width:4.71563244;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
110
+ style="fill:none;stroke:#ffffff;stroke-width:20.93819322;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
109
111
  d="m 498.59309,404.90719 c 0.47577,-5.39789 -2.19743,-14.47069 6.79774,-11.47338 7.97845,-1.36442 8.53175,8.76938 9.16528,14.71586 0.29116,10.39116 7.73847,18.23515 4.73903,29.18229 -2.36004,10.8755 -10.55603,20.05461 -15.96301,29.93054 -2.69285,3.51246 -6.60017,8.41769 -7.73209,11.7228 l 0.93703,0.39587"
110
112
  id="path4779"
111
113
  inkscape:connector-curvature="0" />
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * lone-wolf-theme v1.1.0 by Mani Kumar for Jekyll.
2
+ * lone-wolf-theme v1.1.1 by Mani Kumar for Jekyll.
3
3
  * https://manid2.github.io/lone-wolf-theme/
4
4
  * @manid2
5
5
  * Licensed under MIT
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lone-wolf-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mani Kumar
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-07-19 00:00:00.000000000 Z
11
+ date: 2020-12-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -136,6 +136,20 @@ dependencies:
136
136
  - - "~>"
137
137
  - !ruby/object:Gem::Version
138
138
  version: '0.1'
139
+ - !ruby/object:Gem::Dependency
140
+ name: kramdown-parser-gfm
141
+ requirement: !ruby/object:Gem::Requirement
142
+ requirements:
143
+ - - "~>"
144
+ - !ruby/object:Gem::Version
145
+ version: '1.0'
146
+ type: :runtime
147
+ prerelease: false
148
+ version_requirements: !ruby/object:Gem::Requirement
149
+ requirements:
150
+ - - "~>"
151
+ - !ruby/object:Gem::Version
152
+ version: '1.0'
139
153
  - !ruby/object:Gem::Dependency
140
154
  name: bundler
141
155
  requirement: !ruby/object:Gem::Requirement
@@ -312,6 +326,7 @@ files:
312
326
  - _sass/lone-wolf-theme/_variables.scss
313
327
  - assets/css/main.scss
314
328
  - assets/images/awesome_author.svg
329
+ - assets/images/coding-langs.jpg
315
330
  - assets/images/favicons/android-chrome-192x192.png
316
331
  - assets/images/favicons/android-chrome-512x512.png
317
332
  - assets/images/favicons/apple-touch-icon.png
@@ -326,8 +341,8 @@ files:
326
341
  - assets/images/favicons/mstile-70x70.png
327
342
  - assets/images/favicons/safari-pinned-tab.svg
328
343
  - assets/images/favicons/site.webmanifest
329
- - assets/images/lwt-logo-v1.svg
330
- - assets/images/lwt-logo-wolf-v1.svg
344
+ - assets/images/lwt-logo-wolf-v2.png
345
+ - assets/images/lwt-logo-wolf-v2.svg
331
346
  - assets/js/_main.js
332
347
  - assets/js/main.min.js
333
348
  homepage: https://manid2.github.io/lone-wolf-theme/
@@ -355,8 +370,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
355
370
  - !ruby/object:Gem::Version
356
371
  version: '0'
357
372
  requirements: []
358
- rubyforge_project:
359
- rubygems_version: 2.7.7
373
+ rubygems_version: 3.0.8
360
374
  signing_key:
361
375
  specification_version: 4
362
376
  summary: A simple bootstrap based jekyll theme.
@@ -1,337 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
- <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
-
4
- <svg
5
- xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
6
- xmlns:dc="http://purl.org/dc/elements/1.1/"
7
- xmlns:cc="http://creativecommons.org/ns#"
8
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
9
- xmlns:svg="http://www.w3.org/2000/svg"
10
- xmlns="http://www.w3.org/2000/svg"
11
- xmlns:xlink="http://www.w3.org/1999/xlink"
12
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
13
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
14
- width="16.754185mm"
15
- height="16.670338mm"
16
- viewBox="0 0 16.754185 16.670338"
17
- version="1.1"
18
- id="svg8"
19
- inkscape:version="0.92.3 (2405546, 2018-03-11)"
20
- sodipodi:docname="lwt-logo-v1.svg">
21
- <defs
22
- id="defs2">
23
- <linearGradient
24
- inkscape:collect="always"
25
- id="linearGradient2739">
26
- <stop
27
- style="stop-color:#4d4d4d;stop-opacity:1;"
28
- offset="0"
29
- id="stop2735" />
30
- <stop
31
- style="stop-color:#4d4d4d;stop-opacity:0;"
32
- offset="1"
33
- id="stop2737" />
34
- </linearGradient>
35
- <linearGradient
36
- inkscape:collect="always"
37
- id="linearGradient2540">
38
- <stop
39
- style="stop-color:#ffffff;stop-opacity:1;"
40
- offset="0"
41
- id="stop2536" />
42
- <stop
43
- style="stop-color:#ffffff;stop-opacity:0;"
44
- offset="1"
45
- id="stop2538" />
46
- </linearGradient>
47
- <linearGradient
48
- inkscape:collect="always"
49
- id="linearGradient2369">
50
- <stop
51
- style="stop-color:#ffffff;stop-opacity:1;"
52
- offset="0"
53
- id="stop2365" />
54
- <stop
55
- style="stop-color:#ffffff;stop-opacity:0;"
56
- offset="1"
57
- id="stop2367" />
58
- </linearGradient>
59
- <linearGradient
60
- inkscape:collect="always"
61
- id="linearGradient2361">
62
- <stop
63
- style="stop-color:#ffffff;stop-opacity:1;"
64
- offset="0"
65
- id="stop2357" />
66
- <stop
67
- style="stop-color:#ffffff;stop-opacity:0;"
68
- offset="1"
69
- id="stop2359" />
70
- </linearGradient>
71
- <linearGradient
72
- id="linearGradient855"
73
- osb:paint="solid">
74
- <stop
75
- style="stop-color:#000000;stop-opacity:1;"
76
- offset="0"
77
- id="stop853" />
78
- </linearGradient>
79
- <filter
80
- inkscape:collect="always"
81
- style="color-interpolation-filters:sRGB"
82
- id="filter2433"
83
- x="-0.0052963193"
84
- width="1.0105926"
85
- y="-0.0069387811"
86
- height="1.0138776">
87
- <feGaussianBlur
88
- inkscape:collect="always"
89
- stdDeviation="0.046302082"
90
- id="feGaussianBlur2435" />
91
- </filter>
92
- <linearGradient
93
- inkscape:collect="always"
94
- xlink:href="#linearGradient2369"
95
- id="linearGradient2449"
96
- gradientUnits="userSpaceOnUse"
97
- gradientTransform="matrix(0.92878373,0,0,0.92878381,72.972733,7.2020212)"
98
- x1="80.436096"
99
- y1="54.887852"
100
- x2="100.54107"
101
- y2="54.887852" />
102
- <linearGradient
103
- inkscape:collect="always"
104
- xlink:href="#linearGradient2361"
105
- id="linearGradient2451"
106
- gradientUnits="userSpaceOnUse"
107
- gradientTransform="matrix(0.98011561,0,0,0.98011575,65.849449,9.8475259)"
108
- x1="57.530499"
109
- y1="51.130295"
110
- x2="71.972984"
111
- y2="51.130295" />
112
- <linearGradient
113
- inkscape:collect="always"
114
- xlink:href="#linearGradient2540"
115
- id="linearGradient2548"
116
- gradientUnits="userSpaceOnUse"
117
- x1="64.616425"
118
- y1="60.278461"
119
- x2="64.239281"
120
- y2="76.015198" />
121
- <linearGradient
122
- inkscape:collect="always"
123
- xlink:href="#linearGradient2540"
124
- id="linearGradient2560"
125
- gradientUnits="userSpaceOnUse"
126
- x1="64.616425"
127
- y1="60.278461"
128
- x2="64.239281"
129
- y2="76.015198" />
130
- <linearGradient
131
- inkscape:collect="always"
132
- xlink:href="#linearGradient2361"
133
- id="linearGradient2576"
134
- gradientUnits="userSpaceOnUse"
135
- gradientTransform="matrix(0.98011561,0,0,0.98011575,65.035246,9.2549039)"
136
- x1="57.530499"
137
- y1="51.130295"
138
- x2="71.972984"
139
- y2="51.130295" />
140
- <linearGradient
141
- inkscape:collect="always"
142
- xlink:href="#linearGradient2369"
143
- id="linearGradient2582"
144
- gradientUnits="userSpaceOnUse"
145
- gradientTransform="matrix(0.92878373,0,0,0.92878381,72.133618,6.7419992)"
146
- x1="80.436096"
147
- y1="54.887852"
148
- x2="100.54107"
149
- y2="54.887852" />
150
- <linearGradient
151
- inkscape:collect="always"
152
- xlink:href="#linearGradient2361"
153
- id="linearGradient2584"
154
- gradientUnits="userSpaceOnUse"
155
- gradientTransform="matrix(0.98011561,0,0,0.98011575,65.849449,9.847526)"
156
- x1="57.530499"
157
- y1="51.130295"
158
- x2="71.972984"
159
- y2="51.130295" />
160
- <linearGradient
161
- inkscape:collect="always"
162
- xlink:href="#linearGradient2369"
163
- id="linearGradient2586"
164
- gradientUnits="userSpaceOnUse"
165
- gradientTransform="matrix(0.92878373,0,0,0.92878381,72.972733,7.2020211)"
166
- x1="80.436096"
167
- y1="54.887852"
168
- x2="100.54107"
169
- y2="54.887852" />
170
- <linearGradient
171
- inkscape:collect="always"
172
- xlink:href="#linearGradient2739"
173
- id="linearGradient2741"
174
- x1="99.690781"
175
- y1="65.525764"
176
- x2="153.44966"
177
- y2="65.525764"
178
- gradientUnits="userSpaceOnUse" />
179
- </defs>
180
- <sodipodi:namedview
181
- id="base"
182
- pagecolor="#ffffff"
183
- bordercolor="#666666"
184
- borderopacity="1.0"
185
- inkscape:pageopacity="0"
186
- inkscape:pageshadow="2"
187
- inkscape:zoom="4"
188
- inkscape:cx="72.68355"
189
- inkscape:cy="16.151421"
190
- inkscape:document-units="mm"
191
- inkscape:current-layer="layer1"
192
- showgrid="false"
193
- inkscape:window-width="1853"
194
- inkscape:window-height="895"
195
- inkscape:window-x="67"
196
- inkscape:window-y="27"
197
- inkscape:window-maximized="1"
198
- fit-margin-top="0"
199
- fit-margin-left="0"
200
- fit-margin-right="0"
201
- fit-margin-bottom="0" />
202
- <metadata
203
- id="metadata5">
204
- <rdf:RDF>
205
- <cc:Work
206
- rdf:about="">
207
- <dc:format>image/svg+xml</dc:format>
208
- <dc:type
209
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
210
- <dc:title></dc:title>
211
- </cc:Work>
212
- </rdf:RDF>
213
- </metadata>
214
- <g
215
- inkscape:label="Layer 1"
216
- inkscape:groupmode="layer"
217
- id="layer1"
218
- transform="translate(-99.71266,-73.773079)">
219
- <g
220
- id="g2762"
221
- transform="matrix(0.31165426,0,0,0.33541537,68.577457,60.063754)">
222
- <rect
223
- ry="2.0267601"
224
- rx="2.1958563"
225
- y="41.204639"
226
- x="100.21995"
227
- height="48.642246"
228
- width="52.70055"
229
- id="rect10"
230
- style="opacity:1;fill:url(#linearGradient2741);fill-opacity:1;stroke:#ffffea;stroke-width:1.05833328;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
231
- <g
232
- transform="translate(-5.5955011,1.6839575)"
233
- id="g2605">
234
- <text
235
- transform="scale(0.90682672,1.1027465)"
236
- id="text2439"
237
- y="69.217804"
238
- x="147.7692"
239
- style="font-style:normal;font-weight:normal;font-size:30.2792244px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;opacity:0.92000002;fill:url(#linearGradient2449);fill-opacity:1;stroke:none;stroke-width:0.7569806"
240
- xml:space="preserve"><tspan
241
- style="fill:url(#linearGradient2449);fill-opacity:1;stroke-width:0.7569806"
242
- y="69.217804"
243
- x="147.7692"
244
- id="tspan2437"
245
- sodipodi:role="line">T</tspan></text>
246
- <text
247
- transform="scale(0.93457281,1.0700076)"
248
- id="text2443"
249
- y="71.335655"
250
- x="119.17332"
251
- style="font-style:normal;font-weight:normal;font-size:31.20567703px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;opacity:1;fill:url(#linearGradient2451);fill-opacity:1;stroke:none;stroke-width:0.78014189"
252
- xml:space="preserve"><tspan
253
- style="fill:url(#linearGradient2451);fill-opacity:1;stroke-width:0.78014189"
254
- y="71.335655"
255
- x="119.17332"
256
- id="tspan2441"
257
- sodipodi:role="line">L</tspan></text>
258
- <text
259
- xml:space="preserve"
260
- style="font-style:normal;font-weight:normal;font-size:30.2792244px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;opacity:0.92000002;fill:url(#linearGradient2586);fill-opacity:1;stroke:none;stroke-width:0.7569806"
261
- x="147.7692"
262
- y="69.217804"
263
- id="text2457"
264
- transform="scale(0.90682672,1.1027465)"><tspan
265
- sodipodi:role="line"
266
- id="tspan2455"
267
- x="147.7692"
268
- y="69.217804"
269
- style="fill:url(#linearGradient2586);fill-opacity:1;stroke-width:0.7569806">T</tspan></text>
270
- <text
271
- xml:space="preserve"
272
- style="font-style:normal;font-weight:normal;font-size:31.20567703px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;opacity:1;fill:url(#linearGradient2584);fill-opacity:1;stroke:none;stroke-width:0.78014189"
273
- x="119.17332"
274
- y="71.335655"
275
- id="text2461"
276
- transform="scale(0.93457281,1.0700076)"><tspan
277
- sodipodi:role="line"
278
- id="tspan2459"
279
- x="119.17332"
280
- y="71.335655"
281
- style="fill:url(#linearGradient2584);fill-opacity:1;stroke-width:0.78014189">L</tspan></text>
282
- <g
283
- id="g2566"
284
- transform="translate(69.498462,-15.472285)">
285
- <text
286
- xml:space="preserve"
287
- style="font-style:normal;font-weight:normal;font-size:21.96841431px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;opacity:1;fill:url(#linearGradient2548);fill-opacity:1;stroke:none;stroke-width:0.54921037;filter:url(#filter2433)"
288
- x="53.900913"
289
- y="75.838615"
290
- id="text2546"
291
- transform="matrix(1.0088227,0,0,0.99125446,-6.0503115,13.200369)"><tspan
292
- sodipodi:role="line"
293
- id="tspan2544"
294
- x="53.900913"
295
- y="75.838615"
296
- style="fill:url(#linearGradient2548);fill-opacity:1;stroke-width:0.54921037">W </tspan></text>
297
- <text
298
- transform="matrix(1.0088227,0,0,0.99125446,-6.8112436,12.439437)"
299
- id="text2552"
300
- y="75.838615"
301
- x="53.900913"
302
- style="font-style:normal;font-weight:normal;font-size:21.96841431px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;opacity:1;fill:url(#linearGradient2560);fill-opacity:1;stroke:none;stroke-width:0.54921037;filter:url(#filter2433)"
303
- xml:space="preserve"><tspan
304
- style="fill:url(#linearGradient2560);fill-opacity:1;stroke-width:0.54921037"
305
- y="75.838615"
306
- x="53.900913"
307
- id="tspan2550"
308
- sodipodi:role="line">W </tspan></text>
309
- </g>
310
- <text
311
- transform="scale(0.93457281,1.0700076)"
312
- id="text2574"
313
- y="70.743034"
314
- x="118.35912"
315
- style="font-style:normal;font-weight:normal;font-size:31.20567703px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;opacity:1;fill:url(#linearGradient2576);fill-opacity:1;stroke:none;stroke-width:0.78014189"
316
- xml:space="preserve"><tspan
317
- style="fill:url(#linearGradient2576);fill-opacity:1;stroke-width:0.78014189"
318
- y="70.743034"
319
- x="118.35912"
320
- id="tspan2572"
321
- sodipodi:role="line">L</tspan></text>
322
- <text
323
- transform="scale(0.90682672,1.1027465)"
324
- id="text2580"
325
- y="68.757782"
326
- x="146.93007"
327
- style="font-style:normal;font-weight:normal;font-size:30.2792244px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;opacity:0.92000002;fill:url(#linearGradient2582);fill-opacity:1;stroke:none;stroke-width:0.7569806"
328
- xml:space="preserve"><tspan
329
- style="fill:url(#linearGradient2582);fill-opacity:1;stroke-width:0.7569806"
330
- y="68.757782"
331
- x="146.93007"
332
- id="tspan2578"
333
- sodipodi:role="line">T</tspan></text>
334
- </g>
335
- </g>
336
- </g>
337
- </svg>