bulma-clean-theme 1.0.4 → 1.1.0
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/follow.html +52 -0
- data/_includes/footer.html +2 -0
- data/_includes/head.html +7 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5de750705252c0e660412ffe1e8277aca895ad1534da6568fe358c34ae31413f
|
|
4
|
+
data.tar.gz: fcc28b2d18a8098bb029aff5f710244b63a03d9c6a7f0189714f1115ba415ed8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c8be467edc8af051b06d3f534f57e207c266c0c0f7ddfadbadb70b28d59d7c55f2223aba0f08c5cdbde611bdae662f0031e75d0b9fe06ed1231f39681ada5a15
|
|
7
|
+
data.tar.gz: 394ef89af2f189fc19288d35d204698622d8e90f4614e523b997bc21eb9220c810c8112d8fd442d73deb0137993c6ec4bea89cd940afcc8788fd70248cbbbf6f
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
{% if site.social %}
|
|
2
|
+
<div class="buttons is-centered mt-6 mb-6">
|
|
3
|
+
{% if site.social.facebook %}
|
|
4
|
+
<a href="{{ site.social.facebook }}" class="button is-medium">
|
|
5
|
+
<span class="icon is-medium">
|
|
6
|
+
<i class="fa-brands fa-facebook fa-xl"></i>
|
|
7
|
+
<span class="is-sr-only">Facebook</span>
|
|
8
|
+
</span>
|
|
9
|
+
</a>
|
|
10
|
+
{% endif %}
|
|
11
|
+
{% if site.social.instagram %}
|
|
12
|
+
<a href="{{ site.social.instagram }}" class="button is-medium">
|
|
13
|
+
<span class="icon is-medium">
|
|
14
|
+
<i class="fa-brands fa-instagram fa-xl"></i>
|
|
15
|
+
<span class="is-sr-only">Instagram</span>
|
|
16
|
+
</span>
|
|
17
|
+
</a>
|
|
18
|
+
{% endif %}
|
|
19
|
+
{% if site.social.threads %}
|
|
20
|
+
<a href="{{ site.social.threads }}" class="button is-medium">
|
|
21
|
+
<span class="icon is-medium">
|
|
22
|
+
<i class="fa-brands fa-threads fa-xl"></i>
|
|
23
|
+
<span class="is-sr-only">Threads</span>
|
|
24
|
+
</span>
|
|
25
|
+
</a>
|
|
26
|
+
{% endif %}
|
|
27
|
+
{% if site.social.tiktok %}
|
|
28
|
+
<a href="{{ site.social.tiktok }}" class="button is-medium">
|
|
29
|
+
<span class="icon is-medium">
|
|
30
|
+
<i class="fa-brands fa-tiktok fa-xl"></i>
|
|
31
|
+
<span class="is-sr-only">TikTok</span>
|
|
32
|
+
</span>
|
|
33
|
+
</a>
|
|
34
|
+
{% endif %}
|
|
35
|
+
{% if site.social.x %}
|
|
36
|
+
<a href="{{ site.social.x }}" class="button is-medium">
|
|
37
|
+
<span class="icon is-medium">
|
|
38
|
+
<i class="fa-brands fa-x-twitter fa-xl"></i>
|
|
39
|
+
<span class="is-sr-only">X/Twitter</span>
|
|
40
|
+
</span>
|
|
41
|
+
</a>
|
|
42
|
+
{% endif %}
|
|
43
|
+
{% if site.social.youtube %}
|
|
44
|
+
<a href="{{ site.social.youtube }}" class="button is-medium">
|
|
45
|
+
<span class="icon is-medium">
|
|
46
|
+
<i class="fa-brands fa-youtube fa-xl"></i>
|
|
47
|
+
<span class="is-sr-only">YouTube</span>
|
|
48
|
+
</span>
|
|
49
|
+
</a>
|
|
50
|
+
{% endif %}
|
|
51
|
+
</div>
|
|
52
|
+
{% endif %}
|
data/_includes/footer.html
CHANGED
data/_includes/head.html
CHANGED
|
@@ -16,7 +16,13 @@
|
|
|
16
16
|
<script
|
|
17
17
|
src="https://cdn.jsdelivr.net/npm/js-cookie@3.0.5/dist/js.cookie.min.js"
|
|
18
18
|
></script>
|
|
19
|
-
<link
|
|
19
|
+
<link
|
|
20
|
+
rel="stylesheet"
|
|
21
|
+
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css"
|
|
22
|
+
integrity="sha512-Kc323vGBEqzTmouAECnVceyQqyqdsSiqLQISBL29aUW4U/M7pSPA/gEUZQqv1cwx4OnYxTxve5UMg5GT6L4JJg=="
|
|
23
|
+
crossorigin="anonymous"
|
|
24
|
+
referrerpolicy="no-referrer"
|
|
25
|
+
>
|
|
20
26
|
{% unless site.hide_share_buttons %}
|
|
21
27
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma-social@1/bin/bulma-social.min.css">
|
|
22
28
|
{% endunless %}
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bulma-clean-theme
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0
|
|
4
|
+
version: 1.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- chrisrhymes
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-09-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
@@ -140,6 +140,7 @@ files:
|
|
|
140
140
|
- _includes/callouts.html
|
|
141
141
|
- _includes/cookie-banner.html
|
|
142
142
|
- _includes/disqus.html
|
|
143
|
+
- _includes/follow.html
|
|
143
144
|
- _includes/footer-scripts.html
|
|
144
145
|
- _includes/footer.html
|
|
145
146
|
- _includes/gallery.html
|