jekyll-theme-centos 0.8.9 → 0.9.20220201032927
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/header/home.html +1 -1
- data/_sass/centos/_footer.scss +1 -1
- data/_sass/centos/_header.scss +1 -1
- data/_sass/centos/centos.scss +3 -2
- data/assets/img/favicon.png +0 -0
- data/assets/img/logo.png +0 -0
- data/assets/img/motif.png +0 -0
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4920b5c8a97393a2796e60658c00d280d5654960d62c4f2c641e8ad29017f75f
|
4
|
+
data.tar.gz: b7296c80b18af68437bbc4ac135a22f902157214542a1eac183f3c14adaae3c5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f314d73d33f3a7a3086b293e768f906af5a8baa9929765227721efbb5b46e0aea21f7afaa7e1b4681e095fd483e4a0cf4bb53f36e0d7f6729c4ff850a9e6b060
|
7
|
+
data.tar.gz: 4e83b8eeb437c48175a235e36879bd8d00b21925c273fb652bcff3305bc6d30870e0e0951761cdd189ad97825041e5053e6d34538d1cb5dfb8cacd295426d76e
|
data/_includes/header/home.html
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
<h1 class="header__home__presentaiton_title">{{ site.title }}</h1>
|
5
5
|
<p class="header__home__presentation__description">{{ site.description }}</p>
|
6
6
|
{% if site.data.centos.distributions %}
|
7
|
-
<p class="header__home__presentation__description">We offer two Linux variants: (<a class="btn btn-sm" role="button" href="
|
7
|
+
<p class="header__home__presentation__description">We offer two Linux variants: (<a class="btn btn-sm" role="button" href="cl-vs-cs">What's the difference?</a>)</p>
|
8
8
|
<div class="header__home__presentation__distributions">
|
9
9
|
{% include home/distributions.html %}
|
10
10
|
</div>
|
data/_sass/centos/_footer.scss
CHANGED
data/_sass/centos/_header.scss
CHANGED
data/_sass/centos/centos.scss
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
/*!
|
2
|
-
* jekyll-theme-centos
|
3
|
-
* Copyright 2020-
|
2
|
+
* jekyll-theme-centos 0.9.20220201032927 (https://gitlab.com/areguera/jekyll-theme-centos)
|
3
|
+
* Copyright 2020-2022 areguera@centosproject.org
|
4
4
|
* Licensed under MIT (https://gitlab.com/areguera/jekyll-theme-centos/-/blob/master/LICENSE)
|
5
5
|
*/
|
6
6
|
@import "fontawesome/fontawesome";
|
@@ -19,3 +19,4 @@
|
|
19
19
|
@import "centos/header";
|
20
20
|
@import "centos/main";
|
21
21
|
@import "centos/footer";
|
22
|
+
|
data/assets/img/favicon.png
CHANGED
Binary file
|
data/assets/img/logo.png
CHANGED
Binary file
|
data/assets/img/motif.png
CHANGED
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: 0.
|
4
|
+
version: 0.9.20220201032927
|
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:
|
11
|
+
date: 2022-02-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -380,7 +380,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
380
380
|
- !ruby/object:Gem::Version
|
381
381
|
version: '0'
|
382
382
|
requirements: []
|
383
|
-
rubygems_version: 3.
|
383
|
+
rubygems_version: 3.3.3
|
384
384
|
signing_key:
|
385
385
|
specification_version: 4
|
386
386
|
summary: Jekyll theme for CentOS website
|