jekyll-theme-centos 0.1.25 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/_includes/{page/breadcrumbs.html → breadcrumbs.html} +0 -0
- data/_includes/{page/download-body-doc.html → download/body-doc.html} +0 -0
- data/_includes/{page/download-body-eol.html → download/body-eol.html} +0 -0
- data/_includes/{page/download-body.html → download/body.html} +0 -0
- data/_includes/download/cards.html +16 -0
- data/_includes/{page/download-footer.html → download/footer.html} +0 -0
- data/_includes/download/header-doc.html +8 -0
- data/_includes/download/header-eol.html +8 -0
- data/_includes/download/header.html +10 -0
- data/_includes/download/linux.html +22 -0
- data/_includes/download/linux/7-doc.html +5 -0
- data/_includes/download/linux/7-eol.html +5 -0
- data/_includes/download/linux/7.html +5 -0
- data/_includes/download/linux/8-doc.html +5 -0
- data/_includes/download/linux/8-eol.html +5 -0
- data/_includes/download/linux/8.html +5 -0
- data/_includes/download/stream.html +16 -0
- data/_includes/download/stream/8-doc.html +5 -0
- data/_includes/download/stream/8-eol.html +5 -0
- data/_includes/download/stream/8.html +5 -0
- data/_includes/header.html +9 -11
- data/_includes/header/blog.html +17 -20
- data/_includes/header/home.html +13 -17
- data/_includes/header/page.html +4 -10
- data/_includes/header/post.html +19 -20
- data/_includes/home/around.html +2 -4
- data/_includes/home/news-and-sponsors.html +8 -0
- data/_includes/home/news.html +10 -13
- data/_includes/home/sponsors.html +6 -6
- data/_includes/{page/search.html → search.html} +0 -0
- data/_includes/{page/toc.html → toc.html} +4 -5
- data/_includes/top.html +3 -0
- data/_layouts/aside.html +11 -10
- data/_layouts/blog.html +34 -40
- data/_layouts/default.html +1 -0
- data/_layouts/download-mirror.html +5 -7
- data/_layouts/home.html +5 -9
- data/_layouts/page.html +10 -7
- data/_layouts/post.html +34 -19
- data/_layouts/search.html +8 -7
- data/_layouts/sponsors.html +16 -10
- data/_sass/centos/_breadcrumbs.scss +4 -0
- data/_sass/centos/_footer.scss +15 -3
- data/_sass/centos/_header.scss +85 -38
- data/_sass/centos/_main.scss +196 -0
- data/_sass/centos/_mixins.scss +3 -6
- data/_sass/centos/_nav.scss +2 -13
- data/_sass/centos/{mixins/_page-toc.scss → _toc.scss} +8 -4
- data/_sass/centos/_variables.scss +15 -45
- data/_sass/centos/centos.scss +3 -2
- data/_sass/centos/mixins/_aside-nav.scss +26 -0
- data/_sass/centos/mixins/_content.scss +82 -0
- data/_sass/centos/{_rssfeeds.scss → mixins/_link-list.scss} +1 -1
- data/assets/img/post.png +0 -0
- metadata +33 -33
- data/_includes/page/download-cards.html +0 -13
- data/_includes/page/download-header-doc.html +0 -8
- data/_includes/page/download-header-eol.html +0 -8
- data/_includes/page/download-header.html +0 -10
- data/_includes/page/download-linux.html +0 -20
- data/_includes/page/download-linux/7-doc.html +0 -5
- data/_includes/page/download-linux/7-eol.html +0 -5
- data/_includes/page/download-linux/7.html +0 -5
- data/_includes/page/download-linux/8-doc.html +0 -5
- data/_includes/page/download-linux/8-eol.html +0 -5
- data/_includes/page/download-linux/8.html +0 -5
- data/_includes/page/download-stream.html +0 -16
- data/_includes/page/download-stream/8-doc.html +0 -5
- data/_includes/page/download-stream/8-eol.html +0 -5
- data/_includes/page/download-stream/8.html +0 -5
- data/_layouts/download.html +0 -25
- data/_sass/centos/_page.scss +0 -222
- data/_sass/centos/mixins/_before-angle-right.scss +0 -9
- data/_sass/centos/mixins/_link-dark.scss +0 -10
- data/_sass/centos/mixins/_page-card.scss +0 -14
- data/_sass/centos/mixins/_page-heading.scss +0 -28
- data/_sass/centos/mixins/_page-lists.scss +0 -15
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fdbee3f25269d297aef815fe8f91475cc16eeb030fee80ed49a3c226121e2e08
|
|
4
|
+
data.tar.gz: c771672f8a9980ffd713eea85e1f9e5218a631d92cbebe7ad7fca65c0add4f1a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 39c5a63354ca60af46c9281e762332f969a3c9c92e2f4e57854dc499718d65b0f05e7eef65729d4b468caca15c735a00d212f51145ef5065287b5f833d9c3026
|
|
7
|
+
data.tar.gz: cf3f643f83264d6636e17f7aaf767f81efbc340e92b7524d940b27661dfa996416fc3408a74d3eb1484c1801d72584233ab1e1c37486908825cca4947004ab31
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<div class="download__content__card">
|
|
2
|
+
<div class="download__content__card__header">
|
|
3
|
+
<ul class="nav nav-pills card-header-pills">
|
|
4
|
+
<li class="nav-item"><a class="nav-link active" role="tab" data-toggle="tab" href="#tab-stream">CentOS Stream</a></li>
|
|
5
|
+
<li class="nav-item"><a class="nav-link" role="tab" data-toggle="tab" href="#tab-linux">CentOS Linux</a></li>
|
|
6
|
+
</ul>
|
|
7
|
+
</div>
|
|
8
|
+
<div class="download__content__card__body tab-content">
|
|
9
|
+
<div class="tab-pane active" role="tabpanel" id="tab-stream">
|
|
10
|
+
{% include download/stream.html %}
|
|
11
|
+
</div>
|
|
12
|
+
<div class="tab-pane" role="tabpanel" id="tab-linux">
|
|
13
|
+
{% include download/linux.html %}
|
|
14
|
+
</div>
|
|
15
|
+
</div>
|
|
16
|
+
</div>
|
|
File without changes
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
<div class="download__content__card">
|
|
2
|
+
<div class="download__content__card__header">
|
|
3
|
+
<ul class="nav nav-pills card-header-pills">
|
|
4
|
+
<li class="nav-item"><a class="nav-link active" role="tab" data-toggle="tab" href="#tab-linux-8">8</a></li>
|
|
5
|
+
<li class="nav-item"><a class="nav-link" role="tab" data-toggle="tab" href="#tab-linux-7">7</a></li>
|
|
6
|
+
</ul>
|
|
7
|
+
</div>
|
|
8
|
+
|
|
9
|
+
<div class="download__content__card__body tab-content">
|
|
10
|
+
<div class="tab-pane active" role="tabpanel" id="tab-linux-8">
|
|
11
|
+
{% include download/linux/8.html %}
|
|
12
|
+
{% include download/linux/8-doc.html %}
|
|
13
|
+
{% include download/linux/8-eol.html %}
|
|
14
|
+
</div>
|
|
15
|
+
|
|
16
|
+
<div class="tab-pane" role="tabpanel" id="tab-linux-7">
|
|
17
|
+
{% include download/linux/7.html %}
|
|
18
|
+
{% include download/linux/7-doc.html %}
|
|
19
|
+
{% include download/linux/7-eol.html %}
|
|
20
|
+
</div>
|
|
21
|
+
</div>
|
|
22
|
+
</div>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<div class="download__content__card">
|
|
2
|
+
|
|
3
|
+
<div class="download__content__card__header">
|
|
4
|
+
<ul class="nav nav-pills card-header-pills">
|
|
5
|
+
<li class="nav-item"><a class="nav-link active" role="tab" data-toggle="tab" href="#tab-stream-8">8</a></li>
|
|
6
|
+
</ul>
|
|
7
|
+
</div>
|
|
8
|
+
|
|
9
|
+
<div class="download__content__card__body tab-content">
|
|
10
|
+
<div class="tab-pane active" role="tabpanel" id="tab-stream-8">
|
|
11
|
+
{% include download/stream/8.html %}
|
|
12
|
+
{% include download/stream/8-doc.html %}
|
|
13
|
+
{% include download/stream/8-eol.html %}
|
|
14
|
+
</div>
|
|
15
|
+
</div>
|
|
16
|
+
</div>
|
data/_includes/header.html
CHANGED
|
@@ -1,11 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
{% endif %}
|
|
11
|
-
</header>
|
|
1
|
+
{% if page.layout == "home" %}
|
|
2
|
+
{% include header/home.html %}
|
|
3
|
+
{% elsif page.layout == "blog" %}
|
|
4
|
+
{% include header/blog.html %}
|
|
5
|
+
{% elsif page.layout == "post" %}
|
|
6
|
+
{% include header/post.html %}
|
|
7
|
+
{% else %}
|
|
8
|
+
{% include header/page.html %}
|
|
9
|
+
{% endif %}
|
data/_includes/header/blog.html
CHANGED
|
@@ -1,23 +1,20 @@
|
|
|
1
|
-
|
|
2
|
-
<a href="{{ paginator.previous_page_path }}"><span class="paginator"><i class="fas fa-arrow-left"></i></span></a>
|
|
3
|
-
{% else %}
|
|
4
|
-
<span class="paginator disabled"><i class="fas fa-arrow-left"></i></span>
|
|
5
|
-
{% endif %}
|
|
1
|
+
<header class="header header__blog">
|
|
6
2
|
|
|
7
|
-
|
|
8
|
-
<div class="
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
</header>
|
|
13
|
-
<p class="lead">{{ page.title_lead }}</p>
|
|
14
|
-
</div>
|
|
15
|
-
</div>
|
|
16
|
-
</section>
|
|
3
|
+
{% if paginator.previous_page_path %}
|
|
4
|
+
<a href="{{ paginator.previous_page_path }}"><div class="header__blog__older"><i class="fas fa-arrow-left"></i></div></a>
|
|
5
|
+
{% else %}
|
|
6
|
+
<div class="header__blog__older header__blog__older--disabled"><i class="fas fa-arrow-left"></i></div>
|
|
7
|
+
{% endif %}
|
|
17
8
|
|
|
18
|
-
|
|
19
|
-
<
|
|
20
|
-
{
|
|
21
|
-
|
|
22
|
-
{% endif %}
|
|
9
|
+
<section class="header__blog__present">
|
|
10
|
+
<h1 class="header__blog__title">{{ page.title }}</h1>
|
|
11
|
+
<p class="header__blog__description">{{ page.title_lead }}</p>
|
|
12
|
+
</section>
|
|
23
13
|
|
|
14
|
+
{% if paginator.next_page_path %}
|
|
15
|
+
<a href="{{ paginator.next_page_path }}"><div class="header__blog__newer"><i class="fas fa-arrow-right"></i></div></a>
|
|
16
|
+
{% else %}
|
|
17
|
+
<div class="header__blog__newer header__blog__newer--disabled"><i class="fas fa-arrow-right"></i></div>
|
|
18
|
+
{% endif %}
|
|
19
|
+
|
|
20
|
+
</header>
|
data/_includes/header/home.html
CHANGED
|
@@ -1,18 +1,14 @@
|
|
|
1
|
-
<
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
{% for item in site.header.worklines %}
|
|
13
|
-
<a class="btn btn-light btn-lg" role="button" href="{{ item.link }}"><i class="{{ item.icon }}"></i> <strong>{{ item.name }}</strong></a>
|
|
14
|
-
{% endfor %}
|
|
15
|
-
{% endif %}
|
|
16
|
-
</div>
|
|
1
|
+
<header class="header header__home">
|
|
2
|
+
<h1 class="header__home__title">{{ site.title }}</h1>
|
|
3
|
+
<p class="header__home__description">{{ site.description }}</p>
|
|
4
|
+
{% if site.header.preamble %}
|
|
5
|
+
<p class="header__home__preamble">{{ site.header.preamble }}</p>
|
|
6
|
+
{% endif %}
|
|
7
|
+
{% if site.header.worklines %}
|
|
8
|
+
<div class="header__home__worklines">
|
|
9
|
+
{% for item in site.header.worklines %}
|
|
10
|
+
<a class="btn btn-light btn-lg" role="button" href="{{ item.link }}"><strong>{{ item.name }}</strong></a>
|
|
11
|
+
{% endfor %}
|
|
17
12
|
</div>
|
|
18
|
-
|
|
13
|
+
{% endif %}
|
|
14
|
+
</header>
|
data/_includes/header/page.html
CHANGED
|
@@ -1,10 +1,4 @@
|
|
|
1
|
-
<
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
<h1>{{ page.title }}</h1>
|
|
6
|
-
</header>
|
|
7
|
-
<p class="lead">{{ page.title_lead }}</p>
|
|
8
|
-
</div>
|
|
9
|
-
</div>
|
|
10
|
-
</div>
|
|
1
|
+
<header class="header header__page">
|
|
2
|
+
<h1 class="header__page__title">{{ page.title }}</h1>
|
|
3
|
+
<p class="header__page__description">{{ page.title_lead }}</p>
|
|
4
|
+
</header>
|
data/_includes/header/post.html
CHANGED
|
@@ -1,22 +1,21 @@
|
|
|
1
|
-
|
|
2
|
-
<a href="{{ page.previous.url }}"><span class="paginator"><i class="fas fa-arrow-left"></i></span></a>
|
|
3
|
-
{% else %}
|
|
4
|
-
<span class="paginator disabled"><i class="fas fa-arrow-left"></i></span>
|
|
5
|
-
{% endif %}
|
|
1
|
+
<header class="header header__post">
|
|
6
2
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
</header>
|
|
13
|
-
<p class="lead">{{ page.title_lead }}</p>
|
|
14
|
-
</div>
|
|
15
|
-
</div>
|
|
16
|
-
</div>
|
|
3
|
+
{% if page.previous.url %}
|
|
4
|
+
<a href="{{ page.previous.url }}"><div class="header__post__older"><i class="fas fa-arrow-left"></i></div></a>
|
|
5
|
+
{% else %}
|
|
6
|
+
<div class="header__post__older header__post__older--disabled"><i class="fas fa-arrow-left"></i></div>
|
|
7
|
+
{% endif %}
|
|
17
8
|
|
|
18
|
-
|
|
19
|
-
<
|
|
20
|
-
{%
|
|
21
|
-
<
|
|
22
|
-
|
|
9
|
+
<section class="header__post__present">
|
|
10
|
+
<h1 class="header__post__title">{{ page.title }}</h1>
|
|
11
|
+
{%- assign date_format = site.date_format | default: "%b %-d, %Y" -%}
|
|
12
|
+
<p class="header__post__description">{{ page.date | date: date_format }}</p>
|
|
13
|
+
</section>
|
|
14
|
+
|
|
15
|
+
{% if page.next.url %}
|
|
16
|
+
<a href="{{ page.next.url }}"><div class="header__post__newer"><i class="fas fa-arrow-right"></i></div></a>
|
|
17
|
+
{% else %}
|
|
18
|
+
<div class="header__post__newer header__post__newer--disabled"><i class="fas fa-arrow-right"></i></div>
|
|
19
|
+
{% endif %}
|
|
20
|
+
|
|
21
|
+
</header>
|
data/_includes/home/around.html
CHANGED
data/_includes/home/news.html
CHANGED
|
@@ -1,16 +1,13 @@
|
|
|
1
|
-
<section class="
|
|
2
|
-
<header>
|
|
3
|
-
<h2><i class="fas fa-calendar-alt"></i> News and events</h2>
|
|
4
|
-
</header>
|
|
1
|
+
<section class="home__news-and-events">
|
|
5
2
|
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
3
|
+
<h2>News and events</h2>
|
|
4
|
+
|
|
5
|
+
<ul>
|
|
6
|
+
{% assign blog_posts = site.posts | where: "category", "blog" %}
|
|
7
|
+
{% for i in blog_posts limit:3 %}
|
|
8
|
+
{%- assign date_format = site.date_format | default: "%b %-d, %Y" -%}
|
|
9
|
+
<li><a href="{{ i.url }}">{{ i.title }}</a> — <small>{{ i.date | date: date_format }}</small> {{ i.excerpt }}</li>
|
|
10
|
+
{% endfor %}
|
|
11
|
+
</ul>
|
|
15
12
|
|
|
16
13
|
</section>
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
<section class="
|
|
2
|
-
<header>
|
|
3
|
-
<h2><i class="fas fa-award"></i> Sponsorship</h2>
|
|
4
|
-
</header>
|
|
1
|
+
<section class="home__sponsorship">
|
|
5
2
|
|
|
6
|
-
<
|
|
3
|
+
<h2>Sponsorship</h2>
|
|
7
4
|
|
|
5
|
+
<div class="carousel">
|
|
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>
|
|
8
7
|
<div class="card">
|
|
9
8
|
<div class="carousel slide carousel-fade" data-ride="carousel" id="carousel-1">
|
|
10
9
|
<div class="carousel-inner" role="listbox">
|
|
@@ -14,6 +13,7 @@
|
|
|
14
13
|
</div>
|
|
15
14
|
</div>
|
|
16
15
|
</div>
|
|
17
|
-
|
|
18
16
|
<p>If you value our work, please consider <a href="/sponsors">becoming a sponsor</a>!</p>
|
|
17
|
+
</div>
|
|
18
|
+
|
|
19
19
|
</section>
|
|
File without changes
|
|
@@ -95,11 +95,10 @@
|
|
|
95
95
|
{% endif %}{% endcapture %}
|
|
96
96
|
|
|
97
97
|
{% if my_toc != "" %}
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
<section class="toc">
|
|
102
|
-
|
|
98
|
+
<div class="toc">
|
|
99
|
+
<header class="toc__header">On this page:</header>
|
|
100
|
+
<section class="toc__section">
|
|
103
101
|
{% assign tocWorkspace = '' %}{{ my_toc | markdownify | strip }}
|
|
104
102
|
</section>
|
|
103
|
+
</div>
|
|
105
104
|
{% endif %}
|
data/_includes/top.html
ADDED
data/_layouts/aside.html
CHANGED
|
@@ -2,15 +2,16 @@
|
|
|
2
2
|
layout: default
|
|
3
3
|
---
|
|
4
4
|
|
|
5
|
-
<main class="
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
5
|
+
<main class="aside">
|
|
6
|
+
|
|
7
|
+
<article class="aside__content">
|
|
8
|
+
{{ content }}
|
|
9
|
+
</article>
|
|
10
|
+
|
|
11
|
+
<aside class="aside__nav">
|
|
12
|
+
{% include breadcrumbs.html %}
|
|
13
|
+
{% include toc.html html=content %}
|
|
14
|
+
{% include top.html %}
|
|
15
|
+
</aside>
|
|
11
16
|
|
|
12
|
-
<article class="aside-article">
|
|
13
|
-
{{ content }}
|
|
14
|
-
</section>
|
|
15
|
-
</div>
|
|
16
17
|
</main>
|