jekyll-theme-perry 0.1.13 → 0.1.15
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 +5 -5
- data/_layouts/location.html +1 -1
- data/_sass/theme/_media-queries.scss +3 -0
- metadata +3 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 9d6e6ea4620d3914a382ac47a4d9d13cf420d4a34b52d097582dfed417323ee6
|
4
|
+
data.tar.gz: '05837f4add346175da97437847be8b87113a451a71bbfdc58747b2b8f1165c23'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4b63f41f58a946012633b0ce474578c6da622c572b6637873df21469b7e37c191ae5578465b0b3d014d48b181e6420aa821dcd8accefc7c8b7a8c98116d9d87a
|
7
|
+
data.tar.gz: 31b8327f1687ba318fd4b15510936bb9d578f28b4055d510002690fcb8835a240a01bf37a69f8a3b4d84c2309365d22da41823609b49bf55365c89c2bc5c8b96
|
data/_layouts/location.html
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
layout: page
|
3
3
|
---
|
4
4
|
|
5
|
-
<ul id='archive'>{% assign sorted_posts =
|
5
|
+
<ul id='archive'>{% assign sorted_posts = site.posts | where: "locations" , page.location %}
|
6
6
|
{% for post in sorted_posts %}
|
7
7
|
{% include archives.html %}
|
8
8
|
{% endfor %}
|
@@ -4,6 +4,7 @@
|
|
4
4
|
nav {
|
5
5
|
position: fixed;
|
6
6
|
width: 30%;
|
7
|
+
max-width: 250px;
|
7
8
|
}
|
8
9
|
header[role='banner'] {
|
9
10
|
@include box-shadow( 0, 0, 0.75em, 0.4em, rgba( 17, 17, 17, 0.65 ) );
|
@@ -68,6 +69,7 @@
|
|
68
69
|
header[role='banner'],
|
69
70
|
nav {
|
70
71
|
width: 25%;
|
72
|
+
max-width: 250px;
|
71
73
|
}
|
72
74
|
|
73
75
|
main,
|
@@ -83,6 +85,7 @@
|
|
83
85
|
header[role='banner'],
|
84
86
|
nav {
|
85
87
|
width: 20%;
|
88
|
+
max-width: 250px;
|
86
89
|
}
|
87
90
|
|
88
91
|
main,
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-perry
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.15
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Richard Perry
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2023-06-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -176,8 +176,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
176
176
|
- !ruby/object:Gem::Version
|
177
177
|
version: '0'
|
178
178
|
requirements: []
|
179
|
-
|
180
|
-
rubygems_version: 2.5.2
|
179
|
+
rubygems_version: 3.3.5
|
181
180
|
signing_key:
|
182
181
|
specification_version: 4
|
183
182
|
summary: Custom Jekyll theme for my personal homepage
|