jekyll-kde-theme 0.2.9 → 0.2.10
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +6 -0
- data/_includes/footer.html +2 -5
- data/_includes/header.html +1 -1
- data/assets/img/appimage.svg +320 -0
- data/assets/img/apple.svg +4 -0
- data/assets/img/windows.svg +1 -0
- metadata +5 -4
- data/assets/nav.js +0 -7
- data/assets/preview.js +0 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7f2aafec97f58cf4c5385a147bddc1aac6a1617828d780caf707b3bc4cc132ec
|
4
|
+
data.tar.gz: f5039890eb641d021472765e7794515b261b79ff0b4e95e902c0cad1bc1bff7a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c0bfb9ea3420e80c115da6c9e901e3197401d27c27ad6e62e971b378a13e6c08c55c6ad975ac95a44e9be1adc42170be4eb1d6cfcf98bfc7e961f666e5c10efb
|
7
|
+
data.tar.gz: 81af57e5661cf41df72abab86a96ea5ea45005bf373111eabcd156a67d4f94baf03692cb890d8ce4fe5ee042e2eeccfc6c2c0c36b1c64dbf99d3223f39eae69f
|
data/README.md
CHANGED
@@ -38,6 +38,12 @@ css-include: /css/main.css
|
|
38
38
|
```
|
39
39
|
* Components (at least one): if your application contains multiple component (e.g Kontact) create a new file for each component (e.g KMail → kmail.md). Otherwise create only one component (e.g konsole.md) in \_components.
|
40
40
|
|
41
|
+
### Options
|
42
|
+
|
43
|
+
Following options are available in `_config.yml`
|
44
|
+
|
45
|
+
* `app_icon`: Path to the icon displayed in the navbar
|
46
|
+
|
41
47
|
## Build example
|
42
48
|
|
43
49
|
```bash
|
data/_includes/footer.html
CHANGED
@@ -1,4 +1,3 @@
|
|
1
|
-
|
2
1
|
<footer id="kFooter" class="footer">
|
3
2
|
<section id="KSiteDonateForm">
|
4
3
|
<h3>Donate to KDE
|
@@ -57,7 +56,7 @@
|
|
57
56
|
<section id="KGlobalLegalInfo" class="container">
|
58
57
|
<small>
|
59
58
|
KDE
|
60
|
-
<sup>©</sup>
|
59
|
+
<sup>©</sup> and the K Desktop Environment
|
61
60
|
<sup>©</sup> logo (
|
62
61
|
<figure style="font-family: glyph">K</figure>) are registered trademarks of
|
63
62
|
<a href="https://ev.kde.org" title="Homepage of the KDE non-profit Organization">KDE e.V.</a>
|
@@ -77,6 +76,4 @@
|
|
77
76
|
<!-- Standard JS Files, bootstrap Async -->
|
78
77
|
<script src="{{ "/assets/nav.js" | relative_url }}" defer></script>
|
79
78
|
<script src="{{ "/assets/preview.js" | relative_url }}" defer></script>
|
80
|
-
<script src="https://cdn.kde.org/aether/
|
81
|
-
<script src="https://cdn.kde.org/aether/js/popper.min.js"></script>
|
82
|
-
<script src="https://cdn.kde.org/aether/js/bootstrap.min.js"></script>
|
79
|
+
<script src="https://cdn.kde.org/aether-devel/bootstrap.js"></script>
|
data/_includes/header.html
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
<header class="header clearfix">
|
2
2
|
<nav id="kHeaderNav" class="navbar navbar-expand-lg container-fluid">
|
3
3
|
<a class="navbar-brand {% if page.url == '/' %}navbar-brand-active{% endif %}" href="/index.html" id="KontactGlobalLogo">
|
4
|
-
<img src="/assets/img/app_icon.png">
|
4
|
+
<img src="{% if site.app_icon %}{{ site.app_icon }}{% else %}/assets/img/app_icon.png{% endif %}">
|
5
5
|
</a>
|
6
6
|
<button class="navbar-toggler" type="button" data-toggle="collapse"
|
7
7
|
data-target="#kMainNavbar" aria-controls="kMainNavbar"
|
@@ -0,0 +1,320 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
3
|
+
|
4
|
+
<svg
|
5
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
6
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
7
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
8
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
9
|
+
xmlns="http://www.w3.org/2000/svg"
|
10
|
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
11
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
12
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
13
|
+
width="48px"
|
14
|
+
height="48px"
|
15
|
+
id="svg3832"
|
16
|
+
version="1.1"
|
17
|
+
inkscape:version="0.47 r22583"
|
18
|
+
sodipodi:docname="appimage-assistant_alt3.svg">
|
19
|
+
<defs
|
20
|
+
id="defs3834">
|
21
|
+
<linearGradient
|
22
|
+
inkscape:collect="always"
|
23
|
+
xlink:href="#linearGradient3308-4-6-931-761-0"
|
24
|
+
id="linearGradient2975"
|
25
|
+
gradientUnits="userSpaceOnUse"
|
26
|
+
x1="24.3125"
|
27
|
+
y1="22.96875"
|
28
|
+
x2="24.3125"
|
29
|
+
y2="41.03125" />
|
30
|
+
<linearGradient
|
31
|
+
id="linearGradient3308-4-6-931-761-0">
|
32
|
+
<stop
|
33
|
+
id="stop2919-2"
|
34
|
+
style="stop-color:#ffffff;stop-opacity:1"
|
35
|
+
offset="0" />
|
36
|
+
<stop
|
37
|
+
id="stop2921-76"
|
38
|
+
style="stop-color:#ffffff;stop-opacity:0"
|
39
|
+
offset="1" />
|
40
|
+
</linearGradient>
|
41
|
+
<linearGradient
|
42
|
+
inkscape:collect="always"
|
43
|
+
xlink:href="#linearGradient4222"
|
44
|
+
id="linearGradient2979"
|
45
|
+
gradientUnits="userSpaceOnUse"
|
46
|
+
gradientTransform="matrix(0,0.3704967,-0.3617496,0,33.508315,6.1670925)"
|
47
|
+
x1="7.6485429"
|
48
|
+
y1="26.437023"
|
49
|
+
x2="41.861729"
|
50
|
+
y2="26.437023" />
|
51
|
+
<linearGradient
|
52
|
+
id="linearGradient4222">
|
53
|
+
<stop
|
54
|
+
id="stop4224"
|
55
|
+
style="stop-color:#ffffff;stop-opacity:1"
|
56
|
+
offset="0" />
|
57
|
+
<stop
|
58
|
+
id="stop4226"
|
59
|
+
style="stop-color:#ffffff;stop-opacity:0"
|
60
|
+
offset="1" />
|
61
|
+
</linearGradient>
|
62
|
+
<linearGradient
|
63
|
+
inkscape:collect="always"
|
64
|
+
xlink:href="#linearGradient3308-4-6-931-761"
|
65
|
+
id="linearGradient2982"
|
66
|
+
gradientUnits="userSpaceOnUse"
|
67
|
+
gradientTransform="translate(0,0.9999987)"
|
68
|
+
x1="23.99999"
|
69
|
+
y1="4.999989"
|
70
|
+
x2="23.99999"
|
71
|
+
y2="43" />
|
72
|
+
<linearGradient
|
73
|
+
id="linearGradient3308-4-6-931-761">
|
74
|
+
<stop
|
75
|
+
id="stop2919"
|
76
|
+
style="stop-color:#ffffff;stop-opacity:1"
|
77
|
+
offset="0" />
|
78
|
+
<stop
|
79
|
+
id="stop2921"
|
80
|
+
style="stop-color:#ffffff;stop-opacity:0"
|
81
|
+
offset="1" />
|
82
|
+
</linearGradient>
|
83
|
+
<radialGradient
|
84
|
+
inkscape:collect="always"
|
85
|
+
xlink:href="#linearGradient3575"
|
86
|
+
id="radialGradient2985"
|
87
|
+
gradientUnits="userSpaceOnUse"
|
88
|
+
gradientTransform="matrix(0,1.0262008,-1.6561124,9.4072203e-4,-56.097482,-45.332325)"
|
89
|
+
cx="48.42384"
|
90
|
+
cy="-48.027504"
|
91
|
+
fx="48.42384"
|
92
|
+
fy="-48.027504"
|
93
|
+
r="38.212933" />
|
94
|
+
<linearGradient
|
95
|
+
id="linearGradient3575">
|
96
|
+
<stop
|
97
|
+
id="stop3577"
|
98
|
+
style="stop-color:#fafafa;stop-opacity:1"
|
99
|
+
offset="0" />
|
100
|
+
<stop
|
101
|
+
id="stop3579"
|
102
|
+
style="stop-color:#e6e6e6;stop-opacity:1"
|
103
|
+
offset="1" />
|
104
|
+
</linearGradient>
|
105
|
+
<radialGradient
|
106
|
+
inkscape:collect="always"
|
107
|
+
xlink:href="#linearGradient3993"
|
108
|
+
id="radialGradient2990"
|
109
|
+
gradientUnits="userSpaceOnUse"
|
110
|
+
gradientTransform="matrix(0,2.0478765,-2.7410544,-8.6412258e-8,47.161382,-8.837436)"
|
111
|
+
cx="9.3330879"
|
112
|
+
cy="8.4497671"
|
113
|
+
fx="9.3330879"
|
114
|
+
fy="8.4497671"
|
115
|
+
r="19.99999" />
|
116
|
+
<linearGradient
|
117
|
+
id="linearGradient3993">
|
118
|
+
<stop
|
119
|
+
offset="0"
|
120
|
+
style="stop-color:#a3c0d0;stop-opacity:1"
|
121
|
+
id="stop3995" />
|
122
|
+
<stop
|
123
|
+
offset="1"
|
124
|
+
style="stop-color:#427da1;stop-opacity:1"
|
125
|
+
id="stop4001" />
|
126
|
+
</linearGradient>
|
127
|
+
<linearGradient
|
128
|
+
inkscape:collect="always"
|
129
|
+
xlink:href="#linearGradient2508"
|
130
|
+
id="linearGradient2992"
|
131
|
+
gradientUnits="userSpaceOnUse"
|
132
|
+
gradientTransform="translate(0,0.9674382)"
|
133
|
+
x1="14.048676"
|
134
|
+
y1="44.137306"
|
135
|
+
x2="14.048676"
|
136
|
+
y2="4.0000005" />
|
137
|
+
<linearGradient
|
138
|
+
id="linearGradient2508">
|
139
|
+
<stop
|
140
|
+
offset="0"
|
141
|
+
style="stop-color:#2e4a5a;stop-opacity:1"
|
142
|
+
id="stop2510" />
|
143
|
+
<stop
|
144
|
+
offset="1"
|
145
|
+
style="stop-color:#6e8796;stop-opacity:1"
|
146
|
+
id="stop2512" />
|
147
|
+
</linearGradient>
|
148
|
+
<radialGradient
|
149
|
+
cx="4.9929786"
|
150
|
+
cy="43.5"
|
151
|
+
r="2.5"
|
152
|
+
fx="4.9929786"
|
153
|
+
fy="43.5"
|
154
|
+
id="radialGradient2873-966-168"
|
155
|
+
xlink:href="#linearGradient3688-166-749"
|
156
|
+
gradientUnits="userSpaceOnUse"
|
157
|
+
gradientTransform="matrix(2.003784,0,0,1.4,27.98813,-17.4)" />
|
158
|
+
<linearGradient
|
159
|
+
id="linearGradient3688-166-749">
|
160
|
+
<stop
|
161
|
+
id="stop2883"
|
162
|
+
style="stop-color:#181818;stop-opacity:1"
|
163
|
+
offset="0" />
|
164
|
+
<stop
|
165
|
+
id="stop2885"
|
166
|
+
style="stop-color:#181818;stop-opacity:0"
|
167
|
+
offset="1" />
|
168
|
+
</linearGradient>
|
169
|
+
<radialGradient
|
170
|
+
cx="4.9929786"
|
171
|
+
cy="43.5"
|
172
|
+
r="2.5"
|
173
|
+
fx="4.9929786"
|
174
|
+
fy="43.5"
|
175
|
+
id="radialGradient2875-742-326"
|
176
|
+
xlink:href="#linearGradient3688-464-309"
|
177
|
+
gradientUnits="userSpaceOnUse"
|
178
|
+
gradientTransform="matrix(2.003784,0,0,1.4,-20.01187,-104.4)" />
|
179
|
+
<linearGradient
|
180
|
+
id="linearGradient3688-464-309">
|
181
|
+
<stop
|
182
|
+
id="stop2889"
|
183
|
+
style="stop-color:#181818;stop-opacity:1"
|
184
|
+
offset="0" />
|
185
|
+
<stop
|
186
|
+
id="stop2891"
|
187
|
+
style="stop-color:#181818;stop-opacity:0"
|
188
|
+
offset="1" />
|
189
|
+
</linearGradient>
|
190
|
+
<linearGradient
|
191
|
+
x1="25.058096"
|
192
|
+
y1="47.027729"
|
193
|
+
x2="25.058096"
|
194
|
+
y2="39.999443"
|
195
|
+
id="linearGradient2877-634-617"
|
196
|
+
xlink:href="#linearGradient3702-501-757"
|
197
|
+
gradientUnits="userSpaceOnUse" />
|
198
|
+
<linearGradient
|
199
|
+
id="linearGradient3702-501-757">
|
200
|
+
<stop
|
201
|
+
id="stop2895"
|
202
|
+
style="stop-color:#181818;stop-opacity:0"
|
203
|
+
offset="0" />
|
204
|
+
<stop
|
205
|
+
id="stop2897"
|
206
|
+
style="stop-color:#181818;stop-opacity:1"
|
207
|
+
offset="0.5" />
|
208
|
+
<stop
|
209
|
+
id="stop2899"
|
210
|
+
style="stop-color:#181818;stop-opacity:0"
|
211
|
+
offset="1" />
|
212
|
+
</linearGradient>
|
213
|
+
</defs>
|
214
|
+
<sodipodi:namedview
|
215
|
+
id="base"
|
216
|
+
pagecolor="#ffffff"
|
217
|
+
bordercolor="#666666"
|
218
|
+
borderopacity="1.0"
|
219
|
+
inkscape:pageopacity="0.0"
|
220
|
+
inkscape:pageshadow="2"
|
221
|
+
inkscape:zoom="7"
|
222
|
+
inkscape:cx="24"
|
223
|
+
inkscape:cy="24"
|
224
|
+
inkscape:current-layer="layer1"
|
225
|
+
showgrid="true"
|
226
|
+
inkscape:grid-bbox="true"
|
227
|
+
inkscape:document-units="px"
|
228
|
+
inkscape:window-width="603"
|
229
|
+
inkscape:window-height="484"
|
230
|
+
inkscape:window-x="417"
|
231
|
+
inkscape:window-y="162"
|
232
|
+
inkscape:window-maximized="0" />
|
233
|
+
<metadata
|
234
|
+
id="metadata3837">
|
235
|
+
<rdf:RDF>
|
236
|
+
<cc:Work
|
237
|
+
rdf:about="">
|
238
|
+
<dc:format>image/svg+xml</dc:format>
|
239
|
+
<dc:type
|
240
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
241
|
+
<dc:title></dc:title>
|
242
|
+
</cc:Work>
|
243
|
+
</rdf:RDF>
|
244
|
+
</metadata>
|
245
|
+
<g
|
246
|
+
id="layer1"
|
247
|
+
inkscape:label="Layer 1"
|
248
|
+
inkscape:groupmode="layer">
|
249
|
+
<g
|
250
|
+
style="display:inline"
|
251
|
+
id="g2036"
|
252
|
+
transform="matrix(1.1,0,0,0.4444449,-2.4000022,25.11107)">
|
253
|
+
<g
|
254
|
+
style="opacity:0.4"
|
255
|
+
id="g3712"
|
256
|
+
transform="matrix(1.052632,0,0,1.285713,-1.263158,-13.42854)">
|
257
|
+
<rect
|
258
|
+
style="fill:url(#radialGradient2873-966-168);fill-opacity:1;stroke:none"
|
259
|
+
id="rect2801"
|
260
|
+
y="40"
|
261
|
+
x="38"
|
262
|
+
height="7"
|
263
|
+
width="5" />
|
264
|
+
<rect
|
265
|
+
style="fill:url(#radialGradient2875-742-326);fill-opacity:1;stroke:none"
|
266
|
+
id="rect3696"
|
267
|
+
transform="scale(-1,-1)"
|
268
|
+
y="-47"
|
269
|
+
x="-10"
|
270
|
+
height="7"
|
271
|
+
width="5" />
|
272
|
+
<rect
|
273
|
+
style="fill:url(#linearGradient2877-634-617);fill-opacity:1;stroke:none"
|
274
|
+
id="rect3700"
|
275
|
+
y="40"
|
276
|
+
x="10"
|
277
|
+
height="7.0000005"
|
278
|
+
width="28" />
|
279
|
+
</g>
|
280
|
+
</g>
|
281
|
+
<rect
|
282
|
+
style="fill:url(#radialGradient2990);fill-opacity:1;stroke:url(#linearGradient2992);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
|
283
|
+
id="rect5505"
|
284
|
+
y="5.4674392"
|
285
|
+
x="4.5"
|
286
|
+
ry="2.2322156"
|
287
|
+
rx="2.2322156"
|
288
|
+
height="39"
|
289
|
+
width="39" />
|
290
|
+
<path
|
291
|
+
style="opacity:0.05;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.00178742;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
|
292
|
+
id="path4294-1"
|
293
|
+
d="m 21,6.9687498 a 2.0165107,2.0165107 0 0 0 -2.03125,2.03125 l 0,3.9687502 -1.15625,0 a 2.0165107,2.0165107 0 0 0 -1.5,3.375 l 5.0625,5.75 c -0.06312,0.110777 -0.178724,0.246032 -0.21875,0.34375 -0.195898,0.478256 -0.25,0.83653 -0.25,1.21875 l 0,0.125 L 20.8125,23.6875 C 20.534322,23.409323 20.213169,23.162739 19.71875,22.96875 19.47154,22.87176 19.185456,22.791748 18.75,22.8125 c -0.435456,0.02075 -1.054055,0.210302 -1.46875,0.625 L 15.75,24.96875 c -0.414689,0.414689 -0.604245,1.033294 -0.625,1.46875 -0.02075,0.435456 0.05925,0.721537 0.15625,0.96875 C 15.475241,27.900677 15.721817,28.221821 16,28.5 l 0.09375,0.09375 -0.125,0 c -0.382218,0 -0.740493,0.0541 -1.21875,0.25 -0.239128,0.09795 -0.538285,0.214988 -0.84375,0.53125 -0.305465,0.316262 -0.625,0.914788 -0.625,1.53125 l 0,2.1875 c 0,0.616465 0.319536,1.214989 0.625,1.53125 0.305464,0.316261 0.604622,0.433301 0.84375,0.53125 0.478256,0.195898 0.83653,0.25 1.21875,0.25 l 0.125,0 L 16,35.5 c -0.278175,0.278176 -0.52476,0.599329 -0.71875,1.09375 -0.09699,0.24721 -0.177003,0.533292 -0.15625,0.96875 0.02075,0.435458 0.210304,1.054058 0.625,1.46875 l 1.53125,1.53125 c 0.414691,0.414697 1.033292,0.604245 1.46875,0.625 0.435458,0.02076 0.721537,-0.05926 0.96875,-0.15625 0.494425,-0.19399 0.81557,-0.440568 1.09375,-0.71875 l 0.09375,-0.09375 0,0.125 c 0,0.38222 0.0541,0.740495 0.25,1.21875 0.09795,0.239127 0.214989,0.538285 0.53125,0.84375 0.316261,0.305465 0.914783,0.625 1.53125,0.625 l 2.1875,0 c 0.616466,0 1.214989,-0.319534 1.53125,-0.625 0.316261,-0.305466 0.433302,-0.604622 0.53125,-0.84375 0.195896,-0.478255 0.25,-0.836532 0.25,-1.21875 l 0,-0.125 0.09375,0.09375 c 0.278176,0.278175 0.599329,0.52476 1.09375,0.71875 0.24721,0.09699 0.533292,0.177003 0.96875,0.15625 0.435458,-0.02075 1.054058,-0.210304 1.46875,-0.625 L 32.875,39.03125 C 33.289697,38.616559 33.479245,37.997958 33.5,37.5625 33.52076,37.127042 33.44074,36.840963 33.34375,36.59375 33.14976,36.099325 32.903182,35.77818 32.625,35.5 l -0.09375,-0.09375 0.125,0 c 0.38222,0 0.740494,-0.0541 1.21875,-0.25 0.239128,-0.09795 0.538286,-0.214988 0.84375,-0.53125 0.305464,-0.316262 0.625,-0.914787 0.625,-1.53125 l 0,-2.1875 c 0,-0.61646 -0.319535,-1.214987 -0.625,-1.53125 -0.305465,-0.316263 -0.604621,-0.433301 -0.84375,-0.53125 -0.478257,-0.195898 -0.836532,-0.25 -1.21875,-0.25 l -0.125,0 L 32.625,28.5 c 0.278177,-0.278177 0.52476,-0.599329 0.71875,-1.09375 C 33.44074,27.15904 33.520753,26.872957 33.5,26.4375 33.47925,26.002043 33.289697,25.383443 32.875,24.96875 L 31.34375,23.4375 c -0.414688,-0.414694 -1.03329,-0.604245 -1.46875,-0.625 -0.43546,-0.02076 -0.721537,0.05925 -0.96875,0.15625 -0.494426,0.193991 -0.815572,0.44057 -1.09375,0.71875 l -0.09375,0.09375 0,-0.125 c 0,-0.382218 -0.0541,-0.740493 -0.25,-1.21875 -0.09112,-0.22245 -0.228127,-0.500183 -0.5,-0.78125 l 4.71875,-5.3125 a 2.0165107,2.0165107 0 0 0 -1.5,-3.375 l -1.15625,0 0,-3.9687502 A 2.0165107,2.0165107 0 0 0 27,6.9687498 l -6,0 z M 24.3125,31.25 c 0.427097,0 0.75,0.322904 0.75,0.75 0,0.427096 -0.322903,0.75 -0.75,0.75 -0.427094,0 -0.75,-0.322906 -0.75,-0.75 0,-0.427094 0.322906,-0.75 0.75,-0.75 z" />
|
294
|
+
<path
|
295
|
+
style="opacity:0.05;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.00178742;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
|
296
|
+
id="path4294"
|
297
|
+
d="m 20.90625,8.0312498 a 0.96385067,0.96385067 0 0 0 -0.875,0.96875 l 0,5.0312502 -2.21875,0 A 0.96385067,0.96385067 0 0 0 17.09375,15.625 l 5.78125,6.53125 c -0.158814,0.0616 -0.341836,0.0951 -0.4375,0.1875 -0.169161,0.163386 -0.252971,0.323419 -0.3125,0.46875 -0.119058,0.290663 -0.15625,0.566746 -0.15625,0.84375 l 0,1.65625 C 21.718163,25.40233 21.485871,25.509772 21.25,25.625 l -1.1875,-1.1875 c -0.199651,-0.19965 -0.421433,-0.352095 -0.71875,-0.46875 -0.148659,-0.05833 -0.329673,-0.104846 -0.5625,-0.09375 -0.232827,0.0111 -0.53583,0.09833 -0.75,0.3125 L 16.5,25.71875 c -0.214168,0.214168 -0.301403,0.517173 -0.3125,0.75 -0.0111,0.232827 0.03542,0.41384 0.09375,0.5625 0.116655,0.297321 0.269096,0.519099 0.46875,0.71875 l 1.1875,1.1875 c -0.115228,0.235871 -0.222668,0.468163 -0.3125,0.71875 l -1.65625,0 c -0.277003,0 -0.553087,0.03719 -0.84375,0.15625 -0.145332,0.05953 -0.305363,0.143338 -0.46875,0.3125 -0.163387,0.169162 -0.3125,0.46403 -0.3125,0.78125 l 0,2.1875 c 0,0.317221 0.149114,0.612089 0.3125,0.78125 0.163386,0.169161 0.323419,0.252971 0.46875,0.3125 0.290663,0.119058 0.566746,0.15625 0.84375,0.15625 l 1.65625,0 c 0.08983,0.250587 0.197272,0.482879 0.3125,0.71875 L 16.75,36.25 c -0.199649,0.19965 -0.352095,0.421432 -0.46875,0.71875 -0.05833,0.148659 -0.104846,0.329672 -0.09375,0.5625 0.0111,0.232828 0.09833,0.535831 0.3125,0.75 l 1.53125,1.53125 c 0.214168,0.214172 0.517172,0.301403 0.75,0.3125 0.232828,0.0111 0.41384,-0.03542 0.5625,-0.09375 0.29732,-0.116655 0.519098,-0.269096 0.71875,-0.46875 L 21.25,38.375 c 0.235871,0.115228 0.468164,0.222668 0.71875,0.3125 l 0,1.65625 c 0,0.277003 0.03719,0.553087 0.15625,0.84375 0.05953,0.145331 0.143339,0.305364 0.3125,0.46875 0.169161,0.163386 0.464028,0.3125 0.78125,0.3125 l 2.1875,0 c 0.317221,0 0.612089,-0.149113 0.78125,-0.3125 0.169161,-0.163387 0.252971,-0.323419 0.3125,-0.46875 0.119057,-0.290663 0.15625,-0.566748 0.15625,-0.84375 l 0,-1.65625 c 0.250586,-0.08983 0.482879,-0.197272 0.71875,-0.3125 l 1.1875,1.1875 c 0.19965,0.199649 0.421432,0.352095 0.71875,0.46875 0.148659,0.05833 0.329672,0.104846 0.5625,0.09375 0.232828,-0.0111 0.535831,-0.09833 0.75,-0.3125 L 32.125,38.28125 c 0.214172,-0.214168 0.301403,-0.517172 0.3125,-0.75 0.0111,-0.232828 -0.03542,-0.41384 -0.09375,-0.5625 C 32.227095,36.67143 32.074654,36.449652 31.875,36.25 L 30.6875,35.0625 C 30.802728,34.82663 30.910168,34.594337 31,34.34375 l 1.65625,0 c 0.277004,0 0.553087,-0.03719 0.84375,-0.15625 0.145332,-0.05953 0.305364,-0.143339 0.46875,-0.3125 0.163386,-0.169161 0.3125,-0.46403 0.3125,-0.78125 l 0,-2.1875 c 0,-0.317219 -0.149114,-0.612088 -0.3125,-0.78125 C 33.805364,29.955838 33.645332,29.872029 33.5,29.8125 33.209336,29.693442 32.933253,29.65625 32.65625,29.65625 l -1.65625,0 C 30.91017,29.405663 30.802728,29.17337 30.6875,28.9375 L 31.875,27.75 c 0.19965,-0.19965 0.352095,-0.421432 0.46875,-0.71875 0.05833,-0.148659 0.104846,-0.329672 0.09375,-0.5625 -0.0111,-0.232828 -0.09833,-0.535831 -0.3125,-0.75 L 30.59375,24.1875 c -0.214167,-0.21417 -0.517171,-0.301403 -0.75,-0.3125 -0.232829,-0.0111 -0.41384,0.03542 -0.5625,0.09375 -0.29732,0.116656 -0.519099,0.269097 -0.71875,0.46875 L 27.375,25.625 c -0.235871,-0.115228 -0.468163,-0.222668 -0.71875,-0.3125 l 0,-1.65625 c 0,-0.277003 -0.03719,-0.553087 -0.15625,-0.84375 -0.05953,-0.145332 -0.143338,-0.305363 -0.3125,-0.46875 -0.169162,-0.163387 -0.46403,-0.3125 -0.78125,-0.3125 l -0.15625,0 5.65625,-6.40625 A 0.96385067,0.96385067 0 0 0 30.1875,14.03125 l -2.21875,0 0,-5.0312502 A 0.96385067,0.96385067 0 0 0 27,8.0312498 l -6,0 a 0.96385067,0.96385067 0 0 0 -0.09375,0 z M 24.3125,30.1875 c 1.002113,0 1.8125,0.810388 1.8125,1.8125 0,1.002112 -0.810387,1.8125 -1.8125,1.8125 C 23.31039,33.8125 22.5,33.002111 22.5,32 c 0,-1.002111 0.81039,-1.8125 1.8125,-1.8125 z" />
|
298
|
+
<path
|
299
|
+
style="fill:url(#radialGradient2985);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.00178742;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
|
300
|
+
id="path2317"
|
301
|
+
d="M 21,8.9999996 21,15 17.8125,15 24,22 30.1875,15 27,15 l 0,-6.0000004 -6,0 z M 23.21875,23 c -0.172892,0 -0.28125,0.294922 -0.28125,0.65625 l 0,2.28125 C 22.24145,26.095996 21.585954,26.379869 21,26.75 l -1.625,-1.625 c -0.255498,-0.255497 -0.533998,-0.372253 -0.65625,-0.25 l -1.53125,1.53125 c -0.122254,0.122254 -0.0055,0.400753 0.25,0.65625 l 1.625,1.625 c -0.37013,0.585953 -0.654003,1.24145 -0.8125,1.9375 l -2.28125,0 c -0.361328,0 -0.65625,0.108357 -0.65625,0.28125 l 0,2.1875 c 0,0.172892 0.294922,0.28125 0.65625,0.28125 l 2.28125,0 c 0.158497,0.69605 0.44237,1.351546 0.8125,1.9375 l -1.625,1.625 c -0.255497,0.255498 -0.372254,0.533997 -0.25,0.65625 l 1.53125,1.53125 c 0.122252,0.122254 0.400752,0.0055 0.65625,-0.25 L 21,37.25 c 0.585954,0.37013 1.24145,0.654002 1.9375,0.8125 l 0,2.28125 C 22.9375,40.705077 23.045858,41 23.21875,41 l 2.1875,0 c 0.172893,0 0.28125,-0.294924 0.28125,-0.65625 l 0,-2.28125 c 0.69605,-0.158498 1.351546,-0.44237 1.9375,-0.8125 l 1.625,1.625 c 0.255498,0.255497 0.533997,0.372254 0.65625,0.25 l 1.53125,-1.53125 c 0.122254,-0.122252 0.0055,-0.400752 -0.25,-0.65625 l -1.625,-1.625 c 0.370129,-0.585954 0.654003,-1.24145 0.8125,-1.9375 l 2.28125,0 c 0.361329,0 0.65625,-0.108358 0.65625,-0.28125 l 0,-2.1875 c 0,-0.172893 -0.294921,-0.28125 -0.65625,-0.28125 l -2.28125,0 c -0.158497,-0.69605 -0.442371,-1.351547 -0.8125,-1.9375 l 1.625,-1.625 c 0.255497,-0.255497 0.372254,-0.533997 0.25,-0.65625 L 29.90625,24.875 C 29.783997,24.752745 29.505498,24.8695 29.25,25.125 l -1.625,1.625 c -0.585954,-0.370131 -1.24145,-0.654004 -1.9375,-0.8125 l 0,-2.28125 C 25.6875,23.294922 25.579143,23 25.40625,23 l -2.1875,0 z m 1.09375,6.21875 c 1.528616,0 2.78125,1.252635 2.78125,2.78125 0,1.528615 -1.252634,2.78125 -2.78125,2.78125 -1.528614,0 -2.78125,-1.252635 -2.78125,-2.78125 0,-1.528615 1.252636,-2.78125 2.78125,-2.78125 z" />
|
302
|
+
<rect
|
303
|
+
style="opacity:0.4;fill:none;stroke:url(#linearGradient2982);stroke-width:0.99999976;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
|
304
|
+
id="rect6741"
|
305
|
+
y="6.4999886"
|
306
|
+
x="5.4999981"
|
307
|
+
ry="1.365193"
|
308
|
+
rx="1.365193"
|
309
|
+
height="37.000011"
|
310
|
+
width="36.999985" />
|
311
|
+
<path
|
312
|
+
style="fill:none;stroke:url(#linearGradient2979);stroke-width:0.99829447;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible"
|
313
|
+
id="path2777"
|
314
|
+
d="M 28.926376,15.466668 24,21.177578 18.963089,15.5 21.5,15.5 l 0,-6.0000004 5,0 0,6.0000004 2.426376,-0.03333 z" />
|
315
|
+
<path
|
316
|
+
style="fill:none;stroke:url(#linearGradient2975);stroke-width:1;stroke-opacity:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
|
317
|
+
id="path4243"
|
318
|
+
d="m 23.4375,23.46875 c -0.01166,0.05381 -0.03125,0.100205 -0.03125,0.1875 l 0,2.28125 a 0.48185467,0.48185467 0 0 1 -0.375,0.46875 c -0.638467,0.145384 -1.238423,0.407111 -1.78125,0.75 a 0.48185467,0.48185467 0 0 1 -0.59375,-0.0625 l -1.625,-1.625 C 18.9779,25.4154 18.9477,25.40242 18.90625,25.375 l -1.21875,1.21875 c 0.02742,0.04145 0.0404,0.07165 0.09375,0.125 l 1.625,1.625 a 0.48185467,0.48185467 0 0 1 0.0625,0.59375 c -0.342888,0.542826 -0.604615,1.142782 -0.75,1.78125 a 0.48185467,0.48185467 0 0 1 -0.46875,0.375 l -2.28125,0 c -0.08729,0 -0.133695,0.01959 -0.1875,0.03125 l 0,1.75 c 0.05381,0.01166 0.100205,0.03125 0.1875,0.03125 l 2.28125,0 a 0.48185467,0.48185467 0 0 1 0.46875,0.375 c 0.145385,0.638468 0.407112,1.238423 0.75,1.78125 a 0.48185467,0.48185467 0 0 1 -0.0625,0.59375 l -1.625,1.625 c -0.05335,0.05335 -0.06633,0.08355 -0.09375,0.125 l 1.21875,1.21875 c 0.04145,-0.02742 0.07165,-0.0404 0.125,-0.09375 l 1.625,-1.625 A 0.48185467,0.48185467 0 0 1 21.25,36.84375 c 0.542827,0.342888 1.142781,0.604614 1.78125,0.75 a 0.48185467,0.48185467 0 0 1 0.375,0.46875 l 0,2.28125 c 0,0.08729 0.01959,0.133695 0.03125,0.1875 l 1.75,0 c 0.01166,-0.0538 0.03125,-0.100206 0.03125,-0.1875 l 0,-2.28125 a 0.48185467,0.48185467 0 0 1 0.375,-0.46875 c 0.638469,-0.145386 1.238423,-0.407112 1.78125,-0.75 a 0.48185467,0.48185467 0 0 1 0.59375,0.0625 l 1.625,1.625 c 0.05335,0.05335 0.08355,0.06633 0.125,0.09375 l 1.21875,-1.21875 c -0.02742,-0.04145 -0.0404,-0.07165 -0.09375,-0.125 l -1.625,-1.625 a 0.48185467,0.48185467 0 0 1 -0.0625,-0.59375 c 0.342888,-0.542828 0.604615,-1.142783 0.75,-1.78125 a 0.48185467,0.48185467 0 0 1 0.46875,-0.375 l 2.28125,0 c 0.08729,0 0.133695,-0.01959 0.1875,-0.03125 l 0,-1.75 c -0.0538,-0.01166 -0.100204,-0.03125 -0.1875,-0.03125 l -2.28125,0 a 0.48185467,0.48185467 0 0 1 -0.46875,-0.375 c -0.145385,-0.638467 -0.407113,-1.238424 -0.75,-1.78125 a 0.48185467,0.48185467 0 0 1 0.0625,-0.59375 l 1.625,-1.625 c 0.05335,-0.05335 0.06633,-0.08355 0.09375,-0.125 L 29.71875,25.375 c -0.04145,0.02742 -0.07165,0.0404 -0.125,0.09375 l -1.625,1.625 a 0.48185467,0.48185467 0 0 1 -0.59375,0.0625 c -0.542827,-0.342889 -1.142783,-0.604616 -1.78125,-0.75 a 0.48185467,0.48185467 0 0 1 -0.375,-0.46875 l 0,-2.28125 c 0,-0.0873 -0.01959,-0.133695 -0.03125,-0.1875 l -1.75,0 z m 0.875,5.28125 c 1.791829,0 3.25,1.458172 3.25,3.25 0,1.791828 -1.458171,3.25 -3.25,3.25 -1.791827,0 -3.25,-1.458172 -3.25,-3.25 0,-1.791828 1.458173,-3.25 3.25,-3.25 z" />
|
319
|
+
</g>
|
320
|
+
</svg>
|
@@ -0,0 +1,4 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
+
<svg width="170px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 170 170" version="1.1" height="170px">
|
3
|
+
<path d="m150.37 130.25c-2.45 5.66-5.35 10.87-8.71 15.66-4.58 6.53-8.33 11.05-11.22 13.56-4.48 4.12-9.28 6.23-14.42 6.35-3.69 0-8.14-1.05-13.32-3.18-5.197-2.12-9.973-3.17-14.34-3.17-4.58 0-9.492 1.05-14.746 3.17-5.262 2.13-9.501 3.24-12.742 3.35-4.929 0.21-9.842-1.96-14.746-6.52-3.13-2.73-7.045-7.41-11.735-14.04-5.032-7.08-9.169-15.29-12.41-24.65-3.471-10.11-5.211-19.9-5.211-29.378 0-10.857 2.346-20.221 7.045-28.068 3.693-6.303 8.606-11.275 14.755-14.925s12.793-5.51 19.948-5.629c3.915 0 9.049 1.211 15.429 3.591 6.362 2.388 10.447 3.599 12.238 3.599 1.339 0 5.877-1.416 13.57-4.239 7.275-2.618 13.415-3.702 18.445-3.275 13.63 1.1 23.87 6.473 30.68 16.153-12.19 7.386-18.22 17.731-18.1 31.002 0.11 10.337 3.86 18.939 11.23 25.769 3.34 3.17 7.07 5.62 11.22 7.36-0.9 2.61-1.85 5.11-2.86 7.51zm-31.26-123.01c0 8.1021-2.96 15.667-8.86 22.669-7.12 8.324-15.732 13.134-25.071 12.375-0.119-0.972-0.188-1.995-0.188-3.07 0-7.778 3.386-16.102 9.399-22.908 3.002-3.446 6.82-6.3113 11.45-8.597 4.62-2.2516 8.99-3.4968 13.1-3.71 0.12 1.0831 0.17 2.1663 0.17 3.2409z"/>
|
4
|
+
</svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 88 88"><path d="m0 12.402 35.687-4.8602.0156 34.423-35.67.20313zm35.67 33.529.0277 34.453-35.67-4.9041-.002-29.78zm4.3261-39.025 47.318-6.906v41.527l-47.318.37565zm47.329 39.349-.0111 41.34-47.318-6.6784-.0663-34.739z" fill="#00adef"/></svg>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-kde-theme
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.10
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Carl Schwan
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-08-
|
11
|
+
date: 2019-08-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -98,6 +98,8 @@ files:
|
|
98
98
|
- assets/glyph/glyph.ttf
|
99
99
|
- assets/glyph/glyph.woff
|
100
100
|
- assets/img/Next.jpg
|
101
|
+
- assets/img/appimage.svg
|
102
|
+
- assets/img/apple.svg
|
101
103
|
- assets/img/ark.svg
|
102
104
|
- assets/img/flatpak.png
|
103
105
|
- assets/img/git.svg
|
@@ -105,8 +107,7 @@ files:
|
|
105
107
|
- assets/img/konqi-docbook.png
|
106
108
|
- assets/img/konqi-mail.png
|
107
109
|
- assets/img/tux.png
|
108
|
-
- assets/
|
109
|
-
- assets/preview.js
|
110
|
+
- assets/img/windows.svg
|
110
111
|
- changelog.md
|
111
112
|
homepage: https://invent.kde.org/websites/jekyll-kde-theme
|
112
113
|
licenses:
|
data/assets/nav.js
DELETED