jekyll-theme-centos 2.51.1.beta.30 → 2.51.1.beta.31

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: da2c0fec95b2e24bfafcbbaa08a5b47bb92d3df94d6c8c8485c6cc02f2c862a5
4
- data.tar.gz: af5eb4cce446519a3e2b0909910c0368b4a5d8bac8a306c8797a5584d4045549
3
+ metadata.gz: dfbc24edd76d2ff84711d2cd20d8b35af3866c61df9f060ea5551da282428db6
4
+ data.tar.gz: 7e9287c67654eee3fdfbb738a624cfee694a87c44fe71ef1a60865417f045e5b
5
5
  SHA512:
6
- metadata.gz: 1d557e98f1c588188fe2e481538bd2c89b11324acc232e3316140426fc049727dea76a12daf67c6ad2d7cbf4ad049d4f844336e7e8c686421c6bb0367a1fe1ab
7
- data.tar.gz: 3b5ce3cbb3ddebf186316b7b213025c53cdc647ecaa661dafc9818f71ea0879e3314e961e53ea61226da5a1184753e4858911248a5d15ec29bdf09a2f246fb8a
6
+ metadata.gz: a5c293419a93a87f752d57093240c6af2b0fc946612424de024d049252339c3fcf21e756ceb3a95cf09ec784e6f7825495f9076f5896f9b48da490f867bd7ab9
7
+ data.tar.gz: 555c90ba59ebc71d59f64e4f44096d710a14bca10fc91380ec16b85de02b4c652449032a5fef180be8f3dc12dd5028683af3e7a466399e04cf0727f1f64c777f
@@ -0,0 +1,148 @@
1
+ ---
2
+ #
3
+ # site.data.centos.distributions - This file controls the information related
4
+ # to CentOS Project distributions.
5
+ #
6
+ - name: "CentOS Linux"
7
+ page: "centos-linux"
8
+ description: "Consistent, manageable platform that suits a wide variety of deployments. For some open source communities, it is a solid, predictable base to build upon."
9
+ releases:
10
+ 7-2009:
11
+ screenshots:
12
+ - src: "screenshot-n.png"
13
+ alt: "screenshot-n.png"
14
+ downloads:
15
+ - arch: "x86_64"
16
+ iso: "http://isoredirect.centos.org/centos/7/isos/x86_64/"
17
+ rpm: "http://mirror.centos.org/centos/7/"
18
+ cloud: ""
19
+ containers: "https://hub.docker.com/_/centos/"
20
+ vagrant: "https://app.vagrantup.com/centos/boxes/7"
21
+ - arch: "ARM64 (aarch64)"
22
+ iso: "http://isoredirect.centos.org/altarch/7/isos/aarch64/"
23
+ rpm: "http://mirror.centos.org/altarch/7/"
24
+ cloud: ""
25
+ containers: "https://hub.docker.com/_/centos/"
26
+ vagrant: ""
27
+ - arch: "IBM Power BE (ppc64)"
28
+ iso: "http://isoredirect.centos.org/altarch/7/isos/ppc64/"
29
+ rpm: "http://mirror.centos.org/altarch/7/"
30
+ cloud: ""
31
+ containers: ""
32
+ vagrant: ""
33
+ - arch: "IBM Power (ppc64le)"
34
+ iso: "http://isoredirect.centos.org/altarch/7/isos/ppc64le/"
35
+ rpm: "http://mirror.centos.org/altarch/7/"
36
+ cloud: ""
37
+ containers: "https://hub.docker.com/_/centos/"
38
+ vagrant: ""
39
+ - arch: "ARM32 (armhfp)"
40
+ iso: "http://isoredirect.centos.org/altarch/7/isos/armhfp/"
41
+ rpm: "http://mirror.centos.org/altarch/7/"
42
+ cloud: ""
43
+ containers: "https://hub.docker.com/_/centos/"
44
+ vagrant: ""
45
+ - arch: "i386"
46
+ iso: "http://isoredirect.centos.org/altarch/7/isos/i386/"
47
+ rpm: "http://mirror.centos.org/altarch/7/"
48
+ cloud: ""
49
+ containers: ""
50
+ vagrant: ""
51
+ docs:
52
+ - name: Release Notes
53
+ link: https://wiki.centos.org/action/show/Manuals/ReleaseNotes/CentOS7
54
+ - name: Release Email
55
+ link: https://lists.centos.org/pipermail/centos-announce/2020-November/035820.html
56
+ - name: Website
57
+ link: https://docs.centos.org/
58
+ eol:
59
+ - overview: ""
60
+ date: "30 June 2024"
61
+ url: ""
62
+
63
+ - name: "CentOS Stream"
64
+ page: "centos-stream"
65
+ description: "Continuously delivered distro that tracks just ahead of Red Hat Enterprise Linux (RHEL) development, positioned as a midstream between Fedora Linux and RHEL. For anyone interested in participating and collaborating in the RHEL ecosystem, CentOS Stream is your reliable platform for innovation."
66
+ releases:
67
+ 9:
68
+ screenshots:
69
+ - src: "screenshot-n.png"
70
+ alt: "screenshot-n.png"
71
+ downloads:
72
+ - arch: "x86_64"
73
+ iso: "https://mirrors.centos.org/mirrorlist?path=/9-stream/BaseOS/x86_64/iso/CentOS-Stream-9-latest-x86_64-dvd1.iso&redirect=1&protocol=https"
74
+ rpm: "http://mirror.stream.centos.org/9-stream/"
75
+ cloud: "https://cloud.centos.org/centos/9-stream/x86_64/images"
76
+ containers: "https://quay.io/centos/centos:stream9"
77
+ vagrant: ""
78
+ - arch: "ARM64 (aarch64)"
79
+ iso: "https://mirrors.centos.org/mirrorlist?path=/9-stream/BaseOS/aarch64/iso/CentOS-Stream-9-latest-aarch64-dvd1.iso&redirect=1&protocol=https"
80
+ rpm: "http://mirror.stream.centos.org/9-stream/"
81
+ cloud: "https://cloud.centos.org/centos/9-stream/aarch64/images"
82
+ containers: "https://quay.io/centos/centos:stream9"
83
+ vagrant: ""
84
+ - arch: "IBM Power (ppc64le)"
85
+ iso: "https://mirrors.centos.org/mirrorlist?path=/9-stream/BaseOS/ppc64le/iso/CentOS-Stream-9-latest-ppc64le-dvd1.iso&redirect=1&protocol=https"
86
+ rpm: "http://mirror.stream.centos.org/9-stream/"
87
+ cloud: "https://cloud.centos.org/centos/9-stream/ppc64le/images"
88
+ containers: "https://quay.io/centos/centos:stream9"
89
+ vagrant: ""
90
+ - arch: "IBM Z (s390x)"
91
+ iso: "https://mirrors.centos.org/mirrorlist?path=/9-stream/BaseOS/s390x/iso/CentOS-Stream-9-latest-s390x-dvd1.iso&redirect=1&protocol=https"
92
+ rpm: "http://mirror.stream.centos.org/9-stream/"
93
+ cloud: "https://cloud.centos.org/centos/9-stream/s390x/images"
94
+ containers: "https://quay.io/centos/centos:stream9"
95
+ vagrant: ""
96
+ docs:
97
+ - name: Release Notes
98
+ link: "https://blog.centos.org/2021/12/introducing-centos-stream-9/"
99
+ - name: Release Email
100
+ link: "https://lists.centos.org/pipermail/centos-announce/2021-December/060971.html"
101
+ - name: Website
102
+ link: "https://docs.centos.org/en-US/docs/"
103
+ eol:
104
+ - overview: |
105
+ End of RHEL9 <a
106
+ href="https://access.redhat.com/support/policy/updates/errata#Full_Support_Phase">full
107
+ support</a> phase.
108
+ date: ""
109
+ url: ""
110
+ 8:
111
+ screenshots:
112
+ - src: "screenshot-n.png"
113
+ alt: "screenshot-n.png"
114
+ downloads:
115
+ - arch: "x86_64"
116
+ iso: "http://isoredirect.centos.org/centos/8-stream/isos/x86_64/"
117
+ rpm: "http://mirror.centos.org/centos/8-stream/"
118
+ cloud: "https://cloud.centos.org/centos/8-stream/x86_64/images/"
119
+ containers: "https://quay.io/centos/centos:stream8"
120
+ vagrant: ""
121
+ - arch: "ARM64 (aarch64)"
122
+ iso: "http://isoredirect.centos.org/centos/8-stream/isos/aarch64/"
123
+ rpm: "http://mirror.centos.org/centos/8-stream/"
124
+ cloud: "https://cloud.centos.org/centos/8-stream/aarch64/images/"
125
+ containers: "https://quay.io/centos/centos:stream8"
126
+ vagrant: ""
127
+ - arch: "IBM Power (ppc64le)"
128
+ iso: "http://isoredirect.centos.org/centos/8-stream/isos/ppc64le/"
129
+ rpm: "http://mirror.centos.org/centos/8-stream/"
130
+ cloud: "https://cloud.centos.org/centos/8-stream/ppc64le/images/"
131
+ containers: "https://quay.io/centos/centos:stream8"
132
+ vagrant: ""
133
+ docs:
134
+ - name: Release Notes
135
+ link: "https://wiki.centos.org/Manuals/ReleaseNotes/CentOSStream"
136
+ - name: Release Email
137
+ link: "https://lists.centos.org/pipermail/centos-announce/2019-September/023449.html"
138
+ - name: Webiste
139
+ link: "https://docs.centos.org/"
140
+ eol:
141
+ - overview: ""
142
+ date: "31 May 2024"
143
+ url: ""
144
+ convert:
145
+ - overview: "Converting from CentOS Linux 8 to CentOS Stream 8"
146
+ commands: |-
147
+ dnf --disablerepo '*' --enablerepo extras swap centos-linux-repos centos-stream-repos
148
+ dnf distro-sync
@@ -0,0 +1,6 @@
1
+ ---
2
+ - name: "Documentation"
3
+ icon: "fa-solid fa-book"
4
+ link: "/documentation"
5
+ menu: []
6
+ visible_on: ["navbar"]
@@ -0,0 +1,10 @@
1
+ <tr>
2
+ <td>
3
+ {% if row.commands != "" %}
4
+ <div class="input-group">
5
+ <textarea id="{{ card.page }}-{{ release[0] }}-key-{{ forloop.index }}" class="form-control font-monospace" placeholder="{{ row.overview }}" aria-label="{{ row.overview }}" aria-describedby="{{ card.page }}-button-{{ forloop.index }}" readonly rows="2">{{ row.commands }}</textarea>
6
+ <button id="{{ card.page }}-{{ release[0] }}-button-{{ forloop.index }}" class="btn btn-clipboard" type="button" aria-label="Copy to clipboard" data-clipboard-target="#{{ card.page }}-{{ release[0] }}-key-{{ forloop.index }}" data-bs-toggle="tooltip" data-bs-title="Copy to clipboard"><i class="fa-solid fa-clipboard"></i></button>
7
+ </div>
8
+ {% endif %}
9
+ </td>
10
+ </tr>
@@ -0,0 +1,9 @@
1
+ <tr>
2
+ <td>
3
+ {% for rows in release %}
4
+ {% for row in rows.docs %}
5
+ <a class="btn btn-sm btn-primary{% if row.name == "" %} disabled" aria-disabled="true"{% else %}" href="{{ row.link }}"{% endif %} role="button"><i class="fa-solid fa-file"></i> {{ row.name }}</a>
6
+ {% endfor %}
7
+ {% endfor %}
8
+ </td>
9
+ </tr>
@@ -0,0 +1,16 @@
1
+ <tr>
2
+ <td>
3
+ {% if row.overview != "" %}
4
+ {{ row.overview }}
5
+ {% endif %}
6
+
7
+ {% if row.date != "" %}
8
+ {{ row.date | date_to_string: "ordinal", "US" }}
9
+ {% endif %}
10
+
11
+ {% if row.url != "" %}
12
+ <a href="{{ row.url }}"><i class="fas fa-exclamation-circle"></i> Know more</a>
13
+ {% else %}
14
+ {% endif %}
15
+ </td>
16
+ </tr>
@@ -0,0 +1,26 @@
1
+ <tr>
2
+ <td class="p-0">
3
+ <div id="carouselScreenshotsIndicators-{{ card.page }}-{{ release[0] }}" class="carousel carousel-dark slide" data-bs-ride="true">
4
+ <div class="carousel-indicators">
5
+ {% for row in rows.screenshots %}
6
+ <button type="button" data-bs-target="#carouselScreenshotsIndicators-{{ card.page }}-{{ release[0] }}" data-bs-slide-to="{{ forloop.index0 }}" {% if forloop.first %}class="active" {% endif %}aria-current="true" aria-label="Screenshot {{ forloop.index }}"></button>
7
+ {% endfor %}
8
+ </div>
9
+ <div class="carousel-inner">
10
+ {% for row in rows.screenshots %}
11
+ <div class="carousel-item{% if forloop.first %} active{% endif %}">
12
+ <img class="d-block w-100" src="{{ site.baseurl }}/assets/img/download/{{ card.page }}-{{ release[0] }}-{{ row.src }}" alt="{{ row.alt }}" />
13
+ </div>
14
+ {% endfor %}
15
+ </div>
16
+ <button class="carousel-control-prev" type="button" data-bs-target="#carouselScreenshotsIndicators-{{ card.page }}-{{ release[0] }}" data-bs-slide="prev">
17
+ <span class="carousel-control-prev-icon" aria-hidden="true"></span>
18
+ <span class="visually-hidden">Previous</span>
19
+ </button>
20
+ <button class="carousel-control-next" type="button" data-bs-target="#carouselScreenshotsIndicators-{{ card.page }}-{{ release[0] }}" data-bs-slide="next">
21
+ <span class="carousel-control-next-icon" aria-hidden="true"></span>
22
+ <span class="visually-hidden">Next</span>
23
+ </button>
24
+ </div>
25
+ </td>
26
+ </tr>
@@ -0,0 +1,8 @@
1
+ <tr>
2
+ <td>{{ row.arch }}</td>
3
+ <td><a class="btn btn-sm btn-primary{% if row.iso] == "" %} disabled" aria-disabled="true"{% else %}" href="{{ row.iso }}"{% endif %} role="button"><i class="fa-solid fa-download"></i> Download</a></td>
4
+ <td><a class="btn btn-sm btn-primary{% if row.rpm] == "" %} disabled" aria-disabled="true"{% else %}" href="{{ row.rpm }}"{% endif %} role="button"><i class="fa-solid fa-download"></i> Download</a></td>
5
+ <td><a class="btn btn-sm btn-primary{% if row.cloud] == "" %} disabled" aria-disabled="true"{% else %}" href="{{ row.cloud }}"{% endif %} role="button"><i class="fa-solid fa-download"></i> Download</a></td>
6
+ <td><a class="btn btn-sm btn-primary{% if row.containers] == "" %} disabled" aria-disabled="true"{% else %}" href="{{ row.containers }}"{% endif %} role="button"><i class="fa-solid fa-download"></i> Download</a></td>
7
+ <td><a class="btn btn-sm btn-primary{% if row.vagrant] == "" %} disabled" aria-disabled="true"{% else %}" href="{{ row.vagrant }}"{% endif %} role="button"><i class="fa-solid fa-download"></i> Download</a></td>
8
+ </tr>
@@ -0,0 +1,3 @@
1
+ </tbody>
2
+ </table>
3
+ </div>
@@ -0,0 +1,8 @@
1
+ <div class="table-responsive">
2
+ <table class="table mb-0">
3
+ <thead class="table-light">
4
+ <tr>
5
+ <th scope="col"><i class="fas fa-sync-alt"></i> {{ row.overview }}</th>
6
+ </tr>
7
+ </thead>
8
+ <tbody>
@@ -0,0 +1,8 @@
1
+ <div class="table-responsive">
2
+ <table class="table mb-0">
3
+ <thead class="table-light">
4
+ <tr>
5
+ <th scope="col"><i class="fa-solid fa-book"></i> Documentation</th>
6
+ </tr>
7
+ </thead>
8
+ <tbody>
@@ -0,0 +1,8 @@
1
+ <div class="table-responsive">
2
+ <table class="table mb-0">
3
+ <thead class="table-light">
4
+ <tr>
5
+ <th scope="col"><i class="fas fa-hourglass-end"></i> End-of-life</th>
6
+ </tr>
7
+ </thead>
8
+ <tbody>
@@ -0,0 +1,8 @@
1
+ <div class="table-responsive">
2
+ <table class="table mb-0">
3
+ <thead class="table-light">
4
+ <tr>
5
+ <th scope="col"><i class="fa-solid fa-desktop"></i> Desktop</th>
6
+ </tr>
7
+ </thead>
8
+ <tbody>
@@ -0,0 +1,13 @@
1
+ <div class="table-responsive">
2
+ <table class="table mb-0">
3
+ <thead class="table-light">
4
+ <tr>
5
+ <th scope="col"><i class="fa-solid fa-microchip"></i> Architectures</th>
6
+ <th scope="col">ISOs</th>
7
+ <th scope="col">RPMs</th>
8
+ <th scope="col">Cloud</th>
9
+ <th scope="col">Containers</th>
10
+ <th scope="col">Vagrant</th>
11
+ </tr>
12
+ </thead>
13
+ <tbody>
@@ -0,0 +1,62 @@
1
+ {% if include.download %}
2
+ {% assign cards = site.data.centos.download | where: "page", include.download %}
3
+ {% else %}
4
+ {% assign cards = site.data.centos.download %}
5
+ {% endif %}
6
+
7
+ {% for card in cards %}
8
+ <div class="mb-5">
9
+ <h1>{{ card.name }}</h1>
10
+ <p>{{ card.description }}</p>
11
+ <ul class="nav nav-pills my-3 justify-content-start" id="pills-{{ card.page }}-tab" role="tablist">
12
+ {% for release in card.releases %}
13
+ <li class="nav-item" role="presentation">
14
+ <button class="nav-link{% if forloop.first %} active{% endif %} fw-bold" id="pills-{{ card.page }}-release-{{ forloop.index }}-tab" data-bs-toggle="tab" data-bs-target="#pills-{{ card.page }}-release-{{ forloop.index }}" type="button" role="tab" aria-controls="pills-{{ forloop.index }}-release-{{ release[0] }}-tab" {% if forloop.first %} aria-selected="true" {% endif %}>{{ release[0] }}</button>
15
+ </li>
16
+ {% endfor %}
17
+ </ul>
18
+
19
+ <div class="tab-content mb-3" id="pills-{{ card.page }}-tabContent">
20
+ {% for release in card.releases %}
21
+ <div class="tab-pane fade {% if forloop.first %} show active{% endif %}" id="pills-{{ card.page }}-release-{{ forloop.index }}" role="tabpanel" aria-labelledby="pills-{{ card.page }}-release-{{ forloop.index }}-tab" tabindex="{{ forloop.index }}">
22
+ {% for rows in release %}
23
+ {% if rows.screenshots.size > 0 %}
24
+ {% include download/cards-header-screenshot.html %}
25
+ {% include download/cards-body-screenshot.html %}
26
+ {% include download/cards-footer.html %}
27
+ {% endif %}
28
+ {% endfor %}
29
+
30
+
31
+ {% include download/cards-header.html %}
32
+ {% for rows in release %}
33
+ {% for row in rows.downloads %}
34
+ {% include download/cards-body.html %}
35
+ {% endfor %}
36
+ {% endfor %}
37
+ {% include download/cards-footer.html %}
38
+
39
+ {% include download/cards-header-doc.html %}
40
+ {% include download/cards-body-doc.html %}
41
+ {% include download/cards-footer.html %}
42
+
43
+ {% include download/cards-header-eol.html %}
44
+ {% for rows in release %}
45
+ {% for row in rows.eol %}
46
+ {% include download/cards-body-eol.html %}
47
+ {% endfor %}
48
+ {% endfor %}
49
+ {% include download/cards-footer.html %}
50
+
51
+ {% for rows in release %}
52
+ {% for row in rows.convert %}
53
+ {% include download/cards-header-convert.html %}
54
+ {% include download/cards-body-convert.html %}
55
+ {% include download/cards-footer.html %}
56
+ {% endfor %}
57
+ {% endfor %}
58
+ </div>
59
+ {% endfor %}
60
+ </div>
61
+ </div>
62
+ {% endfor %}
@@ -0,0 +1,7 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+
5
+ {% include download/cards.html %}
6
+
7
+ {{ content }}
@@ -0,0 +1,128 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ width="1920"
6
+ height="1080"
7
+ viewBox="0 0 507.99999 285.75"
8
+ version="1.1"
9
+ id="svg5"
10
+ inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
11
+ sodipodi:docname="screenshot-n.svg"
12
+ inkscape:export-filename="screenshot-n.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="0.75031886"
32
+ inkscape:cx="813.65408"
33
+ inkscape:cy="586.41735"
34
+ inkscape:window-width="3440"
35
+ inkscape:window-height="1371"
36
+ inkscape:window-x="0"
37
+ inkscape:window-y="32"
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.2207076,7.31048,-1374.3636,-516.81011)" />
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="508"
73
+ height="285.75"
74
+ x="-1361.2655"
75
+ y="-457.33365" />
76
+ <rect
77
+ style="fill:url(#pattern2972);fill-opacity:1;stroke:none;stroke-width:1.5875;stroke-linejoin:bevel;paint-order:fill markers stroke;stop-color:#000000;opacity:0.15"
78
+ id="rect405"
79
+ width="508"
80
+ height="285.75"
81
+ x="-1361.2655"
82
+ y="-457.33365" />
83
+ <text
84
+ xml:space="preserve"
85
+ style="font-size:18.2723px;line-height:1.95;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Normal';fill:#deddda;stroke-width:0.264583"
86
+ x="-1221.2755"
87
+ y="-267.83066"
88
+ id="text473"><tspan
89
+ sodipodi:role="line"
90
+ id="tspan471"
91
+ style="font-weight:bold;fill:#deddda;stroke-width:0.264583"
92
+ x="-1221.2755"
93
+ y="-267.83066">SCREENSHOT EXAMPLE</tspan></text>
94
+ <text
95
+ xml:space="preserve"
96
+ style="font-size:18.5803px;line-height:1.95;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Normal';fill:#deddda;stroke-width:0.264583"
97
+ x="-1153.7905"
98
+ y="-243.7957"
99
+ id="text477"><tspan
100
+ sodipodi:role="line"
101
+ id="tspan475"
102
+ style="fill:#deddda;stroke-width:0.264583"
103
+ x="-1153.7905"
104
+ y="-243.7957">1920x1080</tspan></text>
105
+ <g
106
+ id="g28251-9"
107
+ transform="matrix(1.4890225,1.4890225,-1.4890225,1.4890225,-2118.0722,-494.67476)"
108
+ inkscape:export-filename="/home/areguera/Pictures/centos-symbol-v20.png"
109
+ inkscape:export-xdpi="10.11"
110
+ inkscape:export-ydpi="10.11"
111
+ style="stroke-width:0.5">
112
+ <ellipse
113
+ style="fill:#deddda;fill-opacity:1;stroke:none;stroke-width:0.66146;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke;stop-color:#000000"
114
+ id="ellipse15079-1"
115
+ cx="388.1235"
116
+ cy="-290.71561"
117
+ inkscape:export-filename="/home/areguera/Pictures/centos-symbol-v10.png"
118
+ inkscape:export-xdpi="13.06"
119
+ inkscape:export-ydpi="13.06"
120
+ rx="20.103001"
121
+ ry="20.103493" />
122
+ <path
123
+ id="rect52127-5-0"
124
+ style="fill:#f6f5f4;fill-opacity:1;stroke-width:4.56404;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000000"
125
+ 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" />
126
+ </g>
127
+ </g>
128
+ </svg>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-centos
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.51.1.beta.30
4
+ version: 2.51.1.beta.31
5
5
  platform: ruby
6
6
  authors:
7
7
  - ReleaseBot
@@ -40,7 +40,7 @@ dependencies:
40
40
  version: 2.4.0
41
41
  description:
42
42
  email:
43
- - group_59038887_bot_c1783b794b9ba7e30556cb2db37dafc5@noreply.gitlab.com
43
+ - group_59038887_bot_ab0c75936c61e4c86cba4bcd2e26a13d@noreply.gitlab.com
44
44
  executables: []
45
45
  extensions: []
46
46
  extra_rdoc_files: []
@@ -49,6 +49,8 @@ files:
49
49
  - _data/base/copyright.yml
50
50
  - _data/base/navbar.yml
51
51
  - _data/base/social.yml
52
+ - _data/download/cards.yml
53
+ - _data/download/navbar.yml
52
54
  - _includes/base/announcements.html
53
55
  - _includes/base/breadcrumbs.html
54
56
  - _includes/base/breakingnews.html
@@ -62,7 +64,20 @@ files:
62
64
  - _includes/base/shortcuts.html
63
65
  - _includes/base/toc-accordion.html
64
66
  - _includes/base/toc.html
67
+ - _includes/download/cards-body-convert.html
68
+ - _includes/download/cards-body-doc.html
69
+ - _includes/download/cards-body-eol.html
70
+ - _includes/download/cards-body-screenshot.html
71
+ - _includes/download/cards-body.html
72
+ - _includes/download/cards-footer.html
73
+ - _includes/download/cards-header-convert.html
74
+ - _includes/download/cards-header-doc.html
75
+ - _includes/download/cards-header-eol.html
76
+ - _includes/download/cards-header-screenshot.html
77
+ - _includes/download/cards-header.html
78
+ - _includes/download/cards.html
65
79
  - _layouts/base/default.html
80
+ - _layouts/download/cards.html
66
81
  - _sass/base/_customization.scss
67
82
  - _sass/base/_maps.scss
68
83
  - _sass/base/_variables.scss
@@ -189,6 +204,11 @@ files:
189
204
  - assets/img/centos-vertical-logo.svg
190
205
  - assets/img/centos-vertical-message-logo.svg
191
206
  - assets/img/centos-whitelogo.svg
207
+ - assets/img/download/centos-linux-7-2009-screenshot-n.png
208
+ - assets/img/download/centos-stream-8-screenshot-n.png
209
+ - assets/img/download/centos-stream-9-screenshot-n.png
210
+ - assets/img/download/distribution-release-screenshot-n.png
211
+ - assets/img/download/distribution-release-screenshot-n.svg
192
212
  - assets/js/bootstrap.bundle.js
193
213
  - assets/js/bootstrap.bundle.js.map
194
214
  - assets/js/bootstrap.bundle.min.js