jekyll-theme-centos 2.12.0 → 2.14.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_data/base/navbar.yml +3 -3
- data/_includes/base/footer.html +5 -1
- data/assets/css/base/stylesheet.min.scss +1 -1
- data/assets/icons/android-chrome-192.png +0 -0
- data/assets/icons/android-chrome-512.png +0 -0
- data/assets/icons/apple-touch-icon.png +0 -0
- data/assets/icons/favicon-16.png +0 -0
- data/assets/icons/favicon-32.png +0 -0
- metadata +2 -2
- /data/_sass/base/{_centos.scss → _customization.scss} +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f1fadc210305104254aa96f613237b62ab372a5a8a79ef96dfc9ce497d920c0b
|
4
|
+
data.tar.gz: 0c211aa288de2813b0b52138d4eb01a3b80a567c950b19c2537bb920763e2aaa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a2795482a1cbf4fea0f939e1bde0353d38802cde6b0aa1ba8b4da27770b16cc2d4faf4abbf2e76231c49adbe3673a0738965a8e64cfc1d62f28af34554251524
|
7
|
+
data.tar.gz: 33309721f014d6c7564518980bb614e73bd6fccbbaf3fed04ecf4be60bf602105eebe387b892b5797cab3fad42ca970ce06978048c46ac7f27aecef22392113b
|
data/_data/base/navbar.yml
CHANGED
@@ -8,7 +8,7 @@
|
|
8
8
|
icon: "fa-solid fa-layer-group"
|
9
9
|
link: "/layouts/"
|
10
10
|
menu:
|
11
|
-
- name: "base/default
|
11
|
+
- name: "base/default"
|
12
12
|
link: "/layouts/default/"
|
13
13
|
visible_on: ["navbar", "footer"]
|
14
14
|
|
@@ -38,8 +38,8 @@
|
|
38
38
|
menu:
|
39
39
|
- name: "base/variables"
|
40
40
|
link: "/sass/variables"
|
41
|
-
- name: "base/
|
42
|
-
link: "/sass/
|
41
|
+
- name: "base/customization"
|
42
|
+
link: "/sass/customization"
|
43
43
|
visible_on: ["navbar", "footer"]
|
44
44
|
|
45
45
|
- name: "Data"
|
data/_includes/base/footer.html
CHANGED
@@ -28,7 +28,11 @@
|
|
28
28
|
{% endfor %}
|
29
29
|
</div>
|
30
30
|
|
31
|
-
|
31
|
+
{% if site.data.sponsors.carousel and site.data.sponsors.db and site.with_sponsors == true %}
|
32
|
+
{% include sponsors/carousel %}
|
33
|
+
{% endif %}
|
34
|
+
|
35
|
+
<div class="row border-top border-primary border-5">
|
32
36
|
<div class="col-sm-12 col-lg-8">
|
33
37
|
<h4 class="fw-bold pt-3">{{ site.title }}</h4>
|
34
38
|
<p>{{ site.description }}</p>
|
Binary file
|
Binary file
|
Binary file
|
data/assets/icons/favicon-16.png
CHANGED
Binary file
|
data/assets/icons/favicon-32.png
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-centos
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.14.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- ReleaseBot
|
@@ -97,7 +97,7 @@ files:
|
|
97
97
|
- _layouts/post.html
|
98
98
|
- _layouts/search.html
|
99
99
|
- _layouts/sponsors.html
|
100
|
-
- _sass/base/
|
100
|
+
- _sass/base/_customization.scss
|
101
101
|
- _sass/base/_variables.scss
|
102
102
|
- _sass/bootstrap/_accordion.scss
|
103
103
|
- _sass/bootstrap/_alert.scss
|
File without changes
|