jekyll-oceanic 1.0.1 → 1.0.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/README.md +1 -1
- data/_config.yml +3 -2
- data/_includes/header.html +1 -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: dae9a7cc1414b5103b520f2839032737fe26acd6850c1505919613a1b6427fb3
|
|
4
|
+
data.tar.gz: 917a0fb896a57bb263ccedd79160b03025fd98e59e3449513b7a5b0acf5102c6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6b6fc8f326ad79d5c0beb33c70a99e82d6a0458c724bea4e701b685dfce20c9d81acd2fd1f690f6f83c8ee206e6f246cf1f74fa9b57059ed1b81e7880bb3efb3
|
|
7
|
+
data.tar.gz: 3711cc416c123420391ce5868dced763228fe6333dea94e29e3cdf28f054bc737050afaddd7e7a2c5ced2256b15a7a4f77da9c721387b6890ca9fc2fec1e2583
|
data/README.md
CHANGED
|
@@ -72,7 +72,7 @@ The theme can be easily customized by creating *skins*. Skins are
|
|
|
72
72
|
[Sass](https://sass-lang.com/) files that define colors, fonts, and various
|
|
73
73
|
other style properties that can be adjusted.
|
|
74
74
|
|
|
75
|
-
See HERE for a brief introduction to skinning.
|
|
75
|
+
See [HERE](SKINNING.md) for a brief introduction to skinning.
|
|
76
76
|
|
|
77
77
|
## Contributing
|
|
78
78
|
|
data/_config.yml
CHANGED
|
@@ -6,8 +6,9 @@ theme: jekyll-oceanic
|
|
|
6
6
|
author:
|
|
7
7
|
name: "Oceanic"
|
|
8
8
|
|
|
9
|
-
# A description
|
|
10
|
-
|
|
9
|
+
# A short description (e.g., A blog dedicated to reviewing cat gifs) of your
|
|
10
|
+
# site.
|
|
11
|
+
tagline: A minimalist, blue, Jekyll theme.
|
|
11
12
|
|
|
12
13
|
# Show the first openings of posts when listing. Set to false to just
|
|
13
14
|
# display titles and dates.
|
data/_includes/header.html
CHANGED
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.0.
|
|
4
|
+
version: 1.0.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: 2020-06-
|
|
11
|
+
date: 2020-06-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|