spaacedout 1.3.5 → 1.3.6
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/README.md +3 -1
- data/_includes/social-links.html +3 -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: 874f06101c499f38fc22ab531ed0b711c9541262cbf17bbb3725dfd25a3e13f5
|
|
4
|
+
data.tar.gz: 194fbb7b644002da05759c2a086805b47c517c1e159f57614912e5b3eff68b30
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 75bfb51c6865710667e4a20b0eea60d6f6e8b5bfb1e010ddbcf11673fd84d697cdadf043207f8f12c0e39dc15e3b75e95c5c69f98076696f6c37152120a50404
|
|
7
|
+
data.tar.gz: 6f7f10912a34cf03f5dafa64cb2d7c70a104718670b1aa60581abd05275e9f8623a19c496b5d8e557792aaf821101b1a1600f8e78b27ef9696fa04530b69505b
|
data/README.md
CHANGED
|
@@ -134,8 +134,10 @@ The theme is available as open source under the terms of the [MIT License](https
|
|
|
134
134
|
# Change Log
|
|
135
135
|
The changes made since version 1.x are documented below.
|
|
136
136
|
|
|
137
|
-
## Version 1.3.x - February
|
|
137
|
+
## Version 1.3.x - February 17, 2023
|
|
138
|
+
- FEATURE: Added support of Mastodon in the social icons section.
|
|
138
139
|
- FEATURE: Added a new `scripts.html` include to include files at the bottom right below the ending `body` tag.
|
|
140
|
+
- BUG: Updated Font Awesome to version 6.
|
|
139
141
|
|
|
140
142
|
## Version 1.2.x - October 26, 2021
|
|
141
143
|
- BUG: Updated the tags and archive titles to "smartify" the quotes when used as a title
|
data/_includes/social-links.html
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
<ul class="social-media-list">
|
|
2
|
+
{% if site.social.bluesky %}<li><a href="https://bsky.app/profile/{{ site.social.bluesky | cgi_escape | escape }}" target="_blank" title="Bluesky" aria-label="Bluesky"><i class="fas fa-clouds-sun" rel="noopener"></i></a></li>{% endif %}
|
|
2
3
|
{% if site.social.facebook %}<li><a href="https://www.facebook.com/{{ site.social.facebook | cgi_escape | escape }}" target="_blank" title="Facebook" aria-label="Facebook" rel="noopener"><i class="fab fa-facebook"></i></a></li>{% endif %}
|
|
3
4
|
{% if site.social.github %}<li><a href="https://github.com/{{ site.social.github | cgi_escape | escape }}" target="_blank" title="GitHub" aria-label="GitHub" rel="noopener"><i class="fab fa-github"></i></a></li>{% endif %}
|
|
4
5
|
{% if site.social.instagram %}<li><a href="https://instagram.com/{{ site.social.instagram | cgi_escape | escape }}" target="_blank" title="Instagram" aria-label="Instagram" rel="noopener"><i class="fab fa-instagram"></i></a></li>{% endif %}
|
|
@@ -6,7 +7,8 @@
|
|
|
6
7
|
{% if site.social.mastodonServer %}<li><a href="https://{{ site.social.mastodonServer | cgi_escape | escape }}/@{{ site.social.mastodonUser | cgi_escape | escape }}" target="_blank" title="Mastodon" aria-label="Mastodon" rel="me"><i class="fab fa-mastodon"></i></a></li>{% endif %}
|
|
7
8
|
{% if site.social.pinterest %}<li><a href="https://www.pinterest.com/{{ site.social.pinterest | cgi_escape | escape }}" target="_blank" title="Pinterest" aria-label="Pinterest" rel="noopener"><i class="fab fa-pinterest"></i></a></li>{% endif %}
|
|
8
9
|
{% if site.social.stackoverflow %}<li><a href="https://stackoverflow.com/users/{{ site.social.stackoverflow | cgi_escape | escape }}/" target="_blank" title="Stack Overflow" aria-label="Stack Overflow" rel="noopener"><i class="fab fa-stack-overflow"></i></a></li>{% endif %}
|
|
9
|
-
{% if site.social.
|
|
10
|
+
{% if site.social.threads %}<li><a href="https://threads.net/{{ site.social.threads | cgi_escape | escape }}" target="_blank" title="Threads" aria-label="Threads" rel="noopener"><i class="fab fa-threads"></i></a></li>{% endif %}
|
|
11
|
+
{% if site.social.twitter %}<li><a href="https://twitter.com/{{ site.social.twitter | cgi_escape | escape }}" target="_blank" title="Twitter" aria-label="Twitter"><i class="fab fa-x-twitter" rel="noopener"></i></a></li>{% endif %}
|
|
10
12
|
{% if site.social.youtube %}<li><a href="https://youtube.com/{{ site.social.youtube | cgi_escape | escape }}" target="_blank" title="Youtube" aria-label="Youtube"><i class="fab fa-youtube" rel="noopener"></i></a></li>{% endif %}
|
|
11
13
|
{% if site.rss %}<li><a href="{{ site.feed.url | '/feed.xml' }}" target="_blank" title="RSS" aria-label="RSS" rel="noopener"><i class="fas fa-rss"></i></a></li>{% endif %}
|
|
12
14
|
</ul>
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: spaacedout
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.3.
|
|
4
|
+
version: 1.3.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jason Gaylord
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-09-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|