spaacedout 1.2.2 → 1.3.0

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: 34437b6ad8f61af5afc19f6ac23c8542362b8528eb1748153a6fab87334898f9
4
- data.tar.gz: 5f0729c5cadbd100f6f1f9a8bc8e5d5bd2ae0a7cd5cf3eb40d087a36e0dfbfc6
3
+ metadata.gz: cd18287c6647e9a5081511f3deff4b52ff62d214b89334d7a778b83cb1a2b565
4
+ data.tar.gz: 80d9907ac4e86886bb9e800f55003dc17197f3e305b41e996a0604dc1a340b3b
5
5
  SHA512:
6
- metadata.gz: d41542218b3638916ecafc88ad261d5f244ca6f5f7767df5b8140c2ccbf412fd43384e99e2bba4dd552a6d57c51f0b9a62eedfab935408f3509375724b16f67a
7
- data.tar.gz: ae5d71b3b8d2fe56c023ceefe16a27b340e3b05df9abaa0d43cf553ea4a2fcd10885bfaadaf450e9211061d7940e89ac479c4c50cd43f8c8e82aca62ab58c589
6
+ metadata.gz: 33f422aa595f55f396ee801b275ddce93b20d7c31ff905371b580edaed14ace13a0a383c7708f3751719ca478123cffcc4212f79754431d50273da2307cc1980
7
+ data.tar.gz: f494aafc155d1b0168967cfe28313a0a470e0a3efa4f5c152fdf03eeb98ceffcbe72d5f4a5275e149ca137d18a1b549f2a327c9faa18ed1f5fc01f9291430561
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  # Welcome to the SpaacedOut Jekyll Theme
4
4
  Here's a new, responsive GitHub Pages and Jekyll theme called SpaacedOut. You can see the full details of this theme at
5
- [jasongaylord/SpaacedOut](https://jasong.us/2ywUm3C). This theme is a mashup of the 2019 version of [JasonGaylord.com](https://jasong.us/2SHDm1C), the [Haacked theme](https://jasong.us/2SItEvN), and the [plainwhite theme](https://jasong.us/2WxMoPJ).
5
+ [jasongaylord/SpaacedOut](https://jasong.us/2ywUm3C). This theme is a mashup of the 2019 version of [JasonGaylord.com](https://jasong.us/2SHDm1C), the [Haacked theme](https://jasong.us/2Zt4yaX), and the [plainwhite theme](https://jasong.us/2WxMoPJ).
6
6
 
7
7
  This theme has several features enabled by default:
8
8
 
@@ -133,6 +133,13 @@ The theme is available as open source under the terms of the [MIT License](https
133
133
  # Change Log
134
134
  The changes made since version 1.x are documented below.
135
135
 
136
+ ## Version 1.3.x - February 2, 2022
137
+ - FEATURE: Added a new `scripts.html` include to include files at the bottom right below the ending `body` tag.
138
+
139
+ ## Version 1.2.x - October 26, 2021
140
+ - BUG: Updated the tags and archive titles to "smartify" the quotes when used as a title
141
+ - FEATURE: Include the version in the footer
142
+
136
143
  ## Version 1.1.x - July 9, 2020
137
144
  - FEATURE: Added the appropriate attributes to links for better accessibility and best practices for security. This will be reflected in a Google Lighthouse score.
138
145
  - FEATURE: Updated the script that opens links in a new window to look for links that direct users to another area of a same page (`hash` link) so they don't open in a new window.
@@ -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>.
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 %}.
3
3
  </footer>
@@ -26,7 +26,7 @@
26
26
  {% assign my_page = site.pages | where: "path", path | first %}
27
27
  {% if my_page.title or my_page.nav_title %}
28
28
  {% assign title = my_page.nav_title | default: my_page.title %}
29
- <li><a class="nav-link" href="{{ my_page.url | relative_url }}" title="{{ title | escape }}" aria-label="{{ title | escape }}">{{ title | escape }}</a></li>
29
+ <li><a class="nav-link" href="{{ my_page.url | relative_url }}" title="{{ my_page.title | escape }}" aria-label="{{ my_page.title | escape }}" target="{{ my_page.url_target | escape }}">{{ title | escape }}</a></li>
30
30
  {% endif %}
31
31
  {% endfor %}
32
32
  {% if site.contact.url %}
@@ -10,7 +10,7 @@
10
10
  <ul>
11
11
  {% endunless %}
12
12
  <li>
13
- <a href="{{ site.baseurl }}{{ post.url }}" title="{{post.title}}" aria-label="{{post.title}}">{{post.title}}</a>
13
+ <a href="{{ site.baseurl }}{{ post.url }}" title="{{ post.title | smartify }}" aria-label="{{ post.title | smartify }}">{{ post.title | smartify }}</a>
14
14
  <div class="meta">
15
15
  {% if site.comments.enabled and site.comments.show_count == true %}
16
16
  {% include comments/comments_link.html %}
@@ -0,0 +1 @@
1
+ v1.3.0
@@ -10,5 +10,6 @@
10
10
  </div>
11
11
  {% include footer.html %}
12
12
  </main>
13
+ {% include scripts.html %}
13
14
  </body>
14
15
  </html>
data/_layouts/home.html CHANGED
@@ -14,7 +14,7 @@ layout: default
14
14
  {% for post in paginator.posts %}
15
15
  {% unless post.redirect %}
16
16
  <header class="post-header">
17
- <h1 class="post-title p-name" itemprop="name headline"><a href="{{ site.baseurl }}{{ post.url }}" title="{{ post.title | escape }}" aria-label="{{ post.title | escape }}">{{ post.title | escape }}</a></h1>
17
+ <h3 class="post-title p-name" itemprop="name headline"><a href="{{ site.baseurl }}{{ post.url }}" title="{{ post.title | escape }}" aria-label="{{ post.title | escape }}">{{ post.title | escape }}</a></h3>
18
18
  {% include post/meta.html %}
19
19
  </header>
20
20
 
data/assets/pages/tags.md CHANGED
@@ -40,7 +40,7 @@ include_nav: false
40
40
  <ul>
41
41
  {% for post in posts %}
42
42
  <li>
43
- <a href="{{ site.baseurl }}{{ post.url }}" title="{{post.title}}" aria-label="{{post.title}}">{{post.title}}</a>
43
+ <a href="{{ site.baseurl }}{{ post.url }}" title="{{ post.title | smartify }}" aria-label="{{ post.title | smartify }}">{{ post.title | smartify }}</a>
44
44
  </li>
45
45
  {% endfor %}
46
46
  </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.2.2
4
+ version: 1.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jason Gaylord
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-09-04 00:00:00.000000000 Z
11
+ date: 2022-02-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -166,6 +166,7 @@ files:
166
166
  - _includes/post/meta.html
167
167
  - _includes/post/tags.html
168
168
  - _includes/social-links.html
169
+ - _includes/version.html
169
170
  - _includes/warning-notice.html
170
171
  - _layouts/default.html
171
172
  - _layouts/home.html