jekyll-theme-centos 2.6.0 → 2.8.0

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: e3ca648c56202c3e20d730a1ac8cb48feee36b0bfd62978a18a71ed175e5134a
4
- data.tar.gz: 27cf09c8ab83b2b74a5ba56bd78adde07223bf1961237e5331fa535ae4bf3bb8
3
+ metadata.gz: 2b950d67d998e1c1458007ba980532a85418f3291712acb9050234014f385ec0
4
+ data.tar.gz: 458d0694345dec3a541c32a04f9dc5989d4dc7eb2a0baa31f76ea3c32243f7df
5
5
  SHA512:
6
- metadata.gz: 5d237dee3ca08754c9eed6b9b0001a19a2331752d55d456e375d37f5eafcc8d8ea90fd754d4c18a919f258a8aa29174c42ded344801c2466595490197d4d64b2
7
- data.tar.gz: 9200ffe225ed29b4945379f4b211d9b3656e02eefefa6854cc4be5be9cebdb4f31fdee4de4c058223b8b7b13b9b2a1cb8f5ac718d4209a16a5c99c2e96441fcf
6
+ metadata.gz: 786484d972cd6775876574698aa2025214399d251a0932d427fca51dab03a7b4899e6fe2130b8132497b80f2a445b06580bdcf66234d09f00386287646213b21
7
+ data.tar.gz: ffeb7936ed6504ffd0bffa9687a3da2933242c03a48f750e58522f848952f7dbb2a9e9252cc9f89a043d6147d1fa9add760e84cfc981b5801bb1f2e2246fdb15
@@ -1,4 +1,4 @@
1
- <div class="bg-image bg-dark text-light">
1
+ <header class="bg-image bg-dark text-light">
2
2
  <div class="container py-5">
3
3
  {% if page.with_announcements and page.with_announcements.size > 0 -%}
4
4
  <div class="row">
@@ -14,4 +14,4 @@
14
14
  </div>
15
15
  </div>
16
16
  </div>
17
- </div>
17
+ </header>
@@ -1,32 +1,30 @@
1
1
  {% assign navbar = site.data[site.navbar_data_dirname][site.navbar_data_filename] %}
2
- <header class="site-header sticky-top">
3
- <nav class="navbar navbar-expand-lg navbar-dark bg-dark shadow">
4
- <div class="container">
5
- <a class="navbar-brand pt-1" href="{{ site.baseurl }}/"><img role="img" src="{{ site.baseurl }}/{{ site.data.base.identity.logo.navbar }}" height="32" alt="{{ site.title }}" />{% if site.manifestation != "" %}<span class="manifestation border-start border-light ps-3 ms-3 py-2 fs-6">{{ site.manifestation }}</span>{% endif %}</a>
6
- <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarContent" aria-controls="navbarContent" aria-expanded="false" aria-label="Toggle navigation">
7
- <span class="navbar-toggler-icon"></span>
8
- </button>
9
- <div class="collapse navbar-collapse" id="navbarContent">
10
- <ul class="navbar-nav mr-auto">
11
- {% assign navitems = navbar | where: "visible_on", "navbar" -%}
12
- {% for navitem in navitems -%}
13
- {% if navitem.menu.size == 0 -%}
14
- <li class="nav-item">
15
- <a class="nav-link" role="presentation" href="{{ site.baseurl }}{{ navitem.link }}"><i class="{{ navitem.icon }}"></i> {{ navitem.name }}</a>
16
- </li>
17
- {% else -%}
18
- <li class="nav-item dropdown">
19
- <a class="nav-link dropdown-toggle" href="#" id="navbarDropdown-{{ forloop.index }}" role="button" data-bs-toggle="dropdown" aria-expanded="false"><i class="{{ navitem.icon }}"></i> {{ navitem.name }}</a>
20
- <ul class="dropdown-menu dropdown-menu-dark shadow" aria-labelledby="navbarDropdown-{{ forloop.index }}">
21
- {% for dropdownitem in navitem.menu -%}
22
- <li><a class="dropdown-item" role="presentation" href="{{ site.baseurl }}{{ dropdownitem.link }}">{{ dropdownitem.name }}</a></li>
23
- {% endfor -%}
24
- </ul>
25
- </li>
26
- {% endif -%}
27
- {% endfor -%}
28
- </ul>
29
- </div>
2
+ <nav class="navbar sticky-top navbar-expand-lg navbar-dark bg-dark shadow">
3
+ <div class="container">
4
+ <a class="navbar-brand pt-1" href="{{ site.baseurl }}/"><img role="img" src="{{ site.baseurl }}/{{ site.data.base.identity.logo.navbar }}" height="32" alt="{{ site.title }}" />{% if site.manifestation != "" %}<span class="manifestation border-start border-light ps-3 ms-3 py-2 fs-6">{{ site.manifestation }}</span>{% endif %}</a>
5
+ <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarContent" aria-controls="navbarContent" aria-expanded="false" aria-label="Toggle navigation">
6
+ <span class="navbar-toggler-icon"></span>
7
+ </button>
8
+ <div class="collapse navbar-collapse" id="navbarContent">
9
+ <ul class="navbar-nav mr-auto">
10
+ {% assign navitems = navbar | where: "visible_on", "navbar" -%}
11
+ {% for navitem in navitems -%}
12
+ {% if navitem.menu.size == 0 -%}
13
+ <li class="nav-item">
14
+ <a class="nav-link" role="presentation" href="{{ site.baseurl }}{{ navitem.link }}"><i class="{{ navitem.icon }}"></i> {{ navitem.name }}</a>
15
+ </li>
16
+ {% else -%}
17
+ <li class="nav-item dropdown">
18
+ <a class="nav-link dropdown-toggle" href="#" id="navbarDropdown-{{ forloop.index }}" role="button" data-bs-toggle="dropdown" aria-expanded="false"><i class="{{ navitem.icon }}"></i> {{ navitem.name }}</a>
19
+ <ul class="dropdown-menu dropdown-menu-dark shadow" aria-labelledby="navbarDropdown-{{ forloop.index }}">
20
+ {% for dropdownitem in navitem.menu -%}
21
+ <li><a class="dropdown-item" role="presentation" href="{{ site.baseurl }}{{ dropdownitem.link }}">{{ dropdownitem.name }}</a></li>
22
+ {% endfor -%}
23
+ </ul>
24
+ </li>
25
+ {% endif -%}
26
+ {% endfor -%}
27
+ </ul>
30
28
  </div>
31
- </nav>
32
- </header>
29
+ </div>
30
+ </nav>
@@ -1,27 +1,25 @@
1
1
  {% if page.about.section.visible == true %}
2
- <div class="container pt-5 text-center">
3
- <div class="row">
4
- <div class="col">
5
- {% if page.about.section.icon %}
6
- <i class="h1 {{ page.about.section.icon }}"></i>
7
- {% endif %} {% if page.about.section.name %}
8
- <h1>{{ page.about.section.name }}</h1>
9
- {% endif %} {% if page.about.section.preamble %}
10
- <p>{{ page.about.section.preamble }}</p>
11
- {% endif %}
12
- </div>
13
- </div>
2
+ <section class="container my-5 text-center">
14
3
 
15
- <div class="row mt-3">
16
- <div class="col">
17
- {% if page.about.content.size > 0 %}
18
- {% for p in page.about.content %}
19
- <p>{{ p }}</p>
20
- {% endfor %}
21
- {% else %}
22
- <div class="alert alert-light border shadow" role="alert">Nothing posted here, yet.</div>
23
- {% endif %}
24
- </div>
25
- </div>
26
- </div>
4
+ {% if page.about.section.icon %}
5
+ <i class="h1 {{ page.about.section.icon }}"></i>
6
+ {% endif %}
7
+
8
+ {% if page.about.section.name %}
9
+ <h1>{{ page.about.section.name }}</h1>
10
+ {% endif %}
11
+
12
+ {% if page.about.section.preamble %}
13
+ <p>{{ page.about.section.preamble }}</p>
14
+ {% endif %}
15
+
16
+ {% if page.about.content.size > 0 %}
17
+ {% for p in page.about.content %}
18
+ <p>{{ p }}</p>
19
+ {% endfor %}
20
+ {% else %}
21
+ <div class="alert alert-light border shadow" role="alert">Nothing posted here, yet.</div>
22
+ {% endif %}
23
+
24
+ </section>
27
25
  {% endif %}
@@ -1,11 +1,7 @@
1
- <div class="bg-dark bg-image">
2
- <div class="container p-5 text-white text-center">
3
- <div class="row">
4
- <div class="col">
5
- <img class="rounded-circle shadow img-fluid" width="250" src="{{ site.baseurl }}/assets/img/people/{{ page.avatar }}" alt="{{ page.username }}" />
6
- <h1 class="display-2 fw-bold">{{ page.username }}</h1>
7
- <p class="lead">{{ page.fullname }}</p>
8
- </div>
9
- </div>
1
+ <header class="bg-dark bg-image">
2
+ <div class="container py-5 text-white text-center">
3
+ <img class="rounded-circle shadow img-fluid" width="250" src="{{ site.baseurl }}/assets/img/people/{{ page.avatar }}" alt="{{ page.username }}" />
4
+ <h1 class="display-2 fw-bold">{{ page.username }}</h1>
5
+ <p class="lead">{{ page.fullname }}</p>
10
6
  </div>
11
- </div>
7
+ </header>
@@ -1,35 +1,33 @@
1
1
  {% assign username = page.username %} {% assign entries = site.posts | where: "author", username %} {% assign limit = page.posts.section.limit %} {% if page.posts.section.visible == true %}
2
- <div class="container pt-5 text-center">
3
- <div class="row">
4
- <div class="col">
5
- {% if page.posts.section.icon %}
6
- <i class="h1 {{ page.posts.section.icon }}"></i>
7
- {% endif %} {% if page.posts.section.name %}
8
- <h1>{{ page.posts.section.name }}</h1>
9
- {% endif %} {% if page.posts.section.preamble %}
10
- <p>{{ page.posts.section.preamble }}</p>
11
- {% endif %}
12
- </div>
13
- </div>
2
+ <section class="container my-5 text-center">
3
+
4
+ {% if page.posts.section.icon %}
5
+ <i class="h1 {{ page.posts.section.icon }}"></i>
6
+ {% endif %}
7
+
8
+ {% if page.posts.section.name %}
9
+ <h1>{{ page.posts.section.name }}</h1>
10
+ {% endif %}
14
11
 
15
- <div class="row">
16
- <div class="col">
17
- {% if entries.size > 0 %}
18
- <div class="list-group shadow text-start">
19
- {% for i in entries limit: limit %} {%- assign date_format = site.date_format | default: "%b %-d, %Y" -%}
20
- <a href="{{ site.baseurl }}{{ i.url }}" class="list-group-item list-group-item-action">
21
- <div class="d-flex gap-2w-100 justify-content-between">
22
- <h5 class="pt-0 mt-1 mb-1 fw-bold text-primary">{{ i.title }}</h5>
23
- <small class="text-muted">{{ i.date | date: date_format }}</small>
24
- </div>
25
- <p class="mb-1">{{ i.excerpt | strip_html | slice: 0,150 }}...</p>
26
- </a>
27
- {% endfor %}
12
+ {% if page.posts.section.preamble %}
13
+ <p>{{ page.posts.section.preamble }}</p>
14
+ {% endif %}
15
+
16
+ {% if entries.size > 0 %}
17
+ <div class="list-group shadow text-start">
18
+ {% for i in entries limit: limit %} {%- assign date_format = site.date_format | default: "%b %-d, %Y" -%}
19
+ <a href="{{ site.baseurl }}{{ i.url }}" class="list-group-item list-group-item-action">
20
+ <div class="d-flex gap-2w-100 justify-content-between">
21
+ <h5 class="pt-0 mt-1 mb-1 fw-bold text-primary">{{ i.title }}</h5>
22
+ <small class="text-muted">{{ i.date | date: date_format }}</small>
28
23
  </div>
29
- {% else %}
30
- <div class="alert alert-light border shadow" role="alert">Nothing posted here, yet.</div>
31
- {% endif %}
32
- </div>
24
+ <p class="mb-1">{{ i.excerpt | strip_html | slice: 0,150 }}...</p>
25
+ </a>
26
+ {% endfor %}
33
27
  </div>
34
- </div>
28
+ {% else %}
29
+ <div class="alert alert-light border shadow" role="alert">Nothing posted here, yet.</div>
30
+ {% endif %}
31
+
32
+ </section>
35
33
  {% endif %}
@@ -1,39 +1,33 @@
1
1
  {% assign username = page.username %} {% assign projects = page.projects.content %} {% assign limit = page.posts.section.limit %} {% if page.projects.section.visible == true %}
2
- <div class="container pt-5 text-center">
2
+ <section class="container my-5 text-center">
3
3
 
4
- <div class="row">
5
- <div class="col">
6
- {% if page.projects.section.icon %}
7
- <i class="h1 {{ page.projects.section.icon }}"></i>
8
- {% endif %}
9
- {% if page.projects.section.name %}
10
- <h1>{{ page.projects.section.name }}</h1>
11
- {% endif %}
12
- {% if page.projects.section.preamble %}
13
- <p>{{ page.projects.section.preamble }}</p>
14
- {% endif %}
15
- </div>
16
- </div>
4
+ {% if page.projects.section.icon %}
5
+ <i class="h1 {{ page.projects.section.icon }}"></i>
6
+ {% endif %}
7
+
8
+ {% if page.projects.section.name %}
9
+ <h1>{{ page.projects.section.name }}</h1>
10
+ {% endif %}
11
+
12
+ {% if page.projects.section.preamble %}
13
+ <p>{{ page.projects.section.preamble }}</p>
14
+ {% endif %}
17
15
 
18
- <div class="row">
19
- <div class="col">
20
- {% if projects.size > 0 %}
21
- <div class="card-group">
22
- {% for i in projects limit: limit %}
23
- <div class="card">
24
- <a href="{{ i.link }}"><img src="{{ site.url }}/{{ site.baseurl }}/assets/img/people/{{ i.image }}" class="card-img-top" alt="{{ i.name }}"></a>
25
- <div class="card-body">
26
- <h4 class="card-title"><a href="{{ i.link }}">{{ i.name }}</a></h4>
27
- <p class="card-text">{{ i.description }}</p>
28
- </div>
29
- </div>
30
- {% endfor %}
16
+ {% if projects.size > 0 %}
17
+ <div class="card-group">
18
+ {% for i in projects limit: limit %}
19
+ <div class="card">
20
+ <a href="{{ i.link }}"><img src="{{ site.url }}/{{ site.baseurl }}/assets/img/people/{{ i.image }}" class="card-img-top" alt="{{ i.name }}"></a>
21
+ <div class="card-body">
22
+ <h4 class="card-title"><a href="{{ i.link }}">{{ i.name }}</a></h4>
23
+ <p class="card-text">{{ i.description }}</p>
31
24
  </div>
32
- {% else %}
33
- <div class="alert alert-light border shadow" role="alert">Nothing posted here, yet.</div>
34
- {% endif %}
35
25
  </div>
26
+ {% endfor %}
36
27
  </div>
28
+ {% else %}
29
+ <div class="alert alert-light border shadow" role="alert">Nothing posted here, yet.</div>
30
+ {% endif %}
37
31
 
38
- </div>
32
+ </section>
39
33
  {% endif %}
@@ -1,16 +1,17 @@
1
1
  {% if page.pubkeys.section.visible == true %}
2
- <div class="container pt-5 text-center">
3
- <div class="row">
4
- <div class="col">
5
- {% if page.pubkeys.section.icon %}
6
- <i class="h1 {{ page.pubkeys.section.icon }}"></i>
7
- {% endif %} {% if page.pubkeys.section.name %}
8
- <h1>{{ page.pubkeys.section.name }}</h1>
9
- {% endif %} {% if page.pubkeys.section.preamble %}
10
- <p>{{ page.pubkeys.section.preamble }}</p>
11
- {% endif %}
12
- </div>
13
- </div>
2
+ <section class="container my-5 text-center">
3
+
4
+ {% if page.pubkeys.section.icon %}
5
+ <i class="h1 {{ page.pubkeys.section.icon }}"></i>
6
+ {% endif %}
7
+
8
+ {% if page.pubkeys.section.name %}
9
+ <h1>{{ page.pubkeys.section.name }}</h1>
10
+ {% endif %}
11
+
12
+ {% if page.pubkeys.section.preamble %}
13
+ <p>{{ page.pubkeys.section.preamble }}</p>
14
+ {% endif %}
14
15
 
15
16
  {% if page.pubkeys.content.size > 0 %}
16
17
  <div class="row">
@@ -27,5 +28,6 @@
27
28
  {% else %}
28
29
  <div class="alert alert-light border shadow" role="alert">Nothing posted here, yet.</div>
29
30
  {% endif %}
30
- </div>
31
+
32
+ </section>
31
33
  {% endif %}
@@ -1,16 +1,17 @@
1
1
  {% if page.support.section.visible == true %}
2
- <div class="container pt-5 text-center">
3
- <div class="row">
4
- <div class="col">
5
- {% if page.support.section.icon %}
6
- <i class="h1 {{ page.support.section.icon }}"></i>
7
- {% endif %} {% if page.support.section.name %}
8
- <h1>{{ page.support.section.name }}</h1>
9
- {% endif %} {% if page.support.section.preamble %}
10
- <p>{{ page.support.section.preamble }}</p>
11
- {% endif %}
12
- </div>
13
- </div>
2
+ <section class="container my-5 text-center">
3
+
4
+ {% if page.support.section.icon %}
5
+ <i class="h1 {{ page.support.section.icon }}"></i>
6
+ {% endif %}
7
+
8
+ {% if page.support.section.name %}
9
+ <h1>{{ page.support.section.name }}</h1>
10
+ {% endif %}
11
+
12
+ {% if page.support.section.preamble %}
13
+ <p>{{ page.support.section.preamble }}</p>
14
+ {% endif %}
14
15
 
15
16
  {% if page.support.content.size > 0 %}
16
17
  <div class="row">
@@ -21,5 +22,6 @@
21
22
  {% else %}
22
23
  <div class="alert alert-light border shadow" role="alert">Nothing posted here, yet.</div>
23
24
  {% endif %}
24
- </div>
25
+
26
+ </section>
25
27
  {% endif %}
@@ -4,8 +4,9 @@
4
4
 
5
5
  <body id="top">
6
6
  {% include base/navbar.html -%}
7
+ {% include base/header.html -%}
8
+
7
9
  <main>
8
- {% include base/header.html -%}
9
10
  <div class="container py-5">
10
11
  {% if page.with_breadcrumbs %}
11
12
  <div class="row justify-content-center">
@@ -4,9 +4,9 @@
4
4
 
5
5
  <body id="top">
6
6
  {% include base/navbar.html -%}
7
-
8
- <main class="pb-5">
9
7
  {% include people/header.html %}
8
+
9
+ <main>
10
10
  {% include people/about.html %}
11
11
  {% include people/projects.html %}
12
12
  {% include people/posts.html %}
@@ -2,6 +2,33 @@
2
2
  // Adjustments
3
3
  // --------------------------------------------------------------------------------
4
4
 
5
+ nav {
6
+ // --------------------------------------------------------------------------------
7
+ // Nav
8
+ // --------------------------------------------------------------------------------
9
+ .navbar-brand {
10
+ .manifestation {
11
+ --bs-border-opacity: 0.5;
12
+ }
13
+ }
14
+ }
15
+
16
+ header {
17
+ // --------------------------------------------------------------------------------
18
+ // Backgrounds
19
+ // --------------------------------------------------------------------------------
20
+ &.bg-image {
21
+ background-image: url("../../img/centos-motif.png");
22
+ background-size: cover;
23
+ background-repeat: no-repeat;
24
+ background-position: center;
25
+ }
26
+
27
+ &.bg-light-radial-gradient {
28
+ background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(248, 249, 250, 0) 100%);
29
+ }
30
+ }
31
+
5
32
  main {
6
33
  // --------------------------------------------------------------------------------
7
34
  // Navbar and linked headings' correction.
@@ -21,20 +48,6 @@ main {
21
48
  margin-top: 3rem;
22
49
  }
23
50
 
24
- // --------------------------------------------------------------------------------
25
- // Backgrounds
26
- // --------------------------------------------------------------------------------
27
- .bg-image {
28
- background-image: url("../../img/centos-motif.png");
29
- background-size: cover;
30
- background-repeat: no-repeat;
31
- background-position: center;
32
- }
33
-
34
- .bg-light-radial-gradient {
35
- background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(248, 249, 250, 0) 100%);
36
- }
37
-
38
51
  // --------------------------------------------------------------------------------
39
52
  // DataTable
40
53
  // --------------------------------------------------------------------------------
@@ -54,14 +67,6 @@ main {
54
67
  }
55
68
  }
56
69
 
57
- header {
58
- .navbar-brand {
59
- .manifestation {
60
- --bs-border-opacity: 0.5;
61
- }
62
- }
63
- }
64
-
65
70
  footer,
66
71
  .accordion-body {
67
72
  a {
Binary file
Binary file
Binary file
Binary file
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-centos
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.6.0
4
+ version: 2.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - ReleaseBot
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-07-09 00:00:00.000000000 Z
11
+ date: 2023-07-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -40,7 +40,7 @@ dependencies:
40
40
  version: 2.4.0
41
41
  description:
42
42
  email:
43
- - project_42168898_bot_fc4d36df521f3af961708bdae505f7c7@noreply.gitlab.com
43
+ - group_59038887_bot_c43eba9ad591dd07d005fafa4a9fef16@noreply.gitlab.com
44
44
  executables: []
45
45
  extensions: []
46
46
  extra_rdoc_files: []