jekyll-theme-centos 2.3.0.beta.86 → 2.3.0.beta.87
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/_data/centos/footer.yml +5 -5
- data/_includes/head.html +1 -1
- data/_includes/navbar.html +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 91beee318422c1875a0db594c83c7584aaa183fcb6a26df655014be9441da922
|
|
4
|
+
data.tar.gz: 4e933db69a1fba041f9bacd44d7b3293ec9734843088e4b76c43b103faa6c0d6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1b99e08f7392d7845ad817667b6401fc3a964a83e786f3a9b88e51d50668e08f28a7b8e010804b3124ecd4547bdf9bffcbdba05c1674b44d0f5bebff0b3b6f63
|
|
7
|
+
data.tar.gz: c723fe3d33bda947ac6764605c01616987fc41ee86271230373859b603dfc6497c17e38e0b60505eb3042e7c561be221b475646203eb9006bdfd3f051f3519bc
|
data/_data/centos/footer.yml
CHANGED
|
@@ -4,19 +4,19 @@
|
|
|
4
4
|
#
|
|
5
5
|
social:
|
|
6
6
|
- name: Facebook
|
|
7
|
-
icon: "
|
|
7
|
+
icon: "fa-brands fa-facebook-f"
|
|
8
8
|
link: "https://www.facebook.com/groups/centosproject/"
|
|
9
9
|
- name: Twitter
|
|
10
|
-
icon: "
|
|
10
|
+
icon: "fa-brands fa-twitter"
|
|
11
11
|
link: "https://twitter.com/centos"
|
|
12
12
|
- name: Youtube
|
|
13
|
-
icon: "
|
|
13
|
+
icon: "fa-brands fa-youtube"
|
|
14
14
|
link: "https://youtube.com/TheCentOSProject"
|
|
15
15
|
- name: Linkedin
|
|
16
|
-
icon: "
|
|
16
|
+
icon: "fa-brands fa-linkedin"
|
|
17
17
|
link: "https://www.linkedin.com/groups/22405"
|
|
18
18
|
- name: Reddit
|
|
19
|
-
icon: "
|
|
19
|
+
icon: "fa-brands fa-reddit"
|
|
20
20
|
link: "https://www.reddit.com/r/CentOS/"
|
|
21
21
|
- name: Mastodon
|
|
22
22
|
icon: "fa-brands fa-mastodon"
|
data/_includes/head.html
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<head>
|
|
2
2
|
<meta charset="utf-8" />
|
|
3
3
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no" />
|
|
4
|
-
<title>{{
|
|
4
|
+
<title>{{ page.title }}</title>
|
|
5
5
|
<link rel="icon" href="{{ site.baseurl }}/assets/icons/favicon-16.png" sizes="16x16" />
|
|
6
6
|
<link rel="icon" href="{{ site.baseurl }}/assets/icons/favicon-32.png" sizes="32x32" />
|
|
7
7
|
<link rel="icon" href="{{ site.baseurl }}/assets/icons/favicon.svg" sizes="any" />
|
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.baseurl }}"><img role="img" src="{{ site.baseurl }}/{{ site.data.centos.identity.logo.navbar }}" height="32" alt="{{ site.
|
|
4
|
+
<a class="navbar-brand" href="{{ site.baseurl }}"><img role="img" src="{{ site.baseurl }}/{{ site.data.centos.identity.logo.navbar }}" height="32" alt="{{ site.title }}" /><span class="manifestation">{{ site.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>
|
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.3.0.beta.
|
|
4
|
+
version: 2.3.0.beta.87
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Release
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-05-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|