spaacedout 1.3.0 → 1.3.1
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 +1 -0
- data/_includes/scripts.html +0 -0
- data/_includes/social-links.html +1 -0
- 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: 4ed54f69b55999ae2c12ba493486d3a0cb1e123e9062fb8d50570466cd345d90
|
|
4
|
+
data.tar.gz: f42133519931fce449ad02569cf61c4c5230e27834f8656893b10d77b5957cdb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b972c207f57442209522cc195234b8594f9b9a10f1c0ad4c34932a7fe6ad2d1676da44c48f2c594de18c12de107ee75c6a619e540b7504442a770b1574ed3055
|
|
7
|
+
data.tar.gz: a28b3ddf90282d5180594691fdfa835c931efb5590d518e736d05766aed351223376f5b9fdafcff94d72ec79125c22949678b26f3bd972471a6470e1c16087e4
|
data/README.md
CHANGED
|
@@ -87,6 +87,7 @@ The files mentioned below can be found in the `_includes` directory. Includes ar
|
|
|
87
87
|
- `twitter.html` - If the Twitter social icon is defined, this places a Twitter card on the site.
|
|
88
88
|
- `header.html` - This is the header section of the site and includes the title, avatar, menu, and social icons (if present).
|
|
89
89
|
- `pagination.html` - This handles the pagination of posts.
|
|
90
|
+
- `scripts.html` - This contains scripts you'd like to place at the bottom of the page below the `body` tag.
|
|
90
91
|
- `social-links.html` - This handles the display of the social links.
|
|
91
92
|
- `_includes\comments` directory:
|
|
92
93
|
- `comments.html` - Used to reference the comment block at the bottom of content. If you want to expand beyond disqus, this is where you could do it.
|
|
File without changes
|
data/_includes/social-links.html
CHANGED
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
{% 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
4
|
{% 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 %}
|
|
5
5
|
{% if site.social.linkedin %}<li><a href="https://www.linkedin.com/in/{{ site.social.linkedin | cgi_escape | escape }}" target="_blank" title="LinkedIn" aria-label="LinkedIn" rel="noopener"><i class="fab fa-linkedin"></i></a></li>{% endif %}
|
|
6
|
+
{% if site.social.mastodon %}<li><a href="{{ site.social.mastodon | cgi_escape | escape }}" target="_blank" title="Mastodon" aria-label="Mastodon" rel="noopener"><i class="fab fa-mastodon"></i></a></li>{% endif %}
|
|
6
7
|
{% 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 %}
|
|
7
8
|
{% 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 %}
|
|
8
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 %}
|
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.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jason Gaylord
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2023-02-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
@@ -165,6 +165,7 @@ files:
|
|
|
165
165
|
- _includes/post/edit.html
|
|
166
166
|
- _includes/post/meta.html
|
|
167
167
|
- _includes/post/tags.html
|
|
168
|
+
- _includes/scripts.html
|
|
168
169
|
- _includes/social-links.html
|
|
169
170
|
- _includes/version.html
|
|
170
171
|
- _includes/warning-notice.html
|