jekyll-theme-centos-test 1.1.3 → 1.1.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/breadcrumbs.html +3 -1
- data/_includes/editbar.html +43 -0
- data/_includes/footer.html +7 -7
- data/_includes/head.html +2 -2
- data/_includes/header/page.html +2 -6
- data/_includes/home/distributions.html +21 -52
- data/_includes/home/header.html +10 -0
- data/_includes/home/news-and-events.html +26 -50
- data/_includes/home/planet.html +25 -51
- data/_includes/home/sponsors.html +52 -41
- data/_includes/navbar.html +2 -2
- data/_includes/toc-accordion.html +10 -0
- data/_includes/toc.html +1 -6
- data/_layouts/{page-datatables.html → default-datatables.html} +4 -4
- data/_layouts/default.html +32 -10
- data/_layouts/home.html +12 -29
- data/_layouts/search.html +3 -3
- data/_sass/centos/_links.scss +62 -0
- data/_sass/centos/_sponsors.scss +112 -0
- data/_sass/centos/_variables.scss +7 -2
- data/_sass/centos/fonts/_overpass.scss +20 -20
- data/assets/css/stylesheet.min.scss +8 -5
- data/assets/img/centos-motif.png +0 -0
- metadata +9 -9
- data/_includes/header/home.html +0 -5
- data/_layouts/aside.html +0 -25
- data/_layouts/page.html +0 -17
- data/_sass/centos/centos-sponsors.scss +0 -103
- data/_sass/centos/centos.scss +0 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '01595cffeff7d9635b23c005b023dc60ce1975664c35a8b96a8f1ab01757b68d'
|
4
|
+
data.tar.gz: 1adfc0e6ad8c25b4f0c3c7d5dae802ca7284fb9709a7881bf2c008ae2fa3e012
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 63b32de312c1aeb021b09f847a5848ae0d052a4d0c839b985d6fcdc6f368f5bfdccf9cbee542fba3b269d96bad60f2c7f07bd4b884a1966f1702eeee43353b46
|
7
|
+
data.tar.gz: 16c64dbbe9b5e7f78657a7eb2726d2b0ad7753fbef97bf2c2215928ebf155722d14ab627cd910e9a17b4fa0db9e696a11c2159ae26aabadbc07d174451e7e4de
|
data/_includes/breadcrumbs.html
CHANGED
@@ -1,6 +1,7 @@
|
|
1
|
+
<nav aria-label="breadcrumb">
|
1
2
|
<ol class="breadcrumb">
|
2
3
|
{% assign crumbs = page.url | remove:'/index.html' | split: '/' %}
|
3
|
-
|
4
|
+
<li class="breadcrumb-item"><a href="{{ site.baseurl }}">Home</a></li>
|
4
5
|
{% for crumb in crumbs offset: 1 %}
|
5
6
|
{% if forloop.last %}
|
6
7
|
<li class="breadcrumb-item active">{{ page.title }}</li>
|
@@ -9,3 +10,4 @@
|
|
9
10
|
{% endif %}
|
10
11
|
{% endfor %}
|
11
12
|
</ol>
|
13
|
+
</nav>
|
@@ -0,0 +1,43 @@
|
|
1
|
+
<!-- Button trigger modal -->
|
2
|
+
<button type="button" class="btn btn-sm btn-light" data-bs-toggle="modal" data-bs-target="#modalEditThisPage"><i class="fa-sharp fa-solid fa-pen-to-square"></i> Edit</button>
|
3
|
+
<button type="button" class="btn btn-sm btn-light" data-bs-toggle="modal" data-bs-target="#modalReportAnIssue"><i class="fa-solid fa-bug"></i> Report an issue</button>
|
4
|
+
|
5
|
+
<!-- Modal: Edit this page -->
|
6
|
+
<div class="modal fade" id="modalEditThisPage" data-bs-keyboard="true" data-bs-keyboard="false" tabindex="-1" aria-labelledby="modalEditThisPageLabel" aria-hidden="true">
|
7
|
+
<div class="modal-dialog modal-lg">
|
8
|
+
<div class="modal-content">
|
9
|
+
<div class="modal-header">
|
10
|
+
<h1 class="modal-title fs-5" id="modalEditThisPageLabel">Edit this page</h1>
|
11
|
+
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
|
12
|
+
</div>
|
13
|
+
<div class="modal-body text-start">
|
14
|
+
<p>Praesent fermentum tempor tellus. Nullam tempus. Mauris ac felis vel velit tristique imperdiet. Donec at pede. Etiam vel neque nec dui dignissim bibendum. Vivamus id enim. Phasellus neque orci, porta a, aliquet quis, semper a, massa. Phasellus purus. Pellentesque tristique imperdiet tortor. Nam euismod tellus id erat. Nullam eu ante vel est convallis dignissim. Fusce suscipit, wisi nec facilisis facilisis, est dui fermentum leo, quis tempor ligula erat quis odio.</p>
|
15
|
+
<pre>
|
16
|
+
git clone git.centos.org/centos/centos.org/
|
17
|
+
<pre>
|
18
|
+
</div>
|
19
|
+
<div class="modal-footer">
|
20
|
+
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
|
21
|
+
</div>
|
22
|
+
</div>
|
23
|
+
</div>
|
24
|
+
</div>
|
25
|
+
|
26
|
+
<!-- Modal: Report an issue -->
|
27
|
+
<div class="modal fade" id="modalReportAnIssue" data-bs-keyboard="true" data-bs-keyboard="false" tabindex="-1" aria-labelledby="modalReportAnIssueLabel" aria-hidden="true">
|
28
|
+
<div class="modal-dialog modal-lg">
|
29
|
+
<div class="modal-content">
|
30
|
+
<div class="modal-header">
|
31
|
+
<h1 class="modal-title fs-5" id="modalReportAnIssueLabel">Report an issue</h1>
|
32
|
+
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
|
33
|
+
</div>
|
34
|
+
<div class="modal-body text-start">
|
35
|
+
<p>Praesent fermentum tempor tellus. Nullam tempus. Mauris ac felis vel velit tristique imperdiet. Donec at pede. Etiam vel neque nec dui dignissim bibendum. Vivamus id enim. Phasellus neque orci, porta a, aliquet quis, semper a, massa. Phasellus purus. Pellentesque tristique imperdiet tortor. Nam euismod tellus id erat. Nullam eu ante vel est convallis dignissim. Fusce suscipit, wisi nec facilisis facilisis, est dui fermentum leo, quis tempor ligula erat quis odio.</p>
|
36
|
+
<p>Praesent fermentum tempor tellus. Nullam tempus. Mauris ac felis vel velit tristique imperdiet. Donec at pede. Etiam vel neque nec dui dignissim bibendum. Vivamus id enim. Phasellus neque orci, porta a, aliquet quis, semper a, massa. Phasellus purus. Pellentesque tristique imperdiet tortor. Nam euismod tellus id erat. Nullam eu ante vel est convallis dignissim. Fusce suscipit, wisi nec facilisis facilisis, est dui fermentum leo, quis tempor ligula erat quis odio.</p>
|
37
|
+
</div>
|
38
|
+
<div class="modal-footer">
|
39
|
+
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
|
40
|
+
</div>
|
41
|
+
</div>
|
42
|
+
</div>
|
43
|
+
</div>
|
data/_includes/footer.html
CHANGED
@@ -1,13 +1,13 @@
|
|
1
|
-
<footer class="footer
|
1
|
+
<footer class="footer pt-3 bg-dark small text-light" style="background: url({{ site.baseurl }}/assets/img/centos-motif.png) right center / cover;">
|
2
2
|
|
3
3
|
<div class="container">
|
4
4
|
<div class="row justify-content-between mt-4 pt-4">
|
5
5
|
<div class="col-lg-3 mb-5">
|
6
|
-
<a href="{{ site.data.centos.identity.logo.link }}"><img role="img" src="{{ site.data.centos.identity.logo.navbar }}" height="32" alt="{{ site.title }}"><span class="manifestation">{{ site.data.centos.identity.logo.manifestation }}</span></a>
|
6
|
+
<a class="navbar-brand" href="{{ site.baseurl }}/{{ site.data.centos.identity.logo.link }}"><img role="img" src="{{ site.baseurl }}/{{ site.data.centos.identity.logo.navbar }}" height="32" alt="{{ site.title }}"><span class="manifestation">{{ site.data.centos.identity.logo.manifestation }}</span></a>
|
7
7
|
<p class="my-3">{{ site.description }}</p>
|
8
|
-
<ul class="list-unstyled d-flex">
|
8
|
+
<ul class="nav list-unstyled d-flex">
|
9
9
|
{% for item in site.data.centos.footer.social %}
|
10
|
-
<li class="me-4
|
10
|
+
<li class="nav-item me-4 fs-5"><a href="{{ item.link }}" role="button" aria-label="{{ item.name }}" class="link-light"><i class="{{ item.icon }}"></i></a></li>
|
11
11
|
{% endfor %}
|
12
12
|
</ul>
|
13
13
|
</div>
|
@@ -20,7 +20,7 @@
|
|
20
20
|
<h6 class="text-uppercase fw-bold">{{ section.name }}</h6>
|
21
21
|
<ul class="nav flex-column">
|
22
22
|
{% for item in section.menu %}
|
23
|
-
<li class="nav-item my-1"><a href="{{ item.link }}" class="
|
23
|
+
<li class="nav-item my-1"><a href="{{ item.link }}" class="px-0 link-light">{{ item.name }}</a></li>
|
24
24
|
{% endfor %}
|
25
25
|
</ul>
|
26
26
|
</div>
|
@@ -29,8 +29,8 @@
|
|
29
29
|
{% endif %}
|
30
30
|
</div>
|
31
31
|
|
32
|
-
<div class="row">
|
33
|
-
<div class="col">Copyright © {{ site.time | date: "%Y" }} {{ site.data.centos.footer.copyright.author }} {% for item in site.data.centos.footer.copyright.legals %} | <a href="{{ item.link }}" class="
|
32
|
+
<div class="row pt-5">
|
33
|
+
<div class="col">Copyright © {{ site.time | date: "%Y" }} {{ site.data.centos.footer.copyright.author }} {% for item in site.data.centos.footer.copyright.legals %} | <span class="nav-item"><a href="{{ item.link }}" class="link-light">{{ item.text }}</a></span>{% endfor %}</p></div>
|
34
34
|
</div>
|
35
35
|
|
36
36
|
</footer>
|
data/_includes/head.html
CHANGED
@@ -2,6 +2,6 @@
|
|
2
2
|
<meta charset="utf-8">
|
3
3
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
|
4
4
|
<title>{{ page.title }}</title>
|
5
|
-
<link rel="icon" type="image/png" sizes="16x16" href="assets/img/favicon.png">
|
6
|
-
<link rel="stylesheet" href="assets/css/stylesheet.min.css">
|
5
|
+
<link rel="icon" type="image/png" sizes="16x16" href="{{ site.baseurl }}/assets/img/favicon.png">
|
6
|
+
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/stylesheet.min.css">
|
7
7
|
</head>
|
data/_includes/header/page.html
CHANGED
@@ -1,6 +1,2 @@
|
|
1
|
-
<
|
2
|
-
|
3
|
-
<p class="header__page__description">{{ page.title_lead }}</p>
|
4
|
-
</header>
|
5
|
-
|
6
|
-
{% include hr.html %}
|
1
|
+
<h1 class="display-4 fw-bold">{{ page.title }}</h1>
|
2
|
+
<p class="lead">{{ page.title_lead }}</p>
|
@@ -1,57 +1,26 @@
|
|
1
|
-
<div class="
|
2
|
-
<div class="col text-center">
|
1
|
+
<div class="container py-5 text-center">
|
3
2
|
|
4
|
-
|
5
|
-
<
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
{% for item in site.data.centos.distributions %}
|
11
|
-
<li class="nav-item" role="presentation">
|
12
|
-
<button class="nav-link{% if forloop.first %} active{% endif %}" id="{{ item.page }}-tab" data-bs-toggle="pill" data-bs-target="#{{ item.page }}" type="button" role="tab" aria-controls="{{ item.page }}-{{ forloop.index }}" {% if forloop.first %}aria-selected="true"{% endif %}>{{ item.name }}</button>
|
13
|
-
</li>
|
14
|
-
{% endfor %}
|
15
|
-
</ul>
|
16
|
-
|
17
|
-
<div class="tab-content" id="pills-tabContent">
|
18
|
-
{% for item in site.data.centos.distributions %}
|
19
|
-
|
20
|
-
<div class="tab-pane fade show{% if forloop.first %} active{% endif %}" id="{{ item.page }}" role="tabpanel" aria-labelledby="{{ item.page }}-tab">
|
21
|
-
<p>{{ item.description }}</p>
|
22
|
-
<div id="carouselScreenshots-{{ item.page }}" class="shadow carousel slide" data-bs-ride="carousel">
|
23
|
-
<div class="carousel-indicators">
|
24
|
-
{% for screenshot in item.screenshots %}
|
25
|
-
<button type="button" data-bs-target="#carouselScreenshots-{{ item.page }}" data-bs-slide-to="{{ forloop.index0 }}" class="{% if forloop.first %}active" aria-current="true{% endif %}" aria-label="Screenshot {{ forloop.index }}"></button>
|
26
|
-
{% endfor %}
|
27
|
-
</div>
|
28
|
-
<div class="carousel-inner">
|
29
|
-
{% for screenshot in item.screenshots %}
|
30
|
-
<div class="carousel-item{% if forloop.first %} active{% endif %}">
|
31
|
-
<img src="{{ screenshot.image }}" class="d-block w-100" alt="{{ screenshot.description }}">
|
32
|
-
</div>
|
33
|
-
{% endfor %}
|
34
|
-
</div>
|
35
|
-
<button class="carousel-control-prev" type="button" data-bs-target="#carouselScreenshots-{{ item.page }}" data-bs-slide="prev">
|
36
|
-
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
|
37
|
-
<span class="visually-hidden">Previous</span>
|
38
|
-
</button>
|
39
|
-
<button class="carousel-control-next" type="button" data-bs-target="#carouselScreenshots-{{ item.page }}" data-bs-slide="next">
|
40
|
-
<span class="carousel-control-next-icon" aria-hidden="true"></span>
|
41
|
-
<span class="visually-hidden">Next</span>
|
42
|
-
</button>
|
43
|
-
</div>
|
44
|
-
|
45
|
-
<div class="d-grid gap-2 my-3">
|
46
|
-
<a class="btn btn-primary" href="{{ item.page }}" role="button"><i class="fas fa-download"></i> Download {{ item.name }}</a>
|
47
|
-
</div>
|
48
|
-
|
49
|
-
</div>
|
50
|
-
|
51
|
-
{% endfor %}
|
3
|
+
<div class="row">
|
4
|
+
<div class="col">
|
5
|
+
<div class="display-5">Linux distributions</div>
|
6
|
+
<p>We offer two Linux variants:</p>
|
7
|
+
</div>
|
8
|
+
</div>
|
52
9
|
|
53
|
-
|
54
|
-
|
10
|
+
<div class="row">
|
11
|
+
{% for item in site.data.centos.distributions limit:2 %}
|
12
|
+
<div class="col-sm-6 px-5 mb-3{% if forloop.first %} border-end{% endif %}">
|
13
|
+
<img role="img" src="{{ site.baseurl }}/{{ site.data.centos.identity.symbol.image }}" height="64" alt="{{ site.title }}">
|
14
|
+
<h3 class="display-6 fw-bold"><a href="{{ item.page }}">{{ item.name }}</a></h3>
|
15
|
+
<p class="lead">{{ item.description }}</p>
|
16
|
+
</div>
|
17
|
+
{% endfor%}
|
18
|
+
</div>
|
55
19
|
|
20
|
+
<div class="row">
|
21
|
+
<div class="col">
|
22
|
+
<p><a href="cl-vs-cs">What's the difference?</a></p>
|
23
|
+
</div>
|
56
24
|
</div>
|
25
|
+
|
57
26
|
</div>
|
@@ -0,0 +1,10 @@
|
|
1
|
+
<div class="bg-dark py-5" style="background: url({{ site.baseurl }}/assets/img/centos-motif.png) right center / cover;">
|
2
|
+
<div class="container text-white text-center">
|
3
|
+
<div class="row">
|
4
|
+
<div class="col">
|
5
|
+
<h1 class="display-1 fw-bold">{{ site.title }}</h1>
|
6
|
+
<p class="lead">{{ site.description }}</p>
|
7
|
+
</div>
|
8
|
+
</div>
|
9
|
+
</div>
|
10
|
+
</div>
|
@@ -1,56 +1,32 @@
|
|
1
|
-
|
2
|
-
<h2 class="fw-bold">News and events</h2>
|
3
|
-
<div class="list-group mb-3">
|
4
|
-
<a href="#" class="list-group-item list-group-item-action d-flex gap-3 py-3" aria-current="true">
|
5
|
-
<i class="fa-solid fa-calendar-days"></i>
|
6
|
-
<div class="d-flex gap-2 w-100 justify-content-between">
|
7
|
-
<div>
|
8
|
-
<h6 class="mb-0">List group item heading</h6>
|
9
|
-
<p class="mb-0 opacity-75">Some placeholder content in a paragraph.</p>
|
10
|
-
</div>
|
11
|
-
<small class="opacity-50 text-nowrap">now</small>
|
12
|
-
</div>
|
13
|
-
</a>
|
14
|
-
<a href="#" class="list-group-item list-group-item-action d-flex gap-3 py-3" aria-current="true">
|
15
|
-
<i class="fa-solid fa-calendar-days"></i>
|
16
|
-
<div class="d-flex gap-2 w-100 justify-content-between">
|
17
|
-
<div>
|
18
|
-
<h6 class="mb-0">Another title here</h6>
|
19
|
-
<p class="mb-0 opacity-75">Some placeholder content in a paragraph that goes a little longer so it wraps to a new line.</p>
|
20
|
-
</div>
|
21
|
-
<small class="opacity-50 text-nowrap">3d</small>
|
22
|
-
</div>
|
23
|
-
</a>
|
24
|
-
<a href="#" class="list-group-item list-group-item-action d-flex gap-3 py-3" aria-current="true">
|
25
|
-
<i class="fa-solid fa-calendar-days"></i>
|
26
|
-
<div class="d-flex gap-2 w-100 justify-content-between">
|
27
|
-
<div>
|
28
|
-
<h6 class="mb-0">Third heading</h6>
|
29
|
-
<p class="mb-0 opacity-75">Some placeholder content in a paragraph.</p>
|
30
|
-
</div>
|
31
|
-
<small class="opacity-50 text-nowrap">1w</small>
|
32
|
-
</div>
|
33
|
-
</a>
|
34
|
-
</div>
|
35
|
-
|
36
|
-
<!--
|
37
|
-
<section id="news-and-events" class="p7-5 my-5">
|
1
|
+
{% assign entries = site.posts | where: "category", "news-and-events" %}
|
38
2
|
|
39
|
-
|
3
|
+
<div class="container text-center">
|
40
4
|
|
41
|
-
<div class="
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
<div class="card">
|
47
|
-
<h3 class="card-title">{{ i.title }}</h3>
|
48
|
-
<div class="card-body">{{ i.date | date: date_format }} — {{ i.excerpt | strip_html }}</div>
|
5
|
+
<div class="row">
|
6
|
+
<div class="col">
|
7
|
+
<div class="display-6"><i class="fa-solid fa-calendar-days"></i></div>
|
8
|
+
<div class="display-6">News and Events</div>
|
9
|
+
</div>
|
49
10
|
</div>
|
50
|
-
|
51
|
-
|
11
|
+
|
12
|
+
<div class="row">
|
13
|
+
<div class="col">
|
14
|
+
<div class="list-group shadow mb-3">
|
15
|
+
{% for i in entries limit:5 %}
|
16
|
+
{%- assign date_format = site.date_format | default: "%b %-d, %Y" -%}
|
17
|
+
<a href="{{ i.link }}" class="list-group-item list-group-item-action d-flex gap-3 py-3" aria-current="true">
|
18
|
+
<i class="text-primary mt-2 fa-solid fa-calendar-days"></i>
|
19
|
+
<div class="d-flex gap-2 w-100 justify-content-between">
|
20
|
+
<div class="text-start">
|
21
|
+
<h5 class="text-primary">{{ i.title }}</h5>
|
22
|
+
<p class="opacity-75">{{ i.excerpt | strip_html | slice: 0,150 }}...</p>
|
23
|
+
</div>
|
24
|
+
<small class="opacity-50 text-nowrap">{{ i.date | date: date_format }}</small>
|
25
|
+
</div>
|
26
|
+
</a>
|
27
|
+
{% endfor %}
|
28
|
+
</div>
|
29
|
+
</div>
|
52
30
|
</div>
|
53
31
|
|
54
|
-
</section>
|
55
|
-
-->
|
56
32
|
</div>
|
data/_includes/home/planet.html
CHANGED
@@ -1,56 +1,30 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
<div class="
|
4
|
-
<
|
5
|
-
<
|
6
|
-
<div class="
|
7
|
-
|
8
|
-
<h6 class="mb-0">List group item heading</h6>
|
9
|
-
<p class="mb-0 opacity-75">Some placeholder content in a paragraph.</p>
|
10
|
-
</div>
|
11
|
-
<small class="opacity-50 text-nowrap">now</small>
|
12
|
-
</div>
|
13
|
-
</a>
|
14
|
-
<a href="#" class="list-group-item list-group-item-action d-flex gap-3 py-3" aria-current="true">
|
15
|
-
<i class="fa-solid fa-globe"></i>
|
16
|
-
<div class="d-flex gap-2 w-100 justify-content-between">
|
17
|
-
<div>
|
18
|
-
<h6 class="mb-0">Another title here</h6>
|
19
|
-
<p class="mb-0 opacity-75">Some placeholder content in a paragraph that goes a little longer so it wraps to a new line.</p>
|
20
|
-
</div>
|
21
|
-
<small class="opacity-50 text-nowrap">3d</small>
|
1
|
+
{% assign entries = site.data.centos.planet %}
|
2
|
+
|
3
|
+
<div class="container text-center mt-5 mb-5">
|
4
|
+
<div class="row">
|
5
|
+
<div class="col">
|
6
|
+
<div class="display-6"><i class="fa-solid fa-globe"></i></div>
|
7
|
+
<div class="display-6">Blob posts</div>
|
22
8
|
</div>
|
23
|
-
</
|
24
|
-
<
|
25
|
-
<
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
<
|
9
|
+
</div>
|
10
|
+
<div class="row">
|
11
|
+
<div class="col">
|
12
|
+
<div class="list-group shadow mb-3">
|
13
|
+
{% for i in entries limit:5 %}
|
14
|
+
{%- assign date_format = site.date_format | default: "%b %-d, %Y" -%}
|
15
|
+
<a href="{{ i.link }}" class="list-group-item list-group-item-action d-flex gap-3 py-3" aria-current="true">
|
16
|
+
<i class="text-primary mt-2 fa-solid fa-globe"></i>
|
17
|
+
<div class="d-flex gap-2 w-100 justify-content-between">
|
18
|
+
<div class="text-start">
|
19
|
+
<h5 class="text-primary">{{ i.title }}</h5>
|
20
|
+
<p class="opacity-75">{{ i.summary | strip_html | slice: 0,150 }}...</p>
|
21
|
+
</div>
|
22
|
+
<small class="opacity-50 text-nowrap">{{ i.published | date: date_format }}</small>
|
23
|
+
</div>
|
24
|
+
</a>
|
25
|
+
{% endfor %}
|
30
26
|
</div>
|
31
|
-
<small class="opacity-50 text-nowrap">1w</small>
|
32
27
|
</div>
|
33
|
-
</a>
|
34
|
-
</div>
|
35
|
-
</div>
|
36
|
-
|
37
|
-
<!--
|
38
|
-
<section id="around-centos" class="home__planet">
|
39
|
-
|
40
|
-
<h2 class="home__planet__title">Around CentOS</h2>
|
41
28
|
|
42
|
-
<div class="home__planet__content">
|
43
|
-
{% assign entries = site.data.centos.planet %}
|
44
|
-
{% for i in entries limit:5 %}
|
45
|
-
{%- assign date_format = site.date_format | default: "%b %-d, %Y" -%}
|
46
|
-
<a class="btn" role="button" href="{{ i.link }}">
|
47
|
-
<div class="card">
|
48
|
-
<h3 class="card-title">{{ i.title }}</h3>
|
49
|
-
<div class="card-body">{{ i.published | date: date_format }} — {{ i.summary | strip_html | slice: 0,150 }}...</div>
|
50
29
|
</div>
|
51
|
-
|
52
|
-
{% endfor %}
|
53
|
-
</div>
|
54
|
-
|
55
|
-
</section>
|
56
|
-
-->
|
30
|
+
</div>
|
@@ -1,53 +1,64 @@
|
|
1
1
|
{% assign sponsors_limit = 65 %}
|
2
2
|
|
3
|
-
<div class="
|
4
|
-
<h2 class="fw-bold">Sponsors</h2>
|
5
|
-
<div class="col">
|
6
|
-
<p>CentOS would not be possible without the support of our sponsors. We would like to thank the following product/service for being a CentOS sponsor.</p>
|
7
|
-
</div>
|
3
|
+
<div class="container text-center mt-5 mb-5">
|
8
4
|
|
9
|
-
<div class="
|
10
|
-
|
11
|
-
|
12
|
-
<div class="
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
5
|
+
<div class="row">
|
6
|
+
<div class="col">
|
7
|
+
<div class="display-6"><i class="fa-solid fa-hand-holding-heart"></i></div>
|
8
|
+
<div class="display-6">Sponsors</div>
|
9
|
+
<p>CentOS would not be possible without the support of our sponsors. We would like to thank the following product/service for being a CentOS sponsor.</p>
|
10
|
+
</div>
|
11
|
+
</div>
|
12
|
+
|
13
|
+
<div class="row">
|
14
|
+
<div class="col">
|
15
|
+
<div class="content d-flex align-items-center justify-content-center">
|
16
|
+
<div class="container rounded">
|
17
|
+
<div class="rollers position-relative overflow-hidden">
|
18
|
+
<div class="start-roller"></div>
|
19
|
+
<div class="wrapper">
|
20
|
+
<div class="items-container roll-LL">
|
21
|
+
{% for sponsor in site.sponsors limit: sponsors_limit %}
|
22
|
+
<div class="item">
|
23
|
+
<a class="btn btn-link" href="{{ sponsor.address }}"><img src="{{ sponsor.logo }}" alt="{{ sponsor.name }}" class="company"></a>
|
24
|
+
</div>
|
25
|
+
{% endfor %}
|
26
|
+
</div>
|
27
|
+
<div class="items-container roll-RL">
|
28
|
+
{% for sponsor in site.sponsors limit: sponsors_limit %}
|
29
|
+
<div class="item">
|
30
|
+
<a class="btn btn-link" href="{{ sponsor.address }}"><img src="{{ sponsor.logo }}" alt="{{ sponsor.name }}" class="company"></a>
|
31
|
+
</div>
|
32
|
+
{% endfor %}
|
33
|
+
</div>
|
35
34
|
</div>
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
35
|
+
<div class="wrapper">
|
36
|
+
<div class="items-container reverse-roll-LL">
|
37
|
+
{% for sponsor in site.sponsors limit: sponsors_limit | reverse %}
|
38
|
+
<div class="item">
|
39
|
+
<a class="btn btn-link" href="{{ sponsor.address }}"><img src="{{ sponsor.logo }}" alt="{{ sponsor.name }}" class="company"></a>
|
40
|
+
</div>
|
41
|
+
{% endfor %}
|
42
|
+
</div>
|
43
|
+
<div class="items-container reverse-roll-RL">
|
44
|
+
{% for sponsor in site.sponsors limit: sponsors_limit | reverse %}
|
45
|
+
<div class="item">
|
46
|
+
<a class="btn btn-link" href="{{ sponsor.address }}"><img src="{{ sponsor.logo }}" alt="{{ sponsor.name }}" class="company"></a>
|
47
|
+
</div>
|
48
|
+
{% endfor %}
|
49
|
+
</div>
|
42
50
|
</div>
|
43
|
-
|
51
|
+
<div class="end-roller"></div>
|
44
52
|
</div>
|
45
53
|
</div>
|
46
|
-
<div class="end-roller"></div>
|
47
54
|
</div>
|
48
55
|
</div>
|
49
56
|
</div>
|
50
|
-
</div>
|
51
57
|
|
52
|
-
<
|
58
|
+
<div class="row">
|
59
|
+
<div class="col">
|
60
|
+
<p>If you value our work, please consider <a href="sponsors"><i class="fa-solid fa-hand-holding-heart"></i> becoming a sponsor</a>!</p>
|
61
|
+
</div>
|
62
|
+
</div>
|
63
|
+
|
53
64
|
</div>
|
data/_includes/navbar.html
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
<header class="site-header sticky-top">
|
2
2
|
<nav class="navbar navbar-expand-lg navbar-dark bg-dark p-3 shadow">
|
3
3
|
<div class="container">
|
4
|
-
<a class="navbar-brand" href="{{ site.data.centos.identity.logo.link }}"><img role="img" src="{{ site.data.centos.identity.logo.navbar }}" height="32" alt="{{ site.title }}"><span class="manifestation">{{ site.data.centos.identity.logo.manifestation }}</span></a>
|
4
|
+
<a class="navbar-brand" href="{{ site.baseurl }}/{{ site.data.centos.identity.logo.link }}"><img role="img" src="{{ site.baseurl }}/{{ site.data.centos.identity.logo.navbar }}" height="32" alt="{{ site.title }}"><span class="manifestation">{{ site.data.centos.identity.logo.manifestation }}</span></a>
|
5
5
|
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
|
6
6
|
<span class="navbar-toggler-icon"></span>
|
7
7
|
</button>
|
@@ -13,7 +13,7 @@
|
|
13
13
|
{% else -%}
|
14
14
|
<li class="nav-item dropdown">
|
15
15
|
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown-{{ forloop.index }}" role="button" data-bs-toggle="dropdown" aria-expanded="false"><i class="{{ nav-item.icon }}"></i> {{ nav-item.name }}</a>
|
16
|
-
<ul class="dropdown-menu" aria-labelledby="navbarDropdown-{{ forloop.index }}">
|
16
|
+
<ul class="dropdown-menu dropdown-menu-dark shadow" aria-labelledby="navbarDropdown-{{ forloop.index }}">
|
17
17
|
{%- for dropdown-item in nav-item.menu -%}
|
18
18
|
<li><a class="dropdown-item" role="presentation" href="{{ dropdown-item.link }}">{{ dropdown-item.name }}</a> </li>
|
19
19
|
{% endfor -%}
|
@@ -0,0 +1,10 @@
|
|
1
|
+
<div class="accordion my-4" id="pageTocAccordion">
|
2
|
+
<div class="accordion-item">
|
3
|
+
<div class="accordion-header" id="flush-headingOne">
|
4
|
+
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#flush-collapseOne" aria-expanded="false" aria-controls="flush-collapseOne">Table of content</button>
|
5
|
+
</div>
|
6
|
+
<div id="flush-collapseOne" class="accordion-collapse collapse" aria-labelledby="flush-headingOne" data-bs-parent="#pageTocAccordion">
|
7
|
+
<div class="accordion-body">{% include toc.html html=content %}</div>
|
8
|
+
</div>
|
9
|
+
</div>
|
10
|
+
</div>
|
data/_includes/toc.html
CHANGED
@@ -94,11 +94,6 @@
|
|
94
94
|
{{ my_toc | lstrip }}{% endcapture %}
|
95
95
|
{% endif %}{% endcapture %}
|
96
96
|
|
97
|
-
<div class="toc">
|
98
97
|
{% if my_toc != "" %}
|
99
|
-
|
100
|
-
<section class="toc__section">
|
101
|
-
{% assign tocWorkspace = '' %}{{ my_toc | markdownify | strip }}
|
102
|
-
</section>
|
98
|
+
{% assign tocWorkspace = '' %}{{ my_toc | markdownify | strip }}
|
103
99
|
{% endif %}
|
104
|
-
</div>
|
@@ -20,16 +20,16 @@
|
|
20
20
|
|
21
21
|
{% include footer.html -%}
|
22
22
|
|
23
|
-
<script src="
|
24
|
-
<script src="
|
25
|
-
<script src="
|
23
|
+
<script src="assets/js/jquery.min.js"></script>
|
24
|
+
<script src="assets/js/jquery.dataTables.min.js"></script>
|
25
|
+
<script src="assets/js/dataTables.bootstrap5.min.js"></script>
|
26
26
|
<script>
|
27
27
|
$(document).ready(function() {
|
28
28
|
$('#download-mirror').DataTable();
|
29
29
|
} );
|
30
30
|
</script>
|
31
31
|
|
32
|
-
<script src="/assets/js/bootstrap.bundle.min.js"></script>
|
32
|
+
<script src="{{ site.baseurl }}/assets/js/bootstrap.bundle.min.js"></script>
|
33
33
|
</body>
|
34
34
|
|
35
35
|
</html>
|
data/_layouts/default.html
CHANGED
@@ -1,20 +1,42 @@
|
|
1
1
|
<!DOCTYPE html>
|
2
2
|
<html lang="{{ page.lang | default: 'en' }}">
|
3
3
|
|
4
|
-
{% include head.html -%}
|
4
|
+
{% include head.html -%}
|
5
5
|
|
6
|
-
<body
|
6
|
+
<body>
|
7
7
|
|
8
|
-
|
9
|
-
{% include navbar.html -%}
|
10
|
-
{% include header.html -%}
|
8
|
+
{% include navbar.html -%}
|
11
9
|
|
12
|
-
|
13
|
-
<main>
|
10
|
+
<main class="bg-light">
|
14
11
|
|
15
|
-
|
12
|
+
<div class="bg-dark" style="background: url({{ site.baseurl }}/assets/img/centos-motif.png) right center / cover;">
|
13
|
+
<div class="container py-5 text-light">
|
14
|
+
<div class="row mb-5">
|
15
|
+
<div class="col">
|
16
|
+
{% include header.html -%}
|
17
|
+
</div>
|
18
|
+
</div>
|
19
|
+
</div>
|
20
|
+
</div>
|
16
21
|
|
17
|
-
|
18
|
-
|
22
|
+
<div class="container shadow-lg bg-body p-5 mt-n5 rounded">
|
23
|
+
<div class="row">
|
24
|
+
<div class="col-sm-8">{% include breadcrumbs.html %}</div>
|
25
|
+
<div class="col-sm-4 text-end">{% include editbar.html %}</div>
|
26
|
+
</div>
|
27
|
+
<div class="row">
|
28
|
+
<div class="col">{% include toc-accordion.html %}</div>
|
29
|
+
</div>
|
30
|
+
<div class="row">
|
31
|
+
<div class="col mt-3">{{ content }}</div>
|
32
|
+
</div>
|
33
|
+
</div>
|
34
|
+
|
35
|
+
</main>
|
36
|
+
|
37
|
+
{% include footer.html -%}
|
38
|
+
|
39
|
+
<script src="{{ site.baseurl }}/assets/js/bootstrap.bundle.min.js"></script>
|
40
|
+
</body>
|
19
41
|
|
20
42
|
</html>
|
data/_layouts/home.html
CHANGED
@@ -1,40 +1,23 @@
|
|
1
1
|
<!DOCTYPE html>
|
2
2
|
<html lang="{{ page.lang | default: 'en' }}">
|
3
3
|
|
4
|
-
{% include head.html -%}
|
4
|
+
{% include head.html -%}
|
5
5
|
|
6
|
-
<body
|
6
|
+
<body>
|
7
7
|
|
8
|
-
|
8
|
+
{% include navbar.html -%}
|
9
9
|
|
10
|
-
|
10
|
+
<main class="bg-light">
|
11
11
|
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
12
|
+
{% include home/header.html %}
|
13
|
+
{% include home/distributions.html %}
|
14
|
+
{% include home/news-and-events.html %}
|
15
|
+
{% include home/planet.html %}
|
16
|
+
{% include home/sponsors.html %}
|
17
17
|
|
18
|
-
|
18
|
+
{% include footer.html -%}
|
19
19
|
|
20
|
-
|
21
|
-
|
22
|
-
{% endif %}
|
23
|
-
|
24
|
-
<div class="row pt-3">
|
25
|
-
{% include home/news-and-events.html %}
|
26
|
-
{% include home/planet.html %}
|
27
|
-
</div>
|
28
|
-
|
29
|
-
{% include home/sponsors.html %}
|
30
|
-
|
31
|
-
</div>
|
32
|
-
|
33
|
-
</main>
|
34
|
-
|
35
|
-
{% include footer.html -%}
|
36
|
-
|
37
|
-
<script src="assets/js/bootstrap.bundle.min.js"></script>
|
38
|
-
</body>
|
20
|
+
<script src="{{ site.baseurl }}/assets/js/bootstrap.bundle.min.js"></script>
|
21
|
+
</body>
|
39
22
|
|
40
23
|
</html>
|
data/_layouts/search.html
CHANGED
@@ -5,8 +5,8 @@
|
|
5
5
|
<meta charset="utf-8">
|
6
6
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
|
7
7
|
<title>{{ page.title }}</title>
|
8
|
-
<link rel="icon" type="image/png" sizes="16x16" href="/assets/img/favicon.png">
|
9
|
-
<link rel="stylesheet" href="/assets/css/centos.bootstrap.min.css">
|
8
|
+
<link rel="icon" type="image/png" sizes="16x16" href="{{ site.baseurl }}/assets/img/favicon.png">
|
9
|
+
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/centos.bootstrap.min.css">
|
10
10
|
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/instantsearch.js@2.6.0/dist/instantsearch.min.css">
|
11
11
|
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/instantsearch.js@2.6.0/dist/instantsearch-theme-algolia.min.css">
|
12
12
|
</head>
|
@@ -32,7 +32,7 @@
|
|
32
32
|
|
33
33
|
{% include footer.html -%}
|
34
34
|
|
35
|
-
<script src="/assets/js/bootstrap.bundle.min.js"></script>
|
35
|
+
<script src="{{ site.baseurl }}/assets/js/bootstrap.bundle.min.js"></script>
|
36
36
|
</body>
|
37
37
|
|
38
38
|
</html>
|
@@ -0,0 +1,62 @@
|
|
1
|
+
/* CentOS Links
|
2
|
+
*
|
3
|
+
* Thanks Harshil Patel for sharing the code used as reference.
|
4
|
+
* https://css-tricks.com/css-link-hover-effects/
|
5
|
+
*/
|
6
|
+
a {
|
7
|
+
position: relative;
|
8
|
+
padding-bottom: 5px;
|
9
|
+
|
10
|
+
&::before {
|
11
|
+
content: '';
|
12
|
+
position: absolute;
|
13
|
+
width: 100%;
|
14
|
+
height: 3px;
|
15
|
+
bottom: 0;
|
16
|
+
left: 0;
|
17
|
+
transform-origin: right;
|
18
|
+
transform: scaleX(0);
|
19
|
+
transition: transform .1s ease-in-out;
|
20
|
+
background-color: var(--bs-primary);
|
21
|
+
}
|
22
|
+
&:hover{
|
23
|
+
color: var(--bs-primary);
|
24
|
+
}
|
25
|
+
&:hover::before {
|
26
|
+
transform-origin: left;
|
27
|
+
transform: scaleX(1);
|
28
|
+
}
|
29
|
+
}
|
30
|
+
|
31
|
+
// --------------------------------------------------------------------------------
|
32
|
+
// Exceptions
|
33
|
+
//
|
34
|
+
// By default, the link effects defined above are applied to all anchor
|
35
|
+
// elements. This is the desired behavior in most of cases. However there are
|
36
|
+
// some elements in which we don't what to apply the link effect. Such
|
37
|
+
// elements/classes are specified below.
|
38
|
+
// --------------------------------------------------------------------------------
|
39
|
+
.navbar, .rollers {
|
40
|
+
a {
|
41
|
+
&::before {
|
42
|
+
content: none;
|
43
|
+
}
|
44
|
+
}
|
45
|
+
}
|
46
|
+
.btn, .navbar-brand {
|
47
|
+
&::before {
|
48
|
+
content: none;
|
49
|
+
}
|
50
|
+
}
|
51
|
+
|
52
|
+
// --------------------------------------------------------------------------------
|
53
|
+
// Navbar and linked headings' correction.
|
54
|
+
//
|
55
|
+
// By default, when you access page headings from the page table of content
|
56
|
+
// (toc) links, the heading is hidden behind the navbar. This workaround fixes
|
57
|
+
// the linked headings visibility issue in the page.
|
58
|
+
// --------------------------------------------------------------------------------
|
59
|
+
h1,h2,h3,h4,h5,h6 {
|
60
|
+
padding-top: calc(#{$navbar-brand-height} * 2);
|
61
|
+
margin-top: calc(#{$navbar-brand-height} * -2);
|
62
|
+
}
|
@@ -0,0 +1,112 @@
|
|
1
|
+
/* Sponsors' rolling images used in the homepage.
|
2
|
+
*
|
3
|
+
* Thanks Anand Vunnam for sharing the code used as reference.
|
4
|
+
* https://bbbootstrap.com/snippets/bootstrap-5-rolling-images-animation-33714815
|
5
|
+
**/
|
6
|
+
@keyframes roll {
|
7
|
+
0% {
|
8
|
+
left: 0%;
|
9
|
+
}
|
10
|
+
100% {
|
11
|
+
left: -100%;
|
12
|
+
}
|
13
|
+
}
|
14
|
+
@keyframes roll-reverse {
|
15
|
+
0% {
|
16
|
+
left: 100%;
|
17
|
+
}
|
18
|
+
100% {
|
19
|
+
left: 0%; }
|
20
|
+
}
|
21
|
+
@keyframes roll-clockwise {
|
22
|
+
0% {
|
23
|
+
left: -100%;
|
24
|
+
}
|
25
|
+
100% {
|
26
|
+
left: 0%; }
|
27
|
+
}
|
28
|
+
@keyframes roll-reverse-clockwise {
|
29
|
+
0% {
|
30
|
+
left: 0%;
|
31
|
+
}
|
32
|
+
100% {
|
33
|
+
left: 100%;
|
34
|
+
}
|
35
|
+
}
|
36
|
+
.container {
|
37
|
+
.start-roller {
|
38
|
+
left: 0;
|
39
|
+
top: 0;
|
40
|
+
background-image: linear-gradient(to right, #f8f9fa 30%, #f8f9fa00);
|
41
|
+
}
|
42
|
+
.end-roller {
|
43
|
+
right: 0;
|
44
|
+
top: 0;
|
45
|
+
background-image: linear-gradient(to left, #f8f9fa 30%, #f8f9fa00);
|
46
|
+
}
|
47
|
+
.start-roller, .end-roller {
|
48
|
+
height: 100%;
|
49
|
+
width: 40px;
|
50
|
+
position: absolute;
|
51
|
+
z-index: 1;
|
52
|
+
}
|
53
|
+
.rollers {
|
54
|
+
flex: 0 0 230px;
|
55
|
+
.wrapper {
|
56
|
+
position: relative;
|
57
|
+
// You may need to adjust the wrapper width based on the number of images
|
58
|
+
// you are loading. In our case, 15600px is fine to present 65 images.
|
59
|
+
// The image size expected is 200x60 pixels.
|
60
|
+
width: 15600px;
|
61
|
+
height: 80px;
|
62
|
+
margin: 0 0 20px 0;
|
63
|
+
flex: 0 0 auto;
|
64
|
+
.items-container {
|
65
|
+
display: flex;
|
66
|
+
align-items: center;
|
67
|
+
position: absolute;
|
68
|
+
width: 100%;
|
69
|
+
height: 100%;
|
70
|
+
animation-duration: 240s;
|
71
|
+
animation-iteration-count: infinite;
|
72
|
+
animation-timing-function: linear;
|
73
|
+
&.roll-LL {
|
74
|
+
animation-name: roll;
|
75
|
+
}
|
76
|
+
&.roll-RL {
|
77
|
+
animation-name: roll-reverse;
|
78
|
+
left: 100%;
|
79
|
+
}
|
80
|
+
&.reverse-roll-LL {
|
81
|
+
animation-name: roll-clockwise;
|
82
|
+
left: -100%;
|
83
|
+
}
|
84
|
+
&.reverse-roll-RL {
|
85
|
+
animation-name: roll-reverse-clockwise;
|
86
|
+
left: 100%;
|
87
|
+
}
|
88
|
+
.item {
|
89
|
+
flex: 1 1 200px;
|
90
|
+
min-width: 0;
|
91
|
+
margin: 20px;
|
92
|
+
.company {
|
93
|
+
filter: grayscale(100%);
|
94
|
+
opacity: 0.2;
|
95
|
+
width: 100%;
|
96
|
+
object-fit: scale-down;
|
97
|
+
opacity: 0.4;
|
98
|
+
&:hover {
|
99
|
+
filter: grayscale(0%);
|
100
|
+
opacity: 1;
|
101
|
+
cursor: pointer;
|
102
|
+
}
|
103
|
+
}
|
104
|
+
img {
|
105
|
+
vertical-align: middle;
|
106
|
+
height: 60px;
|
107
|
+
}
|
108
|
+
}
|
109
|
+
}
|
110
|
+
}
|
111
|
+
}
|
112
|
+
}
|
@@ -8,13 +8,18 @@ $centos-color-4: #efa724;
|
|
8
8
|
//
|
9
9
|
// Bootstrap v5 customization variables
|
10
10
|
//
|
11
|
-
$enable-rounded:
|
11
|
+
$enable-rounded: true;
|
12
12
|
$enable-negative-margins: true;
|
13
13
|
$nav-pills-link-active-bg: $centos-color-1;
|
14
14
|
$link-color: $centos-color-1;
|
15
|
+
$link-decoration: none;
|
15
16
|
$primary: $centos-color-1;
|
16
17
|
$secondary: $centos-color-4;
|
17
|
-
$dark: #
|
18
|
+
$dark: #200735;
|
19
|
+
$dropdown-dark-bg: $dark;
|
18
20
|
$gradient: linear-gradient(rgba(239,167,36,0.3), rgba(161,79,140,0.3) 30%, rgba(255,255,255,1));
|
19
21
|
$font-family-sans-serif: Montserrat, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !default;
|
20
22
|
$font-family-monospace: overpass-mono, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !default;
|
23
|
+
$headings-font-weight: 700;
|
24
|
+
$line-height-base: 1.75;
|
25
|
+
$headings-line-height: 1.85;
|
@@ -1,43 +1,43 @@
|
|
1
1
|
@font-face {
|
2
2
|
font-family: 'overpass-mono';
|
3
|
-
src: url('../webfonts/
|
4
|
-
src: url('../webfonts/
|
5
|
-
url('../webfonts/
|
6
|
-
url('../webfonts/
|
7
|
-
url('../webfonts/
|
3
|
+
src: url('../webfonts/OverpassMono-Light.eot');
|
4
|
+
src: url('../webfonts/OverpassMono-Light.eot?#iefix') format('embedded-opentype'),
|
5
|
+
url('../webfonts/OverpassMono-Light.woff2') format('woff2'),
|
6
|
+
url('../webfonts/OverpassMono-Light.woff') format('woff'),
|
7
|
+
url('../webfonts/OverpassMono-Light.ttf') format('truetype');
|
8
8
|
font-weight: 300;
|
9
9
|
font-style: normal;
|
10
10
|
}
|
11
11
|
|
12
12
|
@font-face {
|
13
13
|
font-family: 'overpass-mono';
|
14
|
-
src: url('../webfonts/
|
15
|
-
src: url('../webfonts/
|
16
|
-
url('../webfonts/
|
17
|
-
url('../webfonts/
|
18
|
-
url('../webfonts/
|
14
|
+
src: url('../webfonts/OverpassMono-Regular.eot');
|
15
|
+
src: url('../webfonts/OverpassMono-Regular.eot?#iefix') format('embedded-opentype'),
|
16
|
+
url('../webfonts/OverpassMono-Regular.woff2') format('woff2'),
|
17
|
+
url('../webfonts/OverpassMono-Regular.woff') format('woff'),
|
18
|
+
url('../webfonts/OverpassMono-Regular.ttf') format('truetype');
|
19
19
|
font-weight: 400;
|
20
20
|
font-style: normal;
|
21
21
|
}
|
22
22
|
|
23
23
|
@font-face {
|
24
24
|
font-family: 'overpass-mono';
|
25
|
-
src: url('../webfonts/
|
26
|
-
src: url('../webfonts/
|
27
|
-
url('../webfonts/
|
28
|
-
url('../webfonts/
|
29
|
-
url('../webfonts/
|
25
|
+
src: url('../webfonts/OverpassMono-SemiBuild.eot');
|
26
|
+
src: url('../webfonts/OverpassMono-SemiBuild.eot?#iefix') format('embedded-opentype'),
|
27
|
+
url('../webfonts/OverpassMono-SemiBuild.woff2') format('woff2'),
|
28
|
+
url('../webfonts/OverpassMono-SemiBuild.woff') format('woff'),
|
29
|
+
url('../webfonts/OverpassMono-SemiBuild.ttf') format('truetype');
|
30
30
|
font-weight: 500;
|
31
31
|
font-style: normal;
|
32
32
|
}
|
33
33
|
|
34
34
|
@font-face {
|
35
35
|
font-family: 'overpass-mono';
|
36
|
-
src: url('../webfonts/
|
37
|
-
src: url('../webfonts/
|
38
|
-
url('../webfonts/
|
39
|
-
url('../webfonts/
|
40
|
-
url('../webfonts/
|
36
|
+
src: url('../webfonts/OverpassMono-Bold.eot');
|
37
|
+
src: url('../webfonts/OverpassMono-Bold.eot?#iefix') format('embedded-opentype'),
|
38
|
+
url('../webfonts/OverpassMono-Bold.woff2') format('woff2'),
|
39
|
+
url('../webfonts/OverpassMono-Bold.woff') format('woff'),
|
40
|
+
url('../webfonts/OverpassMono-Bold.ttf') format('truetype');
|
41
41
|
font-weight: 600;
|
42
42
|
font-style: normal;
|
43
43
|
}
|
@@ -1,14 +1,17 @@
|
|
1
1
|
---
|
2
2
|
---
|
3
3
|
|
4
|
-
|
4
|
+
// Include any default variable overrides here (though functions won't be available)
|
5
|
+
@import "centos/variables";
|
5
6
|
|
7
|
+
// Include all of Bootstrap
|
8
|
+
@import "bootstrap/scss/bootstrap";
|
9
|
+
|
10
|
+
// Include additional custom code here
|
6
11
|
@import "@fortawesome/fontawesome-free/scss/fontawesome";
|
7
12
|
@import "@fortawesome/fontawesome-free/scss/brands";
|
8
13
|
@import "@fortawesome/fontawesome-free/scss/solid";
|
9
|
-
|
10
14
|
@import "centos/fonts/montserrat";
|
11
15
|
@import "centos/fonts/overpass";
|
12
|
-
@import "centos/
|
13
|
-
|
14
|
-
@import "bootstrap/scss/bootstrap";
|
16
|
+
@import "centos/sponsors";
|
17
|
+
@import "centos/links";
|
data/assets/img/centos-motif.png
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-centos-test
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Alain Reguera Delgado
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-12-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -70,15 +70,16 @@ files:
|
|
70
70
|
- _includes/download/cards-header-eol.html
|
71
71
|
- _includes/download/cards-header.html
|
72
72
|
- _includes/download/cards.html
|
73
|
+
- _includes/editbar.html
|
73
74
|
- _includes/footer.html
|
74
75
|
- _includes/head-datatables.html
|
75
76
|
- _includes/head.html
|
76
77
|
- _includes/header.html
|
77
78
|
- _includes/header/blog.html
|
78
|
-
- _includes/header/home.html
|
79
79
|
- _includes/header/page.html
|
80
80
|
- _includes/header/post.html
|
81
81
|
- _includes/home/distributions.html
|
82
|
+
- _includes/home/header.html
|
82
83
|
- _includes/home/news-and-events.html
|
83
84
|
- _includes/home/planet.html
|
84
85
|
- _includes/home/sponsors.html
|
@@ -93,23 +94,22 @@ files:
|
|
93
94
|
- _includes/post-nav-explorer.html
|
94
95
|
- _includes/post-nav.html
|
95
96
|
- _includes/search.html
|
97
|
+
- _includes/toc-accordion.html
|
96
98
|
- _includes/toc.html
|
97
99
|
- _includes/top.html
|
98
|
-
- _layouts/aside.html
|
99
100
|
- _layouts/blog.html
|
101
|
+
- _layouts/default-datatables.html
|
100
102
|
- _layouts/default.html
|
101
103
|
- _layouts/home.html
|
102
|
-
- _layouts/page-datatables.html
|
103
|
-
- _layouts/page.html
|
104
104
|
- _layouts/post.html
|
105
105
|
- _layouts/search.html
|
106
106
|
- _layouts/sponsors.html
|
107
|
+
- _sass/centos/_links.scss
|
108
|
+
- _sass/centos/_sponsors.scss
|
107
109
|
- _sass/centos/_variables.scss
|
108
110
|
- _sass/centos/centos-blog.scss
|
109
111
|
- _sass/centos/centos-httpd.scss
|
110
112
|
- _sass/centos/centos-lists.scss
|
111
|
-
- _sass/centos/centos-sponsors.scss
|
112
|
-
- _sass/centos/centos.scss
|
113
113
|
- _sass/centos/fonts/_montserrat.scss
|
114
114
|
- _sass/centos/fonts/_overpass.scss
|
115
115
|
- assets/css/dataTables.bootstrap5.min.css
|
@@ -353,7 +353,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
353
353
|
- !ruby/object:Gem::Version
|
354
354
|
version: '0'
|
355
355
|
requirements: []
|
356
|
-
rubygems_version: 3.3.
|
356
|
+
rubygems_version: 3.3.26
|
357
357
|
signing_key:
|
358
358
|
specification_version: 4
|
359
359
|
summary: Jekyll theme for CentOS Project websites
|
data/_includes/header/home.html
DELETED
data/_layouts/aside.html
DELETED
@@ -1,25 +0,0 @@
|
|
1
|
-
---
|
2
|
-
layout: default
|
3
|
-
---
|
4
|
-
|
5
|
-
<main class="aside">
|
6
|
-
|
7
|
-
<article class="aside__content">
|
8
|
-
<div class="aside__content__nav">
|
9
|
-
{% include breadcrumbs.html %}
|
10
|
-
{% include toc.html html=content %}
|
11
|
-
</div>
|
12
|
-
{{ content }}
|
13
|
-
|
14
|
-
<div class="aside__content__nav">
|
15
|
-
<div class="aside__nav__explorer">
|
16
|
-
</div>
|
17
|
-
</div>
|
18
|
-
</article>
|
19
|
-
|
20
|
-
<aside class="aside__nav">
|
21
|
-
{% include breadcrumbs.html %}
|
22
|
-
{% include toc.html html=content %}
|
23
|
-
</aside>
|
24
|
-
|
25
|
-
</main>
|
data/_layouts/page.html
DELETED
@@ -1,17 +0,0 @@
|
|
1
|
-
---
|
2
|
-
layout: default
|
3
|
-
---
|
4
|
-
|
5
|
-
<main class="page">
|
6
|
-
|
7
|
-
<article class="page__content">
|
8
|
-
<div class="page__content__nav">
|
9
|
-
{% include breadcrumbs.html %}
|
10
|
-
{% include toc.html html=content %}
|
11
|
-
</div>
|
12
|
-
|
13
|
-
{{ content }}
|
14
|
-
|
15
|
-
</article>
|
16
|
-
|
17
|
-
</main>
|
@@ -1,103 +0,0 @@
|
|
1
|
-
/* Sponsors' rolling images used in the homepage.
|
2
|
-
*
|
3
|
-
* Thanks to Anand Vunnam for publishing this example.
|
4
|
-
* Example: https://bbbootstrap.com/snippets/bootstrap-5-rolling-images-animation-33714815
|
5
|
-
**/
|
6
|
-
.container .rollers {
|
7
|
-
flex: 0 0 230px; }
|
8
|
-
|
9
|
-
.container .start-roller {
|
10
|
-
left: 0;
|
11
|
-
top: 0;
|
12
|
-
background-image: linear-gradient(to right, white 30%, #ffffff00); }
|
13
|
-
|
14
|
-
.container .start-roller,
|
15
|
-
.container .end-roller {
|
16
|
-
height: 100%;
|
17
|
-
width: 40px;
|
18
|
-
position: absolute;
|
19
|
-
z-index: 1; }
|
20
|
-
|
21
|
-
.container .end-roller {
|
22
|
-
right: 0;
|
23
|
-
top: 0;
|
24
|
-
background-image: linear-gradient(to left, white 30%, rgba(255, 255, 255, 0)); }
|
25
|
-
|
26
|
-
.container .rollers .wrapper {
|
27
|
-
position: relative;
|
28
|
-
width: 15600px;
|
29
|
-
height: 80px;
|
30
|
-
margin: 0 0 20px 0;
|
31
|
-
flex: 0 0 auto; }
|
32
|
-
|
33
|
-
.container .rollers .wrapper .items-container {
|
34
|
-
display: flex;
|
35
|
-
align-items: center;
|
36
|
-
position: absolute;
|
37
|
-
width: 100%;
|
38
|
-
height: 100%;
|
39
|
-
animation-duration: 240s;
|
40
|
-
animation-iteration-count: infinite;
|
41
|
-
animation-timing-function: linear; }
|
42
|
-
|
43
|
-
.container .rollers .wrapper .items-container.roll-LL {
|
44
|
-
animation-name: roll; }
|
45
|
-
|
46
|
-
.container .rollers .wrapper .items-container.roll-RL {
|
47
|
-
animation-name: roll-reverse;
|
48
|
-
left: 100%; }
|
49
|
-
|
50
|
-
.container .rollers .wrapper .items-container.reverse-roll-LL {
|
51
|
-
animation-name: roll-clockwise;
|
52
|
-
left: -100%; }
|
53
|
-
|
54
|
-
.container .rollers .wrapper .items-container.reverse-roll-RL {
|
55
|
-
animation-name: roll-reverse-clockwise;
|
56
|
-
left: 100%; }
|
57
|
-
|
58
|
-
@keyframes roll {
|
59
|
-
0% {
|
60
|
-
left: 0%; }
|
61
|
-
100% {
|
62
|
-
left: -100%; } }
|
63
|
-
|
64
|
-
@keyframes roll-reverse {
|
65
|
-
0% {
|
66
|
-
left: 100%; }
|
67
|
-
100% {
|
68
|
-
left: 0%; } }
|
69
|
-
|
70
|
-
@keyframes roll-clockwise {
|
71
|
-
0% {
|
72
|
-
left: -100%; }
|
73
|
-
100% {
|
74
|
-
left: 0%; } }
|
75
|
-
|
76
|
-
@keyframes roll-reverse-clockwise {
|
77
|
-
0% {
|
78
|
-
left: 0%; }
|
79
|
-
100% {
|
80
|
-
left: 100%; } }
|
81
|
-
|
82
|
-
.container .rollers .wrapper .items-container .item {
|
83
|
-
flex: 1 1 200px;
|
84
|
-
min-width: 0;
|
85
|
-
margin: 20px; }
|
86
|
-
|
87
|
-
.container .rollers .wrapper .items-container .item .company {
|
88
|
-
filter: grayscale(100%);
|
89
|
-
opacity: 0.2;
|
90
|
-
width: 100%;
|
91
|
-
object-fit: scale-down; }
|
92
|
-
|
93
|
-
.container .rollers .wrapper .items-container .item .company:hover {
|
94
|
-
filter: grayscale(0%);
|
95
|
-
opacity: 1;
|
96
|
-
cursor: pointer; }
|
97
|
-
|
98
|
-
.container .rollers .wrapper .items-container .item img {
|
99
|
-
vertical-align: middle;
|
100
|
-
height: 60px; }
|
101
|
-
|
102
|
-
.container .rollers .wrapper .items-container .item .company {
|
103
|
-
opacity: 0.4; }
|
data/_sass/centos/centos.scss
DELETED