jekyll-oceanic 1.1.1 → 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 +3 -5
- metadata +3 -3
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
|
@@ -288,10 +288,12 @@ aside.posted {
|
|
|
288
288
|
/**********************************************************************/
|
|
289
289
|
|
|
290
290
|
/* Code Snippets */
|
|
291
|
-
code {
|
|
291
|
+
code, pre {
|
|
292
292
|
font-family: $code-font;
|
|
293
293
|
}
|
|
294
294
|
.highlight > pre {
|
|
295
|
+
font-size: 0.8em;
|
|
296
|
+
font-family: $code-font;
|
|
295
297
|
margin: 1.5em 50px;
|
|
296
298
|
padding: 4px 8px;
|
|
297
299
|
}
|
|
@@ -302,7 +304,6 @@ code {
|
|
|
302
304
|
margin: 0;
|
|
303
305
|
}
|
|
304
306
|
.rouge-table pre {
|
|
305
|
-
font-size: 0.8em;
|
|
306
307
|
padding: 0 8px;
|
|
307
308
|
}
|
|
308
309
|
.rouge-table td {
|
|
@@ -339,11 +340,9 @@ table th {
|
|
|
339
340
|
}
|
|
340
341
|
table th {
|
|
341
342
|
font-family: $table-header-font;
|
|
342
|
-
font-size: 0.9em;
|
|
343
343
|
}
|
|
344
344
|
table td {
|
|
345
345
|
font-family: $table-cell-font;
|
|
346
|
-
font-size: 0.9em;
|
|
347
346
|
}
|
|
348
347
|
|
|
349
348
|
/**********************************************************************/
|
|
@@ -353,7 +352,6 @@ table td {
|
|
|
353
352
|
figure {
|
|
354
353
|
margin:1.5em auto;
|
|
355
354
|
display: block;
|
|
356
|
-
text-align:center;
|
|
357
355
|
}
|
|
358
356
|
|
|
359
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-
|
|
11
|
+
date: 2022-11-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
@@ -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.
|