jekyll-theme-centos 0.3.0 → 0.4.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/download/cards.html +3 -3
- data/_includes/download/linux.html +3 -3
- data/_includes/download/stream.html +2 -2
- data/_includes/header/home.html +1 -1
- data/_includes/home/around.html +1 -1
- data/_includes/home/news-and-sponsors.html +4 -4
- data/_includes/navbar.html +1 -1
- data/_includes/post-nav-explorer.html +23 -0
- data/_includes/post-nav.html +3 -0
- data/_includes/top.html +1 -1
- data/_layouts/aside.html +16 -1
- data/_layouts/blog.html +14 -29
- data/_layouts/download-mirror.html +5 -2
- data/_layouts/home.html +4 -2
- data/_layouts/page.html +9 -5
- data/_layouts/post.html +16 -29
- data/_layouts/search.html +9 -4
- data/_layouts/sponsors.html +5 -2
- data/_sass/centos/_footer.scss +0 -1
- data/_sass/centos/_header.scss +10 -12
- data/_sass/centos/_main.scss +73 -83
- data/_sass/centos/_mixins.scss +3 -0
- data/_sass/centos/_nav.scss +3 -0
- data/_sass/centos/_variables.scss +6 -2
- data/_sass/centos/mixins/_aside-nav.scss +24 -13
- data/_sass/centos/mixins/_content-nav.scss +11 -0
- data/_sass/centos/mixins/_content.scss +8 -2
- data/_sass/centos/mixins/_post-nav-explorer.scss +21 -0
- metadata +6 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 181077707ec730242e1a1d1f88c8107d7c4cda70e1fcb41913c0559f185d2fc1
|
|
4
|
+
data.tar.gz: 86647a29137027f7849f9018db52234d2065aaebb412893ac5f3835e2cf02aca
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 45b98eb5b67297e557c5622586dbf1715798f3884c38ddb445f3d720be003e46015fcf832825774b3ba89ae1ed39a74cba87126bc1c16d0240f667a2be1bd6b1
|
|
7
|
+
data.tar.gz: a83b145893d99cadce8e07b3f1f47a44a4db30e8bf8ef206280128ba4d13768f34fb10f82071927ce346c35584eb98aebdb3778297448602565adfe01769d5e2
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
<div class="download__content__card">
|
|
2
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>
|
|
3
|
+
<ul class="nav nav-pills card-header-pills flex-column flex-sm-row">
|
|
4
|
+
<li class="nav-item flex-sm-fill text-sm-center"><a class="nav-link active" role="tab" data-toggle="tab" href="#tab-stream">CentOS Stream</a></li>
|
|
5
|
+
<li class="nav-item flex-sm-fill text-sm-center"><a class="nav-link" role="tab" data-toggle="tab" href="#tab-linux">CentOS Linux</a></li>
|
|
6
6
|
</ul>
|
|
7
7
|
</div>
|
|
8
8
|
<div class="download__content__card__body tab-content">
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
<div class="download__content__card">
|
|
2
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>
|
|
3
|
+
<ul class="nav nav-pills card-header-pills flex-column flex-sm-row">
|
|
4
|
+
<li class="nav-item flex-sm-fill text-sm-center"><a class="nav-link active" role="tab" data-toggle="tab" href="#tab-linux-8">8</a></li>
|
|
5
|
+
<li class="nav-item flex-sm-fill text-sm-center"><a class="nav-link" role="tab" data-toggle="tab" href="#tab-linux-7">7</a></li>
|
|
6
6
|
</ul>
|
|
7
7
|
</div>
|
|
8
8
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
<div class="download__content__card">
|
|
2
2
|
|
|
3
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>
|
|
4
|
+
<ul class="nav nav-pills card-header-pills flex-column flex-sm-row">
|
|
5
|
+
<li class="nav-item flex-sm-fill text-sm-center"><a class="nav-link active" role="tab" data-toggle="tab" href="#tab-stream-8">8</a></li>
|
|
6
6
|
</ul>
|
|
7
7
|
</div>
|
|
8
8
|
|
data/_includes/header/home.html
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
{% if site.header.worklines %}
|
|
8
8
|
<div class="header__home__worklines">
|
|
9
9
|
{% for item in site.header.worklines %}
|
|
10
|
-
<a class="btn
|
|
10
|
+
<a class="btn" role="button" href="{{ item.link }}">{{ item.name }}</a>
|
|
11
11
|
{% endfor %}
|
|
12
12
|
</div>
|
|
13
13
|
{% endif %}
|
data/_includes/home/around.html
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
<
|
|
2
|
-
<div class="
|
|
1
|
+
<div class="home__content__news-and-sponsors" id="news-and-sponsors">
|
|
2
|
+
<div class="home__content__news-and-sponsors__news">
|
|
3
3
|
{% include home/news.html %}
|
|
4
4
|
</div>
|
|
5
|
-
<div class="
|
|
5
|
+
<div class="home__content__news-and-sponsors__sponsors">
|
|
6
6
|
{% include home/sponsors.html %}
|
|
7
7
|
</div>
|
|
8
|
-
</
|
|
8
|
+
</div>
|
data/_includes/navbar.html
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<nav class="navbar fixed-top navbar-expand-lg navbar-dark
|
|
1
|
+
<nav class="navbar fixed-top navbar-expand-lg navbar-dark">
|
|
2
2
|
<div class="container">
|
|
3
3
|
<a class="navbar-brand" href="{{ site.identity.logo.link }}"><img src="{{ site.identity.logo.image }}" height="32" alt="{{ site.title }}"></a>
|
|
4
4
|
<button data-toggle="collapse" class="navbar-toggler" data-target="#navcol-1"><span class="sr-only">Toggle navigation</span><span class="navbar-toggler-icon"></span></button>
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
<nav class="post__nav__explorer">
|
|
2
|
+
{% if page.previous.url %}
|
|
3
|
+
<div class="post__nav__explorer__newer">
|
|
4
|
+
{% else %}
|
|
5
|
+
<div class="post__nav__explorer__newer--disabled">
|
|
6
|
+
{% endif %}
|
|
7
|
+
<a href="{{ page.previous.url }}"><button type="button" class="btn btn-light" data-toggle="tooltip" data-placement="top" title="Previous Post - {{ page.previous.title }}"><i class="fas fa-arrow-left"></i></button></a>
|
|
8
|
+
</div>
|
|
9
|
+
{% include top.html %}
|
|
10
|
+
<div class="post__nav_explorer__feeds">
|
|
11
|
+
<a href="{{ "/feed.xml" | relative_url }}"><button type="button" class="btn btn-light" data-toggle="tooltip" data-placement="top" title="RSS"><i class="fas fa-rss"></i></button></a>
|
|
12
|
+
</div>
|
|
13
|
+
<div class="post__nav__explorer__index">
|
|
14
|
+
<a href="{{ "/blog.html" | relative_url }}"><button type="button" class="btn btn-light" data-toggle="tooltip" data-placement="top" title="Blog posts"><i class="fas fa-th"></i></button></a>
|
|
15
|
+
</div>
|
|
16
|
+
{% if page.next.url %}
|
|
17
|
+
<div class="post__nav__explorer__older">
|
|
18
|
+
{% else %}
|
|
19
|
+
<div class="post__nav__explorer__older--disabled">
|
|
20
|
+
{% endif %}
|
|
21
|
+
<a href="{{ page.next.url }}"><button type="button" class="btn btn-light" data-toggle="tooltip" data-placement="top" title="Next Post - {{ page.next.title }}"><i class="fas fa-arrow-right"></i></button></a>
|
|
22
|
+
</div>
|
|
23
|
+
</nav>
|
data/_includes/top.html
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<div class="top">
|
|
2
|
-
<a href="#top"><button class="btn btn-light"><i class="fas fa-arrow-circle-up"></i></button></a>
|
|
2
|
+
<a href="#top"><button title="Page top" type="button" data-toggle="tooltip" class="btn btn-light"><i class="fas fa-arrow-circle-up"></i></button></a>
|
|
3
3
|
</div>
|
data/_layouts/aside.html
CHANGED
|
@@ -5,13 +5,28 @@ layout: default
|
|
|
5
5
|
<main class="aside">
|
|
6
6
|
|
|
7
7
|
<article class="aside__content">
|
|
8
|
+
<div class="aside__content__nav">
|
|
9
|
+
{% include breadcrumbs.html %}
|
|
10
|
+
{% include toc.html html=content %}
|
|
11
|
+
</div>
|
|
8
12
|
{{ content }}
|
|
13
|
+
|
|
14
|
+
<div class="aside__content__nav">
|
|
15
|
+
<div class="aside__nav__explorer">
|
|
16
|
+
{% include top.html %}
|
|
17
|
+
</div>
|
|
18
|
+
</div>
|
|
19
|
+
|
|
9
20
|
</article>
|
|
10
21
|
|
|
11
22
|
<aside class="aside__nav">
|
|
12
23
|
{% include breadcrumbs.html %}
|
|
13
24
|
{% include toc.html html=content %}
|
|
14
|
-
|
|
25
|
+
|
|
26
|
+
<div class="aside__nav__explorer">
|
|
27
|
+
{% include top.html %}
|
|
28
|
+
</div>
|
|
29
|
+
|
|
15
30
|
</aside>
|
|
16
31
|
|
|
17
32
|
</main>
|
data/_layouts/blog.html
CHANGED
|
@@ -4,24 +4,26 @@ layout: default
|
|
|
4
4
|
|
|
5
5
|
<main class="blog">
|
|
6
6
|
|
|
7
|
-
<
|
|
8
|
-
|
|
9
|
-
|
|
7
|
+
<div class="blog__content">
|
|
8
|
+
|
|
9
|
+
<ol class="blog__content__breadcrumb">
|
|
10
|
+
<li class="blog__content__breadcrumb__item"><a href="/">Home</a></li>
|
|
11
|
+
<li class="blog__content__breadcrumb__item--active">{{ page.title | capitalize }}</li>
|
|
10
12
|
</ol>
|
|
11
13
|
|
|
12
|
-
<section class="
|
|
14
|
+
<section class="blog__content__entries">
|
|
13
15
|
{%- if site.posts.size > 0 -%}
|
|
14
|
-
<div class="
|
|
16
|
+
<div class="blog__content__entries__card">
|
|
15
17
|
{%- for post in paginator.posts -%}
|
|
16
|
-
<div class="
|
|
18
|
+
<div class="blog__content__entries__card__item">
|
|
17
19
|
{%- assign date_format = site.date_format | default: "%b %-d, %Y" -%}
|
|
18
20
|
{%- if post.image -%}
|
|
19
|
-
<a href="{{ post.url | relative_url }}"><img class="
|
|
21
|
+
<a href="{{ post.url | relative_url }}"><img class="blog__content__entries__card__item__image" src="{{ post.image }}" alt="{{ post.title | escape }}"></a>
|
|
20
22
|
{%- endif -%}
|
|
21
|
-
<a href="{{ post.url | relative_url }}"><h4 class="
|
|
22
|
-
<p class="
|
|
23
|
+
<a href="{{ post.url | relative_url }}"><h4 class="blog__content__entries__card__item__title">{{ post.title | escape }}</h4></a>
|
|
24
|
+
<p class="blog__content__entries__card__item__date">{{ post.date | date: date_format }}</p>
|
|
23
25
|
{%- if site.show_excerpts -%}
|
|
24
|
-
<p class="
|
|
26
|
+
<p class="blog__content__entries__card__item__excerpt">{{ sponsor.excerpt }}</p>
|
|
25
27
|
{%- endif -%}
|
|
26
28
|
</div>
|
|
27
29
|
{% endfor %}
|
|
@@ -29,25 +31,8 @@ layout: default
|
|
|
29
31
|
{%- endif -%}
|
|
30
32
|
</section>
|
|
31
33
|
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
<div class="blog__navbar__newer">
|
|
35
|
-
{% else %}
|
|
36
|
-
<div class="blog__navbar__newer--disabled">
|
|
37
|
-
{% endif %}
|
|
38
|
-
<a href="{{ paginator.previous_page_path }}"><button type="button" class="btn btn-light" data-toggle="tooltip" data-placement="top" title="Newer Posts"><i class="fas fa-arrow-left"></i></button></a>
|
|
39
|
-
</div>
|
|
40
|
-
<div class="blog__navbar__feeds">
|
|
41
|
-
<a href="{{ "/feed.xml" | relative_url }}"><button type="button" class="btn btn-light" data-toggle="tooltip" data-placement="top" title="RSS"><i class="fas fa-rss"></i></button></a>
|
|
42
|
-
</div>
|
|
43
|
-
{% if paginator.next_page %}
|
|
44
|
-
<div class="blog__navbar__older">
|
|
45
|
-
{% else %}
|
|
46
|
-
<div class="blog__navbar__older--disabled">
|
|
47
|
-
{% endif %}
|
|
48
|
-
<a href="{{ paginator.next_page_path }}"><button type="button" class="btn btn-light" data-toggle="tooltip" data-placement="top" title="Older Posts"><i class="fas fa-arrow-right"></i></button></a>
|
|
49
|
-
</div>
|
|
34
|
+
{% include post-nav-explorer.html %}
|
|
35
|
+
|
|
50
36
|
</div>
|
|
51
|
-
</nav>
|
|
52
37
|
|
|
53
38
|
</main>
|
|
@@ -8,9 +8,12 @@
|
|
|
8
8
|
{% include navbar.html -%}
|
|
9
9
|
{% include header.html -%}
|
|
10
10
|
|
|
11
|
-
<main class="download">
|
|
12
|
-
{% include breadcrumbs.html %}
|
|
11
|
+
<main id="main" class="download">
|
|
13
12
|
<article class="download__content">
|
|
13
|
+
<div class="download__content__nav">
|
|
14
|
+
{% include breadcrumbs.html %}
|
|
15
|
+
{% include toc.html html=content %}
|
|
16
|
+
</div>
|
|
14
17
|
{{ content }}
|
|
15
18
|
</article>
|
|
16
19
|
</main>
|
data/_layouts/home.html
CHANGED
|
@@ -9,8 +9,10 @@
|
|
|
9
9
|
{% include header.html -%}
|
|
10
10
|
|
|
11
11
|
<main class="home">
|
|
12
|
-
|
|
13
|
-
|
|
12
|
+
<div class="home__content">
|
|
13
|
+
{% include home/news-and-sponsors.html -%}
|
|
14
|
+
{% include home/around.html -%}
|
|
15
|
+
</div>
|
|
14
16
|
</main>
|
|
15
17
|
|
|
16
18
|
{% include footer.html -%}
|
data/_layouts/page.html
CHANGED
|
@@ -4,13 +4,17 @@ layout: default
|
|
|
4
4
|
|
|
5
5
|
<main class="page">
|
|
6
6
|
|
|
7
|
-
{% include breadcrumbs.html %}
|
|
8
|
-
{% include toc.html html=content %}
|
|
9
|
-
|
|
10
7
|
<article class="page__content">
|
|
8
|
+
<div class="page__content__nav">
|
|
9
|
+
{% include breadcrumbs.html %}
|
|
10
|
+
{% include toc.html html=content %}
|
|
11
|
+
</div>
|
|
12
|
+
|
|
11
13
|
{{ content }}
|
|
12
|
-
</article>
|
|
13
14
|
|
|
14
|
-
|
|
15
|
+
<nav class="page__content__nav">
|
|
16
|
+
{% include top.html %}
|
|
17
|
+
</nav>
|
|
18
|
+
</article>
|
|
15
19
|
|
|
16
20
|
</main>
|
data/_layouts/post.html
CHANGED
|
@@ -4,39 +4,26 @@ layout: default
|
|
|
4
4
|
|
|
5
5
|
<main class="post">
|
|
6
6
|
|
|
7
|
-
<
|
|
7
|
+
<article class="post__content">
|
|
8
|
+
|
|
9
|
+
<nav class="post__content__nav">
|
|
10
|
+
{% include breadcrumbs.html %}
|
|
11
|
+
{% include toc.html html=content %}
|
|
12
|
+
</nav>
|
|
13
|
+
|
|
8
14
|
{% if page.image %}
|
|
9
|
-
<figure>
|
|
10
|
-
<img class="figure-img img-fluid" src="{{ page.image }}" alt="{{ page.title | escape }}">
|
|
11
|
-
</figure>
|
|
15
|
+
<figure><img class="figure-img img-fluid" src="{{ page.image }}" alt="{{ page.title | escape }}"></figure>
|
|
12
16
|
{% endif %}
|
|
17
|
+
|
|
13
18
|
{{ content }}
|
|
14
|
-
</section>
|
|
15
19
|
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
+
<nav class="post__content__nav">
|
|
21
|
+
{% include post-nav-explorer.html %}
|
|
22
|
+
</nav>
|
|
23
|
+
</article>
|
|
24
|
+
|
|
25
|
+
<aside class="post__nav">
|
|
26
|
+
{% include post-nav.html %}
|
|
20
27
|
</aside>
|
|
21
28
|
|
|
22
|
-
<nav class="post__navbar">
|
|
23
|
-
{% if page.previous.url %}
|
|
24
|
-
<div class="post__navbar__newer">
|
|
25
|
-
{% else %}
|
|
26
|
-
<div class="post__navbar__newer--disabled">
|
|
27
|
-
{% endif %}
|
|
28
|
-
<a href="{{ page.previous.url }}"><button type="button" class="btn btn-light" data-toggle="tooltip" data-placement="top" title="Previous Post - {{ page.previous.title }}"><i class="fas fa-arrow-left"></i></button></a>
|
|
29
|
-
</div>
|
|
30
|
-
<div class="blog__navbar_entries">
|
|
31
|
-
<a href="{{ "/blog.html" | relative_url }}"><button type="button" class="btn btn-light" data-toggle="tooltip" data-placement="top" title="Blog posts"><i class="fas fa-th"></i></button></a>
|
|
32
|
-
</div>
|
|
33
|
-
{% if page.next.url %}
|
|
34
|
-
<div class="post__navbar__older">
|
|
35
|
-
{% else %}
|
|
36
|
-
<div class="post__navbar__older--disabled">
|
|
37
|
-
{% endif %}
|
|
38
|
-
<a href="{{ page.next.url }}"><button type="button" class="btn btn-light" data-toggle="tooltip" data-placement="top" title="Next Post - {{ page.next.title }}"><i class="fas fa-arrow-right"></i></button></a>
|
|
39
|
-
</div>
|
|
40
|
-
</nav>
|
|
41
|
-
|
|
42
29
|
</main>
|
data/_layouts/search.html
CHANGED
|
@@ -4,10 +4,15 @@ layout: default
|
|
|
4
4
|
|
|
5
5
|
<main class="search">
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
<div class="search__content">
|
|
8
|
+
<div class="search__content__nav">
|
|
9
|
+
{% include breadcrumbs.html %}
|
|
10
|
+
{% include toc.html html=content %}
|
|
11
|
+
</div>
|
|
8
12
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
13
|
+
<div class="search__results">
|
|
14
|
+
{{ content }}
|
|
15
|
+
</div>
|
|
16
|
+
</div>
|
|
12
17
|
|
|
13
18
|
</main>
|
data/_layouts/sponsors.html
CHANGED
|
@@ -4,10 +4,13 @@
|
|
|
4
4
|
|
|
5
5
|
<main class="sponsors">
|
|
6
6
|
|
|
7
|
-
{% include breadcrumbs.html %}
|
|
8
|
-
|
|
9
7
|
<div class="sponsors__content">
|
|
10
8
|
|
|
9
|
+
<div class="sponsors__content__nav">
|
|
10
|
+
{% include breadcrumbs.html %}
|
|
11
|
+
{% include toc.html html=content %}
|
|
12
|
+
</div>
|
|
13
|
+
|
|
11
14
|
{{ content }}
|
|
12
15
|
|
|
13
16
|
<div class="sponsors__content__card">
|
data/_sass/centos/_footer.scss
CHANGED
data/_sass/centos/_header.scss
CHANGED
|
@@ -9,14 +9,14 @@
|
|
|
9
9
|
text-shadow: 0 0 5px $black;
|
|
10
10
|
|
|
11
11
|
&__home {
|
|
12
|
-
padding-top: 4rem;
|
|
13
|
-
padding-bottom: 3rem;
|
|
14
|
-
margin-top: 60px;
|
|
15
|
-
|
|
16
12
|
display: flex;
|
|
17
13
|
justify-content: center;
|
|
18
14
|
flex-direction: column;
|
|
19
15
|
|
|
16
|
+
padding-top: 6rem;
|
|
17
|
+
padding-bottom: 12rem;
|
|
18
|
+
margin-top: calc(#{$navbar-brand-height});
|
|
19
|
+
|
|
20
20
|
&__title, &__description, &__preamble {
|
|
21
21
|
@extend .container;
|
|
22
22
|
}
|
|
@@ -28,19 +28,17 @@
|
|
|
28
28
|
&__worklines {
|
|
29
29
|
@extend .container;
|
|
30
30
|
.btn {
|
|
31
|
-
@extend .btn, .btn-
|
|
31
|
+
@extend .btn, .btn-light;
|
|
32
|
+
text-shadow: none;
|
|
32
33
|
margin-bottom: 1rem;
|
|
33
34
|
margin-right: 1rem;
|
|
34
|
-
&:hover {
|
|
35
|
-
text-shadow: none;
|
|
36
|
-
}
|
|
37
35
|
}
|
|
38
36
|
}
|
|
39
37
|
}
|
|
40
38
|
|
|
41
39
|
&__page {
|
|
42
|
-
padding-top:
|
|
43
|
-
padding-bottom:
|
|
40
|
+
padding-top: 2rem;
|
|
41
|
+
padding-bottom: 8rem;
|
|
44
42
|
margin-top: 60px;
|
|
45
43
|
|
|
46
44
|
display: flex;
|
|
@@ -58,8 +56,8 @@
|
|
|
58
56
|
}
|
|
59
57
|
|
|
60
58
|
&__blog, &__post {
|
|
61
|
-
padding-top:
|
|
62
|
-
padding-bottom:
|
|
59
|
+
padding-top: 2rem;
|
|
60
|
+
padding-bottom: 8rem;
|
|
63
61
|
margin-top: 60px;
|
|
64
62
|
|
|
65
63
|
display: flex;
|
data/_sass/centos/_main.scss
CHANGED
|
@@ -1,138 +1,125 @@
|
|
|
1
1
|
.home, .page, .blog, .aside, .download, .sponsors, .search, .post {
|
|
2
2
|
@extend .container;
|
|
3
3
|
min-height: calc(30vh);
|
|
4
|
-
padding-top: $paragraph-margin-bottom;
|
|
5
|
-
padding-bottom: $paragraph-margin-bottom;
|
|
6
4
|
}
|
|
7
5
|
|
|
8
6
|
.home {
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
&__sponsors {
|
|
18
|
-
@extend .col-4;
|
|
19
|
-
.card {
|
|
20
|
-
margin: 1em;
|
|
21
|
-
margin-left: 0;
|
|
22
|
-
border: none;
|
|
7
|
+
&__content {
|
|
8
|
+
@extend .col-sm-12;
|
|
9
|
+
@include content;
|
|
10
|
+
&__news-and-sponsors {
|
|
11
|
+
@extend .row;
|
|
12
|
+
&__news {
|
|
13
|
+
@extend .col-sm-12, .col-xl-8;
|
|
14
|
+
@include link-list;
|
|
23
15
|
}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
16
|
+
&__sponsors {
|
|
17
|
+
@extend .col-sm-12, .col-xl-4;
|
|
18
|
+
.card {
|
|
19
|
+
margin: 1em;
|
|
20
|
+
margin-left: 0;
|
|
21
|
+
border: none;
|
|
22
|
+
}
|
|
23
|
+
img {
|
|
24
|
+
width: auto;
|
|
25
|
+
height: 50px;
|
|
26
|
+
}
|
|
27
27
|
}
|
|
28
28
|
}
|
|
29
|
+
&__around {
|
|
30
|
+
@include link-list;
|
|
31
|
+
}
|
|
29
32
|
}
|
|
30
|
-
|
|
31
|
-
@include link-list;
|
|
32
|
-
}
|
|
33
|
+
|
|
33
34
|
}
|
|
34
35
|
|
|
35
36
|
.aside {
|
|
36
37
|
display: flex;
|
|
37
38
|
align-items: flex-start;
|
|
38
|
-
flex-wrap: wrap;
|
|
39
39
|
|
|
40
40
|
&__nav {
|
|
41
41
|
@include aside-nav;
|
|
42
42
|
}
|
|
43
43
|
|
|
44
44
|
&__content {
|
|
45
|
-
@extend .col-xl-8;
|
|
45
|
+
@extend .col-sm-12, .col-md-12, .col-lg-8, .col-xl-8;
|
|
46
46
|
@include content;
|
|
47
|
-
|
|
47
|
+
@include content-nav;
|
|
48
48
|
}
|
|
49
49
|
}
|
|
50
50
|
|
|
51
51
|
.page {
|
|
52
52
|
&__content {
|
|
53
|
+
@extend .col-sm-12;
|
|
53
54
|
@include content;
|
|
55
|
+
@include content-nav;
|
|
54
56
|
}
|
|
55
57
|
}
|
|
56
58
|
|
|
57
59
|
.blog {
|
|
58
|
-
&__breadcrumb {
|
|
59
|
-
@extend .breadcrumb;
|
|
60
|
-
&__item {
|
|
61
|
-
@extend .breadcrumb-item;
|
|
62
|
-
&--active {
|
|
63
|
-
@extend .active;
|
|
64
|
-
}
|
|
65
|
-
}
|
|
66
|
-
}
|
|
67
60
|
|
|
68
|
-
&
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
flex-direction: row;
|
|
61
|
+
&__content {
|
|
62
|
+
@extend .col-sm-12;
|
|
63
|
+
@include content;
|
|
72
64
|
|
|
73
|
-
&
|
|
74
|
-
|
|
75
|
-
|
|
65
|
+
&__breadcrumb {
|
|
66
|
+
@extend .breadcrumb;
|
|
67
|
+
&__item {
|
|
68
|
+
@extend .breadcrumb-item;
|
|
69
|
+
&--active {
|
|
70
|
+
@extend .breadcrumb-item;
|
|
71
|
+
}
|
|
76
72
|
}
|
|
77
73
|
}
|
|
78
|
-
}
|
|
79
74
|
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
75
|
+
&__entries {
|
|
76
|
+
margin-top: 1rem;
|
|
77
|
+
margin-bottom: 1rem;
|
|
78
|
+
&__card {
|
|
79
|
+
display: flex;
|
|
80
|
+
justify-content: space-between;
|
|
81
|
+
flex-direction: row;
|
|
82
|
+
flex-wrap: wrap;
|
|
88
83
|
|
|
89
|
-
|
|
84
|
+
border: none;
|
|
90
85
|
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
86
|
+
&__item {
|
|
87
|
+
@extend .col-lg-6;
|
|
88
|
+
a {
|
|
89
|
+
color: $body-color;
|
|
90
|
+
&:hover {
|
|
91
|
+
color: $body-color;
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
&__image {
|
|
95
|
+
@extend .img-fluid;
|
|
96
|
+
padding-bottom: 1em;
|
|
97
|
+
}
|
|
96
98
|
}
|
|
97
99
|
}
|
|
98
100
|
}
|
|
99
|
-
|
|
101
|
+
|
|
102
|
+
&__nav {
|
|
103
|
+
@include post-nav-explorer;
|
|
104
|
+
}
|
|
100
105
|
}
|
|
101
106
|
}
|
|
102
107
|
|
|
103
108
|
.post {
|
|
104
109
|
display: flex;
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
@extend .col-lg-8;
|
|
111
|
-
display: flex;
|
|
112
|
-
justify-content: space-between;
|
|
113
|
-
flex-direction: row;
|
|
114
|
-
|
|
115
|
-
&__newer, &__older {
|
|
116
|
-
&--disabled {
|
|
117
|
-
opacity: 0;
|
|
118
|
-
}
|
|
119
|
-
}
|
|
120
|
-
&__newer {
|
|
121
|
-
margin-right: 0;
|
|
122
|
-
}
|
|
123
|
-
&__older {
|
|
124
|
-
margin-left: 0;
|
|
125
|
-
}
|
|
110
|
+
align-items: flex-start;
|
|
111
|
+
|
|
112
|
+
&__nav {
|
|
113
|
+
@include aside-nav;
|
|
114
|
+
@include post-nav-explorer;
|
|
126
115
|
}
|
|
127
116
|
|
|
128
117
|
&__content {
|
|
129
|
-
@extend .col-lg-8;
|
|
118
|
+
@extend .col-sm-12, .col-md-12, .col-lg-8, .col-xl-8;
|
|
130
119
|
@include content;
|
|
131
|
-
|
|
132
|
-
&__nav {
|
|
133
|
-
@include aside-nav;
|
|
134
|
-
}
|
|
120
|
+
@include content-nav;
|
|
135
121
|
}
|
|
122
|
+
|
|
136
123
|
}
|
|
137
124
|
|
|
138
125
|
.search {
|
|
@@ -170,6 +157,9 @@
|
|
|
170
157
|
|
|
171
158
|
.sponsors {
|
|
172
159
|
&__content {
|
|
160
|
+
@extend .col-sm-12, .col-md-12, .col-lg-12, .col-xl-12;
|
|
161
|
+
@include content;
|
|
162
|
+
|
|
173
163
|
&__card {
|
|
174
164
|
display: flex;
|
|
175
165
|
flex-wrap: wrap;
|
data/_sass/centos/_mixins.scss
CHANGED
data/_sass/centos/_nav.scss
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
// Color system
|
|
8
8
|
$white: #fff;
|
|
9
9
|
$black: #000;
|
|
10
|
-
$dark:
|
|
10
|
+
$dark: #343a40;
|
|
11
11
|
|
|
12
12
|
/* ----------------------------------------------------------------------
|
|
13
13
|
* CentOS Identity
|
|
@@ -51,7 +51,7 @@ $nord-color-15: #b48ead;
|
|
|
51
51
|
//
|
|
52
52
|
// Settings for the `<body>` element.
|
|
53
53
|
|
|
54
|
-
$body-bg:
|
|
54
|
+
$body-bg: #f0f0f0;
|
|
55
55
|
$body-color: #212529;
|
|
56
56
|
|
|
57
57
|
// Paragraphs
|
|
@@ -80,3 +80,7 @@ $dropdown-link-hover-bg: rgba($white, .2);
|
|
|
80
80
|
// Breadcrumbs
|
|
81
81
|
$breadcrumb-bg: transparent;
|
|
82
82
|
$breadcrumb-padding-x: 0;
|
|
83
|
+
|
|
84
|
+
//
|
|
85
|
+
$component-active-color: $white;
|
|
86
|
+
$component-active-bg: $dark;
|
|
@@ -1,26 +1,37 @@
|
|
|
1
1
|
@mixin aside-nav {
|
|
2
|
-
@extend .col-xl-4;
|
|
3
2
|
font-size: small;
|
|
3
|
+
margin-top: 15px;
|
|
4
|
+
margin-left: 15px;
|
|
5
|
+
margin-bottom: $paragraph-margin-bottom;
|
|
4
6
|
|
|
5
|
-
|
|
7
|
+
align-self: start;
|
|
8
|
+
position: sticky;
|
|
9
|
+
top: calc(#{$navbar-brand-height + $paragraph-margin-bottom} + 10px);
|
|
6
10
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
+
&__explorer {
|
|
12
|
+
display: flex;
|
|
13
|
+
justify-content: space-between;
|
|
14
|
+
flex-direction: row;
|
|
15
|
+
border-top: 1px solid $gray-300;
|
|
16
|
+
margin-top: $paragraph-margin-bottom;
|
|
17
|
+
margin-bottom: $paragraph-margin-bottom;
|
|
18
|
+
padding-top: $paragraph-margin-bottom;
|
|
11
19
|
}
|
|
12
20
|
|
|
13
21
|
.toc {
|
|
14
22
|
&__section {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
overflow-y: auto;
|
|
19
|
-
}
|
|
23
|
+
flex-direction: column;
|
|
24
|
+
max-height: 65vh;
|
|
25
|
+
overflow-y: auto;
|
|
20
26
|
}
|
|
21
27
|
}
|
|
22
28
|
|
|
23
|
-
|
|
24
|
-
|
|
29
|
+
@include media-breakpoint-up(xm) {
|
|
30
|
+
display: none;
|
|
25
31
|
}
|
|
32
|
+
|
|
33
|
+
@include media-breakpoint-up(lg) {
|
|
34
|
+
display: block;
|
|
35
|
+
}
|
|
36
|
+
|
|
26
37
|
}
|
|
@@ -1,8 +1,13 @@
|
|
|
1
1
|
@mixin content {
|
|
2
2
|
|
|
3
|
+
background: #fff;
|
|
4
|
+
padding: 2.75rem;
|
|
5
|
+
margin-top: -120px;
|
|
6
|
+
min-height: 430px;
|
|
7
|
+
|
|
3
8
|
h1, h2, h3, h4, h5, h6 {
|
|
4
9
|
scroll-margin-top: $scroll-margin-top + 2.5;
|
|
5
|
-
&:first-
|
|
10
|
+
&:first-of-type {
|
|
6
11
|
margin-top: 0;
|
|
7
12
|
padding-top: 0;
|
|
8
13
|
}
|
|
@@ -15,6 +20,7 @@
|
|
|
15
20
|
|
|
16
21
|
img {
|
|
17
22
|
@extend .img-fluid;
|
|
23
|
+
width: 100%;
|
|
18
24
|
}
|
|
19
25
|
|
|
20
26
|
pre {
|
|
@@ -77,5 +83,5 @@
|
|
|
77
83
|
@extend .embed-responsive, .embed-responsive-16by9;
|
|
78
84
|
margin-bottom: $line-height-base * 1em;
|
|
79
85
|
}
|
|
80
|
-
}
|
|
81
86
|
|
|
87
|
+
}
|
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: 0.
|
|
4
|
+
version: 0.4.0
|
|
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: 2021-03-
|
|
11
|
+
date: 2021-03-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
@@ -99,6 +99,8 @@ files:
|
|
|
99
99
|
- _includes/page/alert-warning.html
|
|
100
100
|
- _includes/page/figure.html
|
|
101
101
|
- _includes/page/video.html
|
|
102
|
+
- _includes/post-nav-explorer.html
|
|
103
|
+
- _includes/post-nav.html
|
|
102
104
|
- _includes/search.html
|
|
103
105
|
- _includes/toc.html
|
|
104
106
|
- _includes/top.html
|
|
@@ -215,8 +217,10 @@ files:
|
|
|
215
217
|
- _sass/centos/centos.scss
|
|
216
218
|
- _sass/centos/fonts/_montserrat.scss
|
|
217
219
|
- _sass/centos/mixins/_aside-nav.scss
|
|
220
|
+
- _sass/centos/mixins/_content-nav.scss
|
|
218
221
|
- _sass/centos/mixins/_content.scss
|
|
219
222
|
- _sass/centos/mixins/_link-list.scss
|
|
223
|
+
- _sass/centos/mixins/_post-nav-explorer.scss
|
|
220
224
|
- _sass/fontawesome/_animated.scss
|
|
221
225
|
- _sass/fontawesome/_bordered-pulled.scss
|
|
222
226
|
- _sass/fontawesome/_core.scss
|