redeyed-jekyll-theme 0.1.5 → 0.1.6

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: e779e1aca59fbaebfdbe28b6ae59a37c67dbc365c9e9c87fe4f890e7dd96a352
4
- data.tar.gz: 8f918e8e392a1e818e1c51c15ff5bfd0f19f689acc2e72dfbdfea28ea338b166
3
+ metadata.gz: 499e4e3b424afa5751dd85b0573a253db79a5756ee5c5396eb27c8d6ed5fd7e5
4
+ data.tar.gz: 73ff7f7c6a472de1a6f2ad668b3111134d1bb49768d74675ceb8a42218f4cb47
5
5
  SHA512:
6
- metadata.gz: 4fa1dc0e9e7a7e1ca159a5fb93890e9198bdb44a0dab0da09d0cbfee8f3a8f490d9e0c5effd9f03d1d31e043bab786d6bb76640ee4cb1fc1c7b082298d91df64
7
- data.tar.gz: 4d9a3635130fb7b319e16cf9e4e6a3f2dfef01e019135bbe15dd20033327448a59355737b826c22bb81ba0e71be0eb8a3fc9be1c4307a5acb217714f56ea0432
6
+ metadata.gz: 8dff5219bcb3e49b1c7de850fe661b46b5d57255e114e300cceeabcd35b05fd53a2f456170d2418bbb5d0886e0c24c4c51cee0028e95bc2aceca863e78c5cb4a
7
+ data.tar.gz: 8ab70a35c1718a04258fec5cd85cdad174eb10af821282f5405787fe31ddd0c21af6ced21aa149edec1a5fa67004d1dd65beaaf774778ed6279719afd4434cd9
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  <img src="https://aever.net/images/brand/banner/RedEyedRPG-960-Red.png" alt="RedEyed RPG" />
4
4
 
5
- # redeyed-jekyll-theme<br />v0.1.5
5
+ # redeyed-jekyll-theme<br />v0.1.6
6
6
 
7
7
  <em>A versatile, responsive, and powerful Jekyll Theme designed for a gaming site</em>
8
8
 
data/_config.yml CHANGED
@@ -158,41 +158,35 @@ favicons:
158
158
  # 7. JEKYLL DEFAULTS
159
159
  ####################################################################
160
160
  defaults:
161
- -
162
- scope:
163
- path: ""
164
- values:
165
- layout: default
166
- -
167
- scope:
168
- path: _posts
169
- values:
170
- layout: post
171
- comments: true
172
- toc: true
173
- permalink: /blog/:title:output_ext
174
- -
175
- scope:
176
- path: ""
177
- type: pages
178
- values:
179
- layout: page
180
- -
181
- scope:
182
- path: _drafts
183
- values:
184
- comments: false
185
- sitemap: false
186
- -
187
- scope:
188
- path: assets/img/favicons
189
- values:
190
- swcache: true
191
- -
192
- scope:
193
- path: assets/js/dist
194
- values:
195
- swcache: true
161
+ - scope:
162
+ path: ""
163
+ values:
164
+ layout: default
165
+ - scope:
166
+ path: _posts
167
+ values:
168
+ layout: post
169
+ comments: true
170
+ toc: true
171
+ permalink: /blog/:title:output_ext
172
+ - scope:
173
+ path: ""
174
+ type: pages
175
+ values:
176
+ layout: page
177
+ - scope:
178
+ path: _drafts
179
+ values:
180
+ comments: false
181
+ sitemap: false
182
+ - scope:
183
+ path: assets/img/favicons
184
+ values:
185
+ swcache: true
186
+ - scope:
187
+ path: assets/js/dist
188
+ values:
189
+ swcache: true
196
190
 
197
191
  ####################################################################
198
192
  # 8. INSTALLED GEMS
@@ -277,7 +271,7 @@ host: localhost
277
271
  show_dir_listing: false
278
272
  assets:
279
273
  self-host:
280
- enabled: false
274
+ enabled: true
281
275
  env: development
282
276
 
283
277
  ####################################################################
@@ -1,13 +1,13 @@
1
1
  {% comment %} Site static assets origin {% endcomment %}
2
2
 
3
- {% assign origin = 'cross_origin' %}
3
+ {% assign origin = 'cross-origin' %}
4
4
 
5
- {% if site.assets.self_host.enabled %}
6
- {% if site.assets.self_host.env %}
7
- {% if site.assets.self_host.env == jekyll.environment %}
8
- {% assign origin = 'self_host' %}
5
+ {% if site.assets.self-host.enabled %}
6
+ {% if site.assets.self-host.env %}
7
+ {% if site.assets.self-host.env == jekyll.environment %}
8
+ {% assign origin = 'self-host' %}
9
9
  {% endif %}
10
10
  {% else %}
11
- {% assign origin = 'self_host' %}
11
+ {% assign origin = 'self-host' %}
12
12
  {% endif %}
13
13
  {% endif %}
@@ -1,7 +1,7 @@
1
1
  //==================================================================
2
2
  // Stylesheets for redeyed-jekyll-theme
3
3
  //
4
- // RedEyed Jekyll Theme v0.1.5 (https://github.com/RedEyed-RPG/redeyed-jekyll-theme)
4
+ // RedEyed Jekyll Theme v0.1.6 (https://github.com/RedEyed-RPG/redeyed-jekyll-theme)
5
5
  // Copyright © 2022 ~ Ragdata & RedEyed RPG
6
6
  // MIT Licensed
7
7
  //==================================================================
@@ -6,7 +6,7 @@
6
6
  <square150x150logo src="/mstile-150x150.png"/>
7
7
  <square310x310logo src="/mstile-310x310.png"/>
8
8
  <wide310x150logo src="/mstile-310x150.png"/>
9
- <TileColor>#da0000</TileColor>
9
+ <TileColor>#212529</TileColor>
10
10
  </tile>
11
11
  </msapplication>
12
12
  </browserconfig>
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -2,111 +2,89 @@
2
2
  <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
3
3
  "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
4
4
  <svg version="1.0" xmlns="http://www.w3.org/2000/svg"
5
- width="700.000000pt" height="700.000000pt" viewBox="0 0 700.000000 700.000000"
5
+ width="600.000000pt" height="600.000000pt" viewBox="0 0 600.000000 600.000000"
6
6
  preserveAspectRatio="xMidYMid meet">
7
7
  <metadata>
8
8
  Created by potrace 1.14, written by Peter Selinger 2001-2017
9
9
  </metadata>
10
- <g transform="translate(0.000000,700.000000) scale(0.100000,-0.100000)"
10
+ <g transform="translate(0.000000,600.000000) scale(0.100000,-0.100000)"
11
11
  fill="#000000" stroke="none">
12
- <path d="M3350 6844 c-80 -46 -152 -88 -160 -93 -77 -47 -402 -231 -409 -231
13
- -5 0 -11 -4 -13 -8 -1 -4 -50 -34 -108 -67 -58 -32 -244 -139 -415 -238 -383
14
- -222 -436 -253 -1309 -756 -165 -95 -314 -184 -330 -198 -69 -57 -67 -43 -73
15
- -465 -8 -532 -8 -2624 0 -2788 8 -165 18 -202 60 -234 33 -24 353 -218 532
16
- -321 55 -31 116 -67 135 -80 28 -18 311 -182 460 -267 115 -66 1181 -685 1210
17
- -703 19 -12 42 -25 50 -28 8 -4 31 -17 50 -28 29 -18 432 -254 451 -265 3 -2
18
- 66 31 140 72 74 42 159 89 189 106 30 17 165 94 300 171 135 77 265 151 290
19
- 165 25 14 62 36 82 49 21 12 40 23 43 23 3 0 24 12 48 27 23 14 67 40 97 56
20
- 30 16 62 35 70 42 8 7 20 14 25 16 9 4 204 114 245 139 57 35 154 91 200 117
21
- 30 17 154 88 275 158 121 70 240 139 265 153 25 14 128 73 230 132 102 58 226
22
- 130 276 158 107 61 162 103 187 142 16 26 19 64 24 357 8 471 8 2727 0 2862
23
- -7 109 -18 173 -34 197 -17 23 -575 354 -1403 832 -195 112 -470 271 -610 352
24
- -140 81 -273 158 -295 170 -22 12 -92 53 -155 89 -279 163 -467 271 -471 270
25
- -2 0 -69 -38 -149 -85z m304 -73 c78 -43 157 -88 176 -99 81 -45 567 -326 712
26
- -410 86 -50 172 -100 190 -110 18 -11 90 -52 158 -92 69 -40 144 -83 167 -96
27
- 58 -33 265 -152 283 -164 8 -5 56 -32 105 -61 50 -29 182 -106 295 -172 113
28
- -66 214 -126 225 -132 11 -6 46 -26 78 -45 32 -19 66 -39 75 -45 10 -5 74 -45
29
- 144 -88 l126 -77 0 -1693 0 -1693 -46 -24 c-57 -30 -144 -79 -362 -202 -153
30
- -87 -187 -106 -240 -136 -25 -14 -57 -33 -72 -43 -14 -11 -28 -19 -31 -19 -4
31
- 0 -319 -180 -635 -364 -68 -39 -140 -80 -160 -92 -20 -11 -208 -119 -417 -239
32
- -385 -221 -649 -372 -829 -473 l-98 -55 -52 26 c-28 14 -62 33 -76 42 -14 8
33
- -110 64 -215 123 -104 60 -277 159 -383 221 -106 61 -207 120 -225 130 -17 10
34
- -162 94 -322 186 -159 92 -328 189 -375 216 -47 27 -92 54 -100 59 -8 5 -32
35
- 19 -52 30 -142 77 -966 564 -1055 623 l-31 21 0 1685 c0 927 2 1691 5 1698 3
36
- 7 9 13 13 13 7 0 87 44 372 202 25 15 64 38 87 52 22 14 43 26 45 26 2 0 44
37
- 23 93 51 48 28 104 61 123 71 19 11 170 98 335 193 165 95 317 182 337 193 20
38
- 12 144 83 275 158 501 290 1020 588 1073 617 30 17 69 39 85 49 17 10 36 18
39
- 44 18 8 0 78 -36 155 -79z"/>
40
- <path d="M3295 6637 c-147 -78 -366 -197 -380 -207 -5 -4 -167 -97 -360 -205
41
- -348 -197 -388 -219 -560 -316 -49 -27 -97 -54 -105 -59 -33 -21 -192 -110
42
- -196 -110 -3 0 -30 -16 -60 -35 -30 -19 -56 -35 -59 -35 -3 0 -327 -184 -582
43
- -331 -73 -42 -164 -102 -160 -105 6 -6 308 76 697 189 179 53 411 120 515 150
44
- 105 31 231 67 280 82 50 15 97 28 105 30 8 2 224 64 480 139 256 74 484 139
45
- 506 145 34 9 43 16 47 39 9 43 2 655 -7 675 -4 9 -16 17 -25 17 -9 0 -70 -29
46
- -136 -63z"/>
47
- <path d="M3555 6685 c-3 -8 -8 -23 -11 -32 -3 -10 -8 -162 -11 -338 l-6 -321
48
- 214 -63 c118 -35 241 -72 274 -82 33 -10 168 -50 300 -89 132 -39 254 -76 270
49
- -81 17 -5 100 -30 185 -55 85 -25 277 -81 425 -125 659 -195 849 -246 877
50
- -236 12 3 -102 83 -191 133 -18 10 -41 24 -50 29 -30 19 -477 273 -613 349
51
- -114 63 -148 82 -238 134 -52 30 -113 65 -135 77 -22 12 -114 64 -205 117 -91
52
- 52 -187 107 -215 122 -27 16 -167 94 -310 176 -143 81 -282 159 -310 175 -27
53
- 15 -77 42 -110 61 -33 18 -77 40 -98 49 -33 14 -38 14 -42 0z"/>
54
- <path d="M3250 5859 c-58 -16 -112 -31 -120 -33 -8 -2 -103 -30 -210 -61 -107
55
- -31 -265 -76 -350 -101 -85 -24 -168 -48 -185 -54 -16 -5 -118 -34 -225 -65
56
- -369 -106 -835 -241 -1030 -299 -290 -85 -354 -106 -360 -117 -4 -6 -6 -19 -4
57
- -28 2 -9 10 -52 19 -96 25 -123 55 -241 105 -405 17 -58 33 -112 35 -120 2 -8
58
- 38 -134 80 -280 42 -146 83 -287 90 -315 7 -27 26 -90 40 -140 26 -85 43 -145
59
- 85 -295 91 -323 243 -819 260 -849 6 -11 11 -9 23 10 126 200 621 1031 750
60
- 1259 17 30 151 261 322 555 132 225 351 605 378 655 16 30 33 60 37 65 4 6 19
61
- 30 33 55 13 25 51 90 82 145 32 55 69 120 83 145 14 25 50 90 82 145 133 235
62
- 142 256 102 254 -9 0 -64 -14 -122 -30z"/>
63
- <path d="M3570 5880 c0 -17 52 -114 170 -320 62 -107 122 -211 133 -230 10
64
- -19 70 -123 132 -230 62 -107 122 -211 133 -230 11 -19 99 -172 197 -340 98
65
- -168 189 -325 203 -350 13 -25 28 -49 32 -55 4 -5 17 -26 27 -45 19 -33 248
66
- -431 455 -790 53 -91 106 -183 118 -205 97 -173 289 -477 309 -490 15 -8 59
67
- 132 268 850 41 143 98 337 125 430 27 94 63 217 79 275 17 58 34 119 40 135
68
- 57 179 193 677 205 752 8 46 8 54 5 88 0 8 -16 18 -33 24 -18 5 -123 36 -233
69
- 69 -110 33 -398 117 -640 187 -242 69 -469 135 -505 145 -161 48 -690 198
70
- -1020 290 -19 5 -67 19 -106 30 -81 23 -94 24 -94 10z"/>
71
- <path d="M3480 5818 c-47 -50 -274 -433 -780 -1313 -34 -60 -505 -874 -593
72
- -1025 -49 -85 -98 -171 -109 -190 -11 -19 -100 -172 -198 -340 -188 -323 -224
73
- -389 -217 -397 10 -9 532 -13 1842 -13 1551 1 1934 6 1954 26 6 6 -51 120
74
- -105 214 -18 30 -77 134 -131 230 -55 96 -132 231 -171 299 -40 68 -72 125
75
- -72 128 0 2 -16 29 -35 59 -19 30 -35 56 -35 58 0 4 -150 266 -170 296 -5 8
76
- -27 47 -48 85 -22 39 -81 142 -132 230 -51 88 -100 174 -110 190 -9 17 -157
77
- 271 -327 566 -171 294 -321 555 -335 580 -33 57 -177 298 -193 322 -12 18 -14
78
- 17 -35 -5z"/>
79
- <path d="M678 5020 c-7 -83 -1 -2823 7 -2914 3 -44 9 -85 13 -93 6 -9 57 20
80
- 185 107 359 241 497 340 544 388 19 19 21 27 12 50 -6 15 -28 88 -49 162 -49
81
- 170 -124 424 -284 955 -70 231 -136 452 -147 490 -12 39 -27 90 -35 115 -7 25
82
- -43 146 -79 270 -36 124 -75 252 -85 285 -11 33 -33 101 -49 150 l-28 90 -5
83
- -55z"/>
84
- <path d="M6280 4997 c0 -4 -21 -74 -46 -155 -25 -81 -63 -205 -85 -277 -21
85
- -71 -65 -220 -97 -330 -33 -110 -95 -317 -137 -460 -43 -143 -106 -354 -140
86
- -470 -154 -517 -207 -701 -212 -724 -2 -14 -6 -27 -8 -30 -16 -15 79 -101 245
87
- -221 107 -77 500 -340 509 -340 10 0 10 14 11 955 1 1388 -8 2007 -30 2044 -5
88
- 9 -10 12 -10 8z"/>
89
- <path d="M1849 2446 c-2 -2 -51 -6 -109 -9 -101 -5 -140 -12 -140 -26 0 -6 79
90
- -99 149 -176 20 -22 104 -116 186 -210 82 -93 151 -172 154 -175 3 -3 35 -39
91
- 71 -80 35 -41 78 -90 95 -108 51 -55 66 -73 175 -197 57 -66 121 -138 141
92
- -160 20 -22 110 -123 200 -225 90 -102 168 -190 174 -196 5 -6 44 -49 85 -95
93
- 147 -164 286 -315 360 -392 41 -43 77 -82 78 -88 13 -34 64 10 232 201 41 47
94
- 89 101 106 120 17 19 55 62 84 95 29 33 67 76 84 95 17 19 107 120 200 225 93
95
- 104 201 226 240 269 39 43 78 87 86 96 8 9 44 50 80 90 36 40 72 81 80 90 34
96
- 38 136 154 155 174 11 13 36 40 55 62 20 21 80 91 135 154 55 63 105 120 111
97
- 125 5 6 39 44 75 85 35 41 66 77 69 80 3 3 28 32 55 65 28 33 53 62 58 63 4 2
98
- 7 10 7 18 0 10 -14 14 -52 15 -29 0 -93 3 -143 6 -108 5 -3331 14 -3336 9z"/>
99
- <path d="M1390 2361 c-642 -419 -696 -457 -679 -477 10 -12 152 -99 279 -171
100
- 35 -20 414 -242 1187 -696 221 -130 422 -247 445 -260 24 -14 181 -104 351
101
- -201 342 -197 344 -198 329 -170 -11 21 -124 155 -232 274 -37 41 -174 194
102
- -305 340 -131 146 -261 290 -289 320 -28 31 -80 89 -116 129 -36 40 -76 85
103
- -90 100 -26 28 -198 216 -215 235 -33 37 -216 238 -252 276 -23 25 -51 56 -63
104
- 70 -49 57 -263 280 -269 280 -3 0 -40 -22 -81 -49z"/>
105
- <path d="M5440 2317 c-128 -125 -285 -291 -507 -537 -17 -19 -41 -46 -52 -59
106
- -11 -13 -60 -67 -109 -120 -77 -83 -308 -337 -451 -497 -25 -28 -78 -86 -118
107
- -130 -39 -43 -81 -90 -93 -104 -12 -14 -40 -45 -64 -70 -157 -167 -372 -427
108
- -362 -438 6 -5 106 51 476 266 146 85 279 162 295 172 17 9 91 53 165 97 74
109
- 44 149 88 165 97 17 9 46 26 65 37 19 12 154 91 300 177 436 256 1096 646
110
- 1120 663 23 15 23 15 -56 73 -175 128 -668 446 -691 446 -4 0 -42 -33 -83 -73z"/>
12
+ <path d="M2940 5627 c-31 -13 -130 -65 -220 -117 -229 -130 -1187 -682 -1645
13
+ -947 -209 -121 -408 -235 -441 -254 l-62 -33 -6 -196 c-10 -329 -28 -1996 -24
14
+ -2325 l3 -309 57 -46 c85 -68 292 -192 1118 -670 415 -240 870 -503 1010 -585
15
+ l255 -147 95 48 c102 53 842 475 1500 856 223 129 505 292 626 362 l222 127 6
16
+ 222 c9 331 26 1787 26 2223 l0 381 -37 30 c-105 82 -270 182 -1094 661 -1053
17
+ 610 -1286 742 -1315 742 -10 0 -44 -11 -74 -23z m743 -441 c921 -534 1388
18
+ -804 1554 -900 l142 -81 1 -1376 0 -1376 -157 -88 c-87 -48 -286 -162 -443
19
+ -253 -473 -274 -1650 -947 -1724 -985 -57 -29 -73 -34 -90 -25 -12 6 -298 172
20
+ -636 368 -338 196 -691 401 -785 455 -93 54 -340 197 -548 317 l-377 220 0
21
+ 1377 0 1377 53 26 c56 27 153 83 1337 764 889 512 980 564 998 564 8 0 312
22
+ -173 675 -384z"/>
23
+ <path d="M2834 5414 c-201 -105 -1858 -1044 -1965 -1113 -59 -39 -61 -42 -29
24
+ -35 35 6 612 171 1210 345 173 50 450 131 615 178 l300 87 0 287 c0 191 -4
25
+ 290 -11 297 -7 7 -42 -6 -120 -46z"/>
26
+ <path d="M3043 5448 c-4 -7 -9 -137 -11 -289 l-4 -275 684 -203 c1185 -353
27
+ 1391 -411 1404 -398 9 9 -198 134 -571 345 -203 115 -552 313 -775 439 -499
28
+ 283 -697 393 -709 393 -6 0 -13 -6 -18 -12z"/>
29
+ <path d="M2856 4788 c-22 -4 -139 -37 -260 -72 -122 -36 -511 -148 -866 -251
30
+ -355 -102 -712 -207 -795 -231 -82 -25 -158 -48 -168 -51 -16 -4 -18 -11 -12
31
+ -51 12 -87 63 -274 269 -987 212 -737 302 -1034 316 -1048 4 -5 32 31 62 80
32
+ 313 505 1508 2568 1508 2601 0 17 -12 19 -54 10z"/>
33
+ <path d="M3060 4790 c0 -6 7 -25 16 -43 27 -51 314 -552 624 -1087 158 -272
34
+ 374 -646 480 -830 303 -526 433 -740 450 -740 11 0 48 118 235 761 294 1006
35
+ 346 1193 352 1261 l6 66 -99 31 c-233 71 -1454 423 -1844 531 -102 28 -193 53
36
+ -202 56 -10 3 -18 0 -18 -6z"/>
37
+ <path d="M2968 4718 c-57 -80 -122 -191 -544 -920 -246 -425 -510 -881 -587
38
+ -1013 -336 -578 -419 -726 -413 -732 11 -12 2400 -15 2763 -5 188 6 346 13
39
+ 352 17 15 8 12 14 -327 605 -736 1285 -1200 2080 -1212 2080 -5 0 -19 -15 -32
40
+ -32z m323 -948 c10 -6 19 -20 19 -31 0 -18 -4 -20 -25 -15 -33 8 -32 -2 7 -71
41
+ 21 -38 28 -58 20 -61 -21 -7 -13 -21 26 -46 26 -17 49 -46 80 -103 47 -90 49
42
+ -100 25 -118 -15 -11 -15 -13 5 -24 25 -13 29 -51 11 -98 -12 -33 -57 -83 -75
43
+ -83 -17 0 -106 -84 -98 -93 4 -4 26 -7 48 -7 73 0 117 -11 114 -28 -2 -9 -14
44
+ -19 -28 -22 -28 -7 -30 -28 -12 -108 6 -27 6 -45 0 -48 -5 -4 0 -11 13 -18 12
45
+ -6 29 -30 38 -53 12 -35 23 -45 62 -63 51 -21 69 -25 69 -12 0 12 58 72 69 72
46
+ 6 0 11 -11 11 -25 0 -16 -13 -34 -39 -56 -22 -17 -45 -44 -51 -60 -7 -16 -17
47
+ -29 -22 -29 -5 0 -7 -4 -3 -9 8 -14 -48 -171 -61 -171 -18 0 -126 39 -140 51
48
+ -8 6 -14 20 -14 31 0 12 -6 19 -17 17 -31 -4 -53 12 -77 55 -29 51 -40 109
49
+ -26 136 9 17 8 20 -13 20 -25 0 -36 21 -37 65 0 11 -11 43 -25 70 -13 28 -25
50
+ 60 -25 73 0 25 -4 26 -29 13 -12 -7 -30 -3 -62 11 -28 13 -67 21 -109 22 l-65
51
+ 1 -3 -35 c-2 -19 -10 -39 -18 -43 -18 -10 -18 -27 1 -41 11 -8 18 -36 22 -84
52
+ 8 -99 25 -110 95 -60 13 10 20 10 29 1 9 -9 3 -23 -23 -61 -20 -26 -51 -80
53
+ -71 -119 -63 -126 -70 -132 -105 -88 -12 15 -18 34 -15 46 5 19 3 21 -23 15
54
+ -24 -5 -35 -1 -58 23 -16 16 -26 36 -23 44 3 8 1 20 -4 28 -8 12 -10 12 -18
55
+ -1 -14 -21 -129 -25 -152 -4 -15 14 -18 12 -37 -18 -12 -18 -31 -45 -42 -59
56
+ -26 -31 -37 -98 -21 -128 l12 -22 29 31 c15 16 36 30 47 30 29 -1 56 -27 49
57
+ -46 -5 -13 -9 -15 -18 -6 -7 7 -15 12 -20 12 -11 0 -38 -56 -38 -80 0 -45 -67
58
+ -10 -105 55 -29 49 -33 102 -7 121 16 12 16 13 -1 26 -17 13 -16 17 13 75 38
59
+ 75 94 126 158 143 26 6 52 13 58 15 6 2 14 23 18 46 4 24 12 49 18 57 9 10 9
60
+ 15 0 21 -6 3 -12 33 -14 66 -3 67 -16 77 -72 55 l-28 -10 26 -21 c21 -17 24
61
+ -24 16 -40 -24 -43 -108 1 -90 47 12 30 65 72 110 85 32 10 40 17 40 36 0 19
62
+ 5 23 33 23 l32 1 -33 27 c-30 25 -32 31 -32 88 0 42 5 65 15 74 8 7 15 18 15
63
+ 25 0 7 -7 18 -15 25 -11 9 -15 34 -15 97 0 98 -5 103 -73 73 -53 -24 -58 -35
64
+ -22 -52 37 -17 31 -50 -11 -60 -28 -7 -51 7 -70 44 -15 29 -15 31 14 66 16 20
65
+ 37 39 48 42 26 7 131 82 212 152 37 32 71 58 76 58 25 0 46 -35 46 -77 l0 -44
66
+ 23 27 c23 26 24 27 51 9 22 -15 40 -17 99 -12 45 4 76 12 82 21 6 8 27 17 47
67
+ 21 19 4 62 24 94 46 68 45 60 42 85 29z"/>
68
+ <path d="M2872 3558 c-8 -8 -12 -45 -12 -99 0 -77 -3 -90 -20 -102 -18 -12
69
+ -18 -15 -5 -20 21 -9 21 -134 0 -164 -13 -18 -13 -23 -1 -33 8 -6 17 -29 21
70
+ -51 l7 -39 64 0 c97 0 151 17 196 62 21 21 43 38 49 38 7 0 8 7 4 18 -4 9 -8
71
+ 40 -9 69 -1 33 -8 58 -19 71 -9 10 -17 32 -17 49 0 25 -5 31 -28 36 -20 4 -33
72
+ 17 -50 52 -12 25 -22 52 -22 60 0 8 -7 15 -15 15 -8 0 -15 4 -15 9 0 35 -99
73
+ 58 -128 29z"/>
74
+ <path d="M677 3730 c-13 -742 -2 -2087 17 -2118 5 -8 47 15 129 70 218 145
75
+ 432 297 459 325 l27 28 -39 130 c-250 838 -562 1878 -573 1910 -12 35 -14 0
76
+ -20 -345z"/>
77
+ <path d="M5287 4050 c-10 -24 -157 -511 -387 -1287 -171 -578 -209 -716 -200
78
+ -732 14 -28 117 -109 290 -228 193 -133 302 -203 319 -203 12 0 13 180 8 1188
79
+ -6 1083 -11 1306 -30 1262z"/>
80
+ <path d="M1720 1960 c-151 -4 -276 -8 -278 -9 -2 0 -2 -7 0 -15 5 -22 1186
81
+ -1355 1475 -1665 48 -52 74 -73 85 -68 9 3 101 101 205 218 103 117 321 362
82
+ 483 544 352 394 629 708 765 865 l99 115 -95 7 c-145 10 -2428 17 -2739 8z"/>
83
+ <path d="M1007 1724 c-170 -113 -307 -210 -305 -216 7 -21 2124 -1256 2134
84
+ -1245 10 10 -212 260 -936 1057 -444 489 -558 610 -574 610 -6 0 -150 -93
85
+ -319 -206z"/>
86
+ <path d="M4542 1804 c-112 -114 -515 -554 -1046 -1144 -237 -263 -351 -398
87
+ -342 -407 7 -7 531 297 1801 1045 343 202 340 199 323 219 -15 19 -482 329
88
+ -561 373 l-59 32 -116 -118z"/>
111
89
  </g>
112
90
  </svg>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: redeyed-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ragdata
@@ -640,7 +640,6 @@ files:
640
640
  - assets/img/favicons/browserconfig.xml
641
641
  - assets/img/favicons/favicon-16x16.png
642
642
  - assets/img/favicons/favicon-32x32.png
643
- - assets/img/favicons/favicon-d20.ico
644
643
  - assets/img/favicons/favicon.ico
645
644
  - assets/img/favicons/mstile-150x150.png
646
645
  - assets/img/favicons/mstile-310x150.png
Binary file