spaacedout 1.1.1 → 1.2.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 429eca55432644e306ac4da341384e7cb4ec0db0620e34bd087ae94a5ca60a37
4
- data.tar.gz: 225860ae6af371c69f6a5440bd507c2acc594bd0f1e91a8fe5949107666dbf65
3
+ metadata.gz: '0959caf8e95d6279f84b07da71a400b8b6b14510cde2572e64c98096eae82eb8'
4
+ data.tar.gz: 95c35da7dfa9384baf9a1300dcbd19c876bc27a4ccbb918635bb206f9f21a4f4
5
5
  SHA512:
6
- metadata.gz: fb1dd2ee9636ec347ab88da6b1ac6c37bb3741c78d5c27a463495f360d1690e5554b74af449348a8a1c86630875db4f32f297c876c0a30888a3eb07158116870
7
- data.tar.gz: 2f0392cf30c8ef2ca891a734e201014b4f5569c38d10a69085407f12768aa67bf38dc2613dafec9fe83bce3f2184b07db9dd28dc89ce168ffe76137ab4bf9f18
6
+ metadata.gz: 7670752ba487157f690038c7c70ff59d88b42f2cbb037f4b7d3b31537ef5d8ca2ea42f3133cb7d4149ff7b407fb86e2899a56aa7c0298703175d78cc0b91a302
7
+ data.tar.gz: 2a403be378a42878695808dbc0b6fe5c54bfd91d3c370c635d46878c257f38cc2e1943e453d1a7ae0e9a27067493341791e70b2764a3eccd52d7ca3c59bb65f4
data/README.md CHANGED
@@ -125,7 +125,18 @@ The following plugins are installed in the *SpaceOut* theme:
125
125
  Bug reports and pull requests are welcome on GitHub at [https://github.com/jasongaylord/SpaacedOut](https://jasong.us/2ywUm3C).
126
126
 
127
127
  # Development
128
- I've blogged about getting started with themes and Jekyl. You can read more about it at [https://www.jasongaylord.com/blog/creating-a-jekyll-theme-from-windows](https://jasong.us/35luIer)
128
+ I've blogged about getting started with themes and Jekyll. You can read more about it at [https://www.jasongaylord.com/blog/creating-a-jekyll-theme-from-windows](https://jasong.us/35luIer)
129
129
 
130
130
  # License
131
- The theme is available as open source under the terms of the [MIT License](https://jasong.us/2zlpRh5).
131
+ The theme is available as open source under the terms of the [MIT License](https://jasong.us/2zlpRh5).
132
+
133
+ # Change Log
134
+ The changes made since version 1.x are documented below.
135
+
136
+ ## Version 1.1.x - July 9, 2020
137
+ - 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
+ - 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.
139
+
140
+ ## Version 1.0.x - May 15, 2020
141
+ - BUG: Updated the tags page so the tags can be clicked
142
+ - BUG: Updated the issues with the pager so the first page could be browsed correctly and mobile works.
@@ -1,2 +1,2 @@
1
- <blockquote>
2
- <div class="notice info">
1
+ <blockquote class="notice">
2
+ <div class="info">
@@ -1,2 +1,2 @@
1
- <blockquote>
2
- <div class="notice warning">
1
+ <blockquote class="notice">
2
+ <div class="warning">
@@ -1,14 +1,14 @@
1
- .notice {
1
+ blockquote.notice {
2
2
  margin: 30px 0;
3
3
  padding: 10px;
4
4
  border-radius: 5px;
5
5
 
6
- &.info {
6
+ .info {
7
7
  border: 1px solid $color-lightblue;
8
8
  background-color: lighten($color-lightblue, 30%);
9
9
  color: darken($color-lightblue, 30%);
10
10
  }
11
- &.warning {
11
+ .warning {
12
12
  border: 1px solid $color-red;
13
13
  background-color: lighten($color-red, 30%);
14
14
  color: darken($color-red, 30%);
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.1.1
4
+ version: 1.2.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: 2020-07-09 00:00:00.000000000 Z
11
+ date: 2021-09-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '4.0'
19
+ version: '3.9'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '4.0'
26
+ version: '3.9'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: jekyll-avatar
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -114,14 +114,14 @@ dependencies:
114
114
  requirements:
115
115
  - - "~>"
116
116
  - !ruby/object:Gem::Version
117
- version: 2.0.4
117
+ version: 2.2.10
118
118
  type: :development
119
119
  prerelease: false
120
120
  version_requirements: !ruby/object:Gem::Requirement
121
121
  requirements:
122
122
  - - "~>"
123
123
  - !ruby/object:Gem::Version
124
- version: 2.0.4
124
+ version: 2.2.10
125
125
  - !ruby/object:Gem::Dependency
126
126
  name: rake
127
127
  requirement: !ruby/object:Gem::Requirement