jekyll-theme-minimal-ryan 0.4.0 → 0.4.2
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/CHANGELOG.md +17 -0
- data/_sass/minimal-ryan/_base.scss +5 -4
- data/_sass/minimal-ryan/_theme.scss +1 -0
- data/_sass/minimal-ryan/custom.scss +9 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 98b4902a0d4a07ed44ad8658eccd987348d3a5763a6f59bdc4014134c47773aa
|
|
4
|
+
data.tar.gz: ba1338696f7da4c3428a20087238a06484a40eef94e902cd65c08993ab853aaa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f4a359c8dfb8e73192a593dee80505ac3b9c9b7edc05fcf078660ed0a1a3a3d9844a54d48edd4216d79d82a6620ada9168bc5ce6febd18f070b3addd10e39acd
|
|
7
|
+
data.tar.gz: cb752df808cac5611cc8022ca015b65c9892d512e185a8db22aa5adb56c140f070d0d6be3bcd95f1cd88c4b787571f29caa0d52b8a7eab70714fdf5c0d4c6c65
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,20 @@
|
|
|
1
|
+
## 0.4.2 (2023-08-23)
|
|
2
|
+
|
|
3
|
+
### Fix
|
|
4
|
+
|
|
5
|
+
- list spacing
|
|
6
|
+
- links not appearing as links
|
|
7
|
+
|
|
8
|
+
## 0.4.1 (2023-08-19)
|
|
9
|
+
|
|
10
|
+
### Fix
|
|
11
|
+
|
|
12
|
+
- footer styling
|
|
13
|
+
|
|
14
|
+
### Refactor
|
|
15
|
+
|
|
16
|
+
- move same value to variable
|
|
17
|
+
|
|
1
18
|
## 0.4.0 (2023-08-14)
|
|
2
19
|
|
|
3
20
|
### Feat
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
body, h1, h2, h3, h4, h5, h6,
|
|
2
|
-
p {
|
|
2
|
+
p, ol, ul {
|
|
3
3
|
margin: 0;
|
|
4
4
|
padding: 0;
|
|
5
5
|
}
|
|
@@ -55,9 +55,10 @@ footer {
|
|
|
55
55
|
display: flex;
|
|
56
56
|
justify-content: space-between;
|
|
57
57
|
|
|
58
|
-
padding: 30px 0;
|
|
59
|
-
line-height:
|
|
60
|
-
font-size: $
|
|
58
|
+
padding: 60px 0 30px 0;
|
|
59
|
+
line-height: 23px;
|
|
60
|
+
font-size: $base-font-size;
|
|
61
|
+
max-width: $content-max-width;
|
|
61
62
|
|
|
62
63
|
background-color: $primary-color;
|
|
63
64
|
z-index: 2;
|
|
@@ -168,7 +168,7 @@
|
|
|
168
168
|
}
|
|
169
169
|
|
|
170
170
|
& > *:not(#post-title-img) {
|
|
171
|
-
max-width:
|
|
171
|
+
max-width: $content-max-width;
|
|
172
172
|
}
|
|
173
173
|
|
|
174
174
|
#post-title-img {
|
|
@@ -180,4 +180,12 @@
|
|
|
180
180
|
p img {
|
|
181
181
|
width: 100%;
|
|
182
182
|
}
|
|
183
|
+
|
|
184
|
+
a {
|
|
185
|
+
color: $tertiary-color;
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
li {
|
|
189
|
+
padding: 4px 0;
|
|
190
|
+
}
|
|
183
191
|
}
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-theme-minimal-ryan
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- ryanshepps
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-08-
|
|
11
|
+
date: 2023-08-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|