jekyll-oceanic 1.1.0 → 1.1.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/_sass/theme.scss +4 -5
- metadata +11 -11
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e6696369df26a236142a339a3e7fd1eff61904312aa68e4c43361017c90d6ef0
|
|
4
|
+
data.tar.gz: c4cc4eff91b6c1ec5409972d5f64f00dbfad8f55ddaeb962087e44841657c648
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fac9b99a762912b719482f9b831db8528f7b3596a68d3827517ceb69c69aeb24b07b81d07c263cc2d79c0fcf6a294aadc42a7f32b46a8c55534975c0d7386f38
|
|
7
|
+
data.tar.gz: 02f0d15ea2305c46211107343913c42439aa806daacf67eb866089b4020922ba2c298a7316007656f99477cde10013cd93c80816ac1bdde639ab2fa5cdb5d583
|
data/_sass/theme.scss
CHANGED
|
@@ -63,6 +63,7 @@ body >.hires-padding {
|
|
|
63
63
|
}
|
|
64
64
|
|
|
65
65
|
body > .hires-padding {
|
|
66
|
+
border-right: none;
|
|
66
67
|
border-left: $header-seam;
|
|
67
68
|
display: none;
|
|
68
69
|
}
|
|
@@ -287,10 +288,12 @@ aside.posted {
|
|
|
287
288
|
/**********************************************************************/
|
|
288
289
|
|
|
289
290
|
/* Code Snippets */
|
|
290
|
-
code {
|
|
291
|
+
code, pre {
|
|
291
292
|
font-family: $code-font;
|
|
292
293
|
}
|
|
293
294
|
.highlight > pre {
|
|
295
|
+
font-size: 0.8em;
|
|
296
|
+
font-family: $code-font;
|
|
294
297
|
margin: 1.5em 50px;
|
|
295
298
|
padding: 4px 8px;
|
|
296
299
|
}
|
|
@@ -301,7 +304,6 @@ code {
|
|
|
301
304
|
margin: 0;
|
|
302
305
|
}
|
|
303
306
|
.rouge-table pre {
|
|
304
|
-
font-size: 0.8em;
|
|
305
307
|
padding: 0 8px;
|
|
306
308
|
}
|
|
307
309
|
.rouge-table td {
|
|
@@ -338,11 +340,9 @@ table th {
|
|
|
338
340
|
}
|
|
339
341
|
table th {
|
|
340
342
|
font-family: $table-header-font;
|
|
341
|
-
font-size: 0.9em;
|
|
342
343
|
}
|
|
343
344
|
table td {
|
|
344
345
|
font-family: $table-cell-font;
|
|
345
|
-
font-size: 0.9em;
|
|
346
346
|
}
|
|
347
347
|
|
|
348
348
|
/**********************************************************************/
|
|
@@ -352,7 +352,6 @@ table td {
|
|
|
352
352
|
figure {
|
|
353
353
|
margin:1.5em auto;
|
|
354
354
|
display: block;
|
|
355
|
-
text-align:center;
|
|
356
355
|
}
|
|
357
356
|
|
|
358
357
|
figure figcaption {
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-oceanic
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Karl Nicoll
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-
|
|
11
|
+
date: 2022-11-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
@@ -16,28 +16,28 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: '4.
|
|
19
|
+
version: '4.3'
|
|
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.
|
|
26
|
+
version: '4.3'
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: jekyll-feed
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
30
30
|
requirements:
|
|
31
31
|
- - "~>"
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: '0.
|
|
33
|
+
version: '0.17'
|
|
34
34
|
type: :runtime
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
38
|
- - "~>"
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
|
-
version: '0.
|
|
40
|
+
version: '0.17'
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: jekyll-paginate-v2
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -58,28 +58,28 @@ dependencies:
|
|
|
58
58
|
requirements:
|
|
59
59
|
- - "~>"
|
|
60
60
|
- !ruby/object:Gem::Version
|
|
61
|
-
version: '2.
|
|
61
|
+
version: '2.8'
|
|
62
62
|
type: :runtime
|
|
63
63
|
prerelease: false
|
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
|
65
65
|
requirements:
|
|
66
66
|
- - "~>"
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
|
-
version: '2.
|
|
68
|
+
version: '2.8'
|
|
69
69
|
- !ruby/object:Gem::Dependency
|
|
70
70
|
name: rouge
|
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
|
72
72
|
requirements:
|
|
73
73
|
- - '='
|
|
74
74
|
- !ruby/object:Gem::Version
|
|
75
|
-
version: '
|
|
75
|
+
version: '4.0'
|
|
76
76
|
type: :runtime
|
|
77
77
|
prerelease: false
|
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
|
79
79
|
requirements:
|
|
80
80
|
- - '='
|
|
81
81
|
- !ruby/object:Gem::Version
|
|
82
|
-
version: '
|
|
82
|
+
version: '4.0'
|
|
83
83
|
- !ruby/object:Gem::Dependency
|
|
84
84
|
name: bundler
|
|
85
85
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -149,7 +149,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
149
149
|
- !ruby/object:Gem::Version
|
|
150
150
|
version: '0'
|
|
151
151
|
requirements: []
|
|
152
|
-
rubygems_version: 3.3.
|
|
152
|
+
rubygems_version: 3.3.25
|
|
153
153
|
signing_key:
|
|
154
154
|
specification_version: 4
|
|
155
155
|
summary: A modern, blue, template for Jekyll blogs.
|