jekyll-theme-centos 2.9.0 → 2.11.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/people/posts.html +16 -11
- data/_includes/people/projects.html +8 -8
- data/_layouts/people/default.html +1 -1
- data/assets/icons/android-chrome-192.png +0 -0
- data/assets/icons/android-chrome-512.png +0 -0
- data/assets/icons/apple-touch-icon.png +0 -0
- data/assets/icons/favicon-16.png +0 -0
- data/assets/icons/favicon-32.png +0 -0
- data/assets/img/people/post.svg +106 -0
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1ad24b593ccbcf861604a653b7ae35ee809255cda1d4fb35c74f496519a11067
|
4
|
+
data.tar.gz: 6b31e17cadcba3a832537f035316d533c35d6e389a2a0f50e4e2be176e30b8da
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9e278be29e5c3df800b7b674ab229169ae9f703ca45683b98170bc123215fefa579a0d39315275974ecbed8c4db211ac9ee8c73c8970b244ea48deab1d1099e5
|
7
|
+
data.tar.gz: ce45d5b76a0c168c1b202496ea06ccffc02084a9638d442d88375c0eed4e346d91d1defb1bd2245a5d77782ffaea779ead70dce5a4d140c60aee1cd3d81759ca
|
data/_includes/people/posts.html
CHANGED
@@ -1,4 +1,8 @@
|
|
1
|
-
{% assign username = page.username %}
|
1
|
+
{% assign username = page.username %}
|
2
|
+
{% assign entries = site.posts | where: "author", username %}
|
3
|
+
{% assign limit = page.posts.section.limit %}
|
4
|
+
|
5
|
+
{% if page.posts.section.visible == true %}
|
2
6
|
<section class="container my-5 text-center">
|
3
7
|
|
4
8
|
{% if page.posts.section.icon %}
|
@@ -14,16 +18,17 @@
|
|
14
18
|
{% endif %}
|
15
19
|
|
16
20
|
{% if entries.size > 0 %}
|
17
|
-
<div class="
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
</
|
24
|
-
<p class="
|
25
|
-
</
|
26
|
-
|
21
|
+
<div class="card-group">
|
22
|
+
{% for i in entries limit: limit %} {%- assign date_format = site.date_format | default: "%b %-d, %Y" -%}
|
23
|
+
<div class="card">
|
24
|
+
<a href="{{ site.url }}{{ site.baseurl }}{{ i.url }}"><img src="{{ site.url }}{{ site.baseurl }}/assets/img/{{ i.with_image }}" class="card-img-top" alt="{{ i.name }}"></a>
|
25
|
+
<div class="card-body">
|
26
|
+
<h4 class="card-title"><a href="{{ site.url }}{{ site.baseurl }}{{ i.url }}">{{ i.title }}</a></h4>
|
27
|
+
<p class="card-text">{{ i.excerpt | strip_html }}</p>
|
28
|
+
<p class="card-text"><small class="text-body-secondary">{{ i.date | date: "%b %d, %Y"}}</small></p>
|
29
|
+
</div>
|
30
|
+
</div>
|
31
|
+
{% endfor %}
|
27
32
|
</div>
|
28
33
|
{% else %}
|
29
34
|
<div class="alert alert-light border shadow" role="alert">Nothing posted here, yet.</div>
|
@@ -15,15 +15,15 @@
|
|
15
15
|
|
16
16
|
{% if projects.size > 0 %}
|
17
17
|
<div class="card-group">
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
</div>
|
18
|
+
{% for i in projects limit: limit %}
|
19
|
+
<div class="card">
|
20
|
+
<a href="{{ i.link }}"><img src="{{ site.url }}{{ site.baseurl }}/assets/img/{{ i.image }}" class="card-img-top" alt="{{ i.name }}"></a>
|
21
|
+
<div class="card-body">
|
22
|
+
<h4 class="card-title"><a href="{{ i.link }}">{{ i.name }}</a></h4>
|
23
|
+
<p class="card-text">{{ i.description }}</p>
|
25
24
|
</div>
|
26
|
-
|
25
|
+
</div>
|
26
|
+
{% endfor %}
|
27
27
|
</div>
|
28
28
|
{% else %}
|
29
29
|
<div class="alert alert-light border shadow" role="alert">Nothing posted here, yet.</div>
|
Binary file
|
Binary file
|
Binary file
|
data/assets/icons/favicon-16.png
CHANGED
Binary file
|
data/assets/icons/favicon-32.png
CHANGED
Binary file
|
@@ -0,0 +1,106 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
3
|
+
|
4
|
+
<svg
|
5
|
+
width="1024.0001"
|
6
|
+
height="430.00003"
|
7
|
+
viewBox="0 0 270.93335 113.77084"
|
8
|
+
version="1.1"
|
9
|
+
id="svg5"
|
10
|
+
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
11
|
+
sodipodi:docname="post.svg"
|
12
|
+
inkscape:export-filename="component.png"
|
13
|
+
inkscape:export-xdpi="96"
|
14
|
+
inkscape:export-ydpi="96"
|
15
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
16
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
17
|
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
18
|
+
xmlns="http://www.w3.org/2000/svg"
|
19
|
+
xmlns:svg="http://www.w3.org/2000/svg">
|
20
|
+
<sodipodi:namedview
|
21
|
+
id="namedview7"
|
22
|
+
pagecolor="#ffffff"
|
23
|
+
bordercolor="#666666"
|
24
|
+
borderopacity="1.0"
|
25
|
+
inkscape:showpageshadow="2"
|
26
|
+
inkscape:pageopacity="0.0"
|
27
|
+
inkscape:pagecheckerboard="0"
|
28
|
+
inkscape:deskcolor="#d1d1d1"
|
29
|
+
inkscape:document-units="mm"
|
30
|
+
showgrid="false"
|
31
|
+
inkscape:zoom="1"
|
32
|
+
inkscape:cx="204"
|
33
|
+
inkscape:cy="215"
|
34
|
+
inkscape:window-width="3440"
|
35
|
+
inkscape:window-height="1371"
|
36
|
+
inkscape:window-x="0"
|
37
|
+
inkscape:window-y="0"
|
38
|
+
inkscape:window-maximized="1"
|
39
|
+
inkscape:current-layer="layer1" />
|
40
|
+
<defs
|
41
|
+
id="defs2">
|
42
|
+
<pattern
|
43
|
+
inkscape:collect="always"
|
44
|
+
xlink:href="#Strips1_1white"
|
45
|
+
id="pattern2972"
|
46
|
+
patternTransform="matrix(3.9313961,2.2697926,-4.2207075,7.3104802,-1374.3634,-516.8101)" />
|
47
|
+
<pattern
|
48
|
+
inkscape:collect="always"
|
49
|
+
patternUnits="userSpaceOnUse"
|
50
|
+
width="2"
|
51
|
+
height="1"
|
52
|
+
patternTransform="translate(0,0) scale(10,10)"
|
53
|
+
id="Strips1_1white"
|
54
|
+
inkscape:stockid="Stripes 1:1 white">
|
55
|
+
<rect
|
56
|
+
style="fill:white;stroke:none"
|
57
|
+
x="0"
|
58
|
+
y="-0.5"
|
59
|
+
width="1"
|
60
|
+
height="2"
|
61
|
+
id="rect1946" />
|
62
|
+
</pattern>
|
63
|
+
</defs>
|
64
|
+
<g
|
65
|
+
inkscape:label="Layer 1"
|
66
|
+
inkscape:groupmode="layer"
|
67
|
+
id="layer1"
|
68
|
+
transform="translate(1361.2655,457.33365)">
|
69
|
+
<rect
|
70
|
+
style="fill:#f6f5f4;stroke:none;stroke-width:1.5875;stroke-linejoin:bevel;paint-order:fill markers stroke;stop-color:#000000"
|
71
|
+
id="rect241"
|
72
|
+
width="270.93335"
|
73
|
+
height="113.77084"
|
74
|
+
x="-1361.2655"
|
75
|
+
y="-457.33365" />
|
76
|
+
<rect
|
77
|
+
style="opacity:0.15;fill:url(#pattern2972);fill-opacity:1;stroke:none;stroke-width:1.5875;stroke-linejoin:bevel;paint-order:fill markers stroke;stop-color:#000000"
|
78
|
+
id="rect405"
|
79
|
+
width="270.93335"
|
80
|
+
height="113.77084"
|
81
|
+
x="-1361.2655"
|
82
|
+
y="-457.33365" />
|
83
|
+
<g
|
84
|
+
id="g28251-9"
|
85
|
+
transform="matrix(1.023703,1.023703,-1.023703,1.023703,-1920.7285,-500.16498)"
|
86
|
+
inkscape:export-filename="/home/areguera/Pictures/centos-symbol-v20.png"
|
87
|
+
inkscape:export-xdpi="10.11"
|
88
|
+
inkscape:export-ydpi="10.11"
|
89
|
+
style="stroke-width:0.727273">
|
90
|
+
<ellipse
|
91
|
+
style="fill:#deddda;fill-opacity:1;stroke:none;stroke-width:0.962124;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke;stop-color:#000000"
|
92
|
+
id="ellipse15079-1"
|
93
|
+
cx="388.1235"
|
94
|
+
cy="-290.71561"
|
95
|
+
inkscape:export-filename="/home/areguera/Pictures/centos-symbol-v10.png"
|
96
|
+
inkscape:export-xdpi="13.06"
|
97
|
+
inkscape:export-ydpi="13.06"
|
98
|
+
rx="20.103001"
|
99
|
+
ry="20.103493" />
|
100
|
+
<path
|
101
|
+
id="rect52127-5-0"
|
102
|
+
style="fill:#f6f5f4;fill-opacity:1;stroke-width:6.6386;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000000"
|
103
|
+
d="m 377.36591,-301.47322 3.1e-4,6.30167 -4.45593,4.45594 4.45593,4.45593 -3.1e-4,6.30167 h 6.30198 l 4.45594,4.45593 4.45593,-4.45593 h 6.30134 l 3.2e-4,-6.30167 4.45594,-4.45593 -4.45594,-4.45594 -3.2e-4,-6.30167 h -6.30134 l -4.45593,-4.45593 -4.45594,4.45593 z m 2.27111,4.18345 1.91265,-1.91265 3.2276,3.22761 -3.2e-4,1.91263 h -1.91233 z m -2.16283,5.22203 4.56454,-3.4e-4 1.35246,1.35247 -1.35246,1.35246 h -4.56422 z m 9.29718,-9.29718 h 2.70491 v 4.56422 l -1.35245,1.35246 -1.35246,-1.35246 z m 0.0911,7.6066 1.26064,1.28263 1.26035,-1.28295 -0.0154,1.79789 1.7982,-0.0158 -1.28231,1.26034 1.28296,1.26033 -1.79821,-0.0152 0.0158,1.79822 -1.26032,-1.28232 -1.26034,1.28296 0.0154,-1.79853 -1.79853,0.0162 1.28263,-1.26065 -1.28296,-1.26034 1.79822,0.0158 z m -7.2255,9.61687 3.2276,-3.2276 1.91264,3.2e-4 v 1.91232 l -3.2276,3.2276 z m 11.83335,-11.83336 3.22761,-3.22761 1.91264,1.91265 -3.2276,3.22759 h -1.91233 z m -4.69869,11.34461 1.35214,-1.35213 1.35214,1.35213 3.1e-4,4.56455 -2.7046,-3.2e-4 z m 6.08509,-6.08509 1.35246,-1.35245 h 4.56422 l -3.2e-4,2.70459 h -4.56422 z m -1.3864,3.34656 1.91265,-3.2e-4 3.2276,3.2276 -1.91265,1.91264 -3.2276,-3.2276 z" />
|
104
|
+
</g>
|
105
|
+
</g>
|
106
|
+
</svg>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-centos
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.11.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- ReleaseBot
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-07-
|
11
|
+
date: 2023-07-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -227,6 +227,7 @@ files:
|
|
227
227
|
- assets/img/download/distribution-release-screenshot-n.png
|
228
228
|
- assets/img/download/distribution-release-screenshot-n.svg
|
229
229
|
- assets/img/people/YourUsername.svg
|
230
|
+
- assets/img/people/post.svg
|
230
231
|
- assets/img/people/project.svg
|
231
232
|
- assets/img/people/screenshot.svg
|
232
233
|
- assets/img/sort_asc.png
|