jekyll-theme-centos 2.3.0.beta.86 → 2.3.0.beta.88

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: 1c7cafba1ac1a05ec576ae838137933c6b685a10af79ac211463b57d2775f28b
4
- data.tar.gz: 8449e08600287e81657ab22336c14c8d450ae4456e58edb87a0706754e68c230
3
+ metadata.gz: 95f5f75327a55bc5c20e986116f68bdcc8c0ace0add3486f9b357db36509f7e4
4
+ data.tar.gz: 610aeae9a571f792785ad6e13d05919142ff10ca8387b9908972055c1c7dffb0
5
5
  SHA512:
6
- metadata.gz: 8d880119e950c45903b89c217c230d7a7ee8893615659ea58bfd75ddc28c084a39c1fb16f287d7ffe14125c632348c134a4888729272e8435138237c4beeb798
7
- data.tar.gz: ed172a69522a3407f6cfe3e2bfd01a720f6572ddd04eb2c1cfca33550f0c988e4d46993861d6bf14866ae75b7b64a60dff04e1bbf9eb2a511dce876a41108d74
6
+ metadata.gz: a625de3695c6163bf48647b5f4d1ffc6c35f8deebadc859e70e69d5feb4f9bda55056e5d6b054367f98930ec16a84083b050d915e870945a14b35937d3360de6
7
+ data.tar.gz: b222a1dd15cebd18d984438da0395658d535c729a5059cead2dabf32aa839b17bde5415ccd75372d9107fc0649afd9c1f0f2fdc2350f30fe153b79e7160bd0e8
@@ -4,19 +4,19 @@
4
4
  #
5
5
  social:
6
6
  - name: Facebook
7
- icon: "fab fa-facebook-f"
7
+ icon: "fa-brands fa-facebook-f"
8
8
  link: "https://www.facebook.com/groups/centosproject/"
9
9
  - name: Twitter
10
- icon: "fab fa-twitter"
10
+ icon: "fa-brands fa-twitter"
11
11
  link: "https://twitter.com/centos"
12
12
  - name: Youtube
13
- icon: "fab fa-youtube"
13
+ icon: "fa-brands fa-youtube"
14
14
  link: "https://youtube.com/TheCentOSProject"
15
15
  - name: Linkedin
16
- icon: "fab fa-linkedin"
16
+ icon: "fa-brands fa-linkedin"
17
17
  link: "https://www.linkedin.com/groups/22405"
18
18
  - name: Reddit
19
- icon: "fab fa-reddit"
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"
@@ -3,8 +3,10 @@
3
3
  # site.data.centos.identity - Control the site branding (corporate visual
4
4
  # identity) information.
5
5
  #
6
- title: "jekyll-theme-centos-utils"
7
- description: "Jekyll HTML templates and YAML data definition reusable across all CentOS websites."
6
+ title: "The CentOS Project"
7
+ description: >
8
+ Community-driven free software effort focused around the goal of providing a
9
+ rich base platform for open source communities to build upon.
8
10
 
9
11
  logo:
10
12
  link: ""
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>{{ include.title }}</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" />
@@ -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.data.centos.identity.title }}" /><span class="manifestation">{{ site.data.centos.identity.logo.manifestation }}</span></a>
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.86
4
+ version: 2.3.0.beta.88
5
5
  platform: ruby
6
6
  authors:
7
7
  - Release
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-04-30 00:00:00.000000000 Z
11
+ date: 2023-05-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll