spaacedout 1.3.5 → 1.3.7

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: 9056f92e039003199d458a673eeff35c4c1272cc483181c82125095c35c71dce
4
- data.tar.gz: c229c52f4b62715890aaef7b92293ad9c0b27dc5a15c4c35d4abcd3c8861ebb9
3
+ metadata.gz: b5d1ebb5bbfc8fb96daa931091bc07a38cb06e24c39ddb1b6949a887dd772ff1
4
+ data.tar.gz: a2a24683d83bc759e3e16249b8e36b3605f4ca6aa0550a4d36ddbee17abd4ae8
5
5
  SHA512:
6
- metadata.gz: 81d51b6699527741e0cae8cb45c623daae19dd9209ae7583c4b73b9e3296f01e3c992003d5a2cef0fcf43b67f356fe62f8a7ead7bdbf75c0a353cf2f62f2662a
7
- data.tar.gz: 0b08b33d064fecbefbe132a5549fffde3f8df797eeb69b6b8d7849704d9be7701f0b19e46568667dad43f85f238a434cdaa2cc3f692e2ff374a2270929673169
6
+ metadata.gz: a7fa98c449ac601ce8dbf69773aeb6310cdda8758dd3b9f8f9bf9d16988d0cd54b33cdeb0383ea8828c8387a7b30934042df8e783d7e4025fc109ae545d452c7
7
+ data.tar.gz: 3d64b8cb61fc1acd6d14104707de63ba2e8f549063045453d8f6a666c0303cd64e34a80129c646a4e3b0d11ae20206d673b57bfd81736527b70a49f34507db74
data/README.md CHANGED
@@ -134,8 +134,11 @@ 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 2, 2022
137
+ ## Version 1.3.x - February 17, 2023 (Revised September, 8, 2023)
138
+ - FEATURE: Added support of Bluesky, Mastodon and Threads 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 the Twitter icon to X.
141
+ - BUG: Updated Font Awesome to version 6.
139
142
 
140
143
  ## Version 1.2.x - October 26, 2021
141
144
  - BUG: Updated the tags and archive titles to "smartify" the quotes when used as a title
@@ -1,3 +1,3 @@
1
1
  <footer>
2
- &copy; 2020 {{ site.title }}. Theme from <a href="https://github.com/jasongaylord/SpaacedOut" target="_blank" title="Check out the SpaacedOut theme at GitHub" aria-label="Check out the SpaacedOut theme at GitHub">jasongaylord/SpaacedOut</a>. Theme version {% include version.html %}.
2
+ &copy; 2023 {{ site.title }}. Theme from <a href="https://github.com/jasongaylord/SpaacedOut" target="_blank" title="Check out the SpaacedOut theme at GitHub" aria-label="Check out the SpaacedOut theme at GitHub">jasongaylord/SpaacedOut</a>. Theme version {% include version.html %}.
3
3
  </footer>
@@ -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.twitter %}<li><a href="https://twitter.com/{{ site.social.twitter | cgi_escape | escape }}" target="_blank" title="Twitter" aria-label="Twitter"><i class="fab fa-twitter" rel="noopener"></i></a></li>{% endif %}
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>
@@ -1 +1 @@
1
- v1.3.5
1
+ v1.3.7
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.5
4
+ version: 1.3.7
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-02-17 00:00:00.000000000 Z
11
+ date: 2023-09-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll