bay_jekyll_theme 1.0.17 → 1.0.18
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 +6 -0
- data/README.md +3 -0
- data/_sass/_layout.scss +1 -0
- 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: b9a8be7fd3561d01ef4998eb0958857ea56888be40a5eb75eafbcb2c117a1cb1
|
|
4
|
+
data.tar.gz: 61fa2c79a83cbbecb5871d751849b5a63dc0032f6a91a8ca04ad01ec451d4bb6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b8cc52efe9cad0e4b39d8b8e0f60e50196f5f0ef3efa4723080ce229d38601ca95442cc75a213c21d3097ea8c0cc7792e68ab2e710abfade026d008fcfc57dbd
|
|
7
|
+
data.tar.gz: caa09de23ada9b0e33f8b79d0132d0241b6e9970af073cbb44f3d8ea032e3005610479d1afd820a8bab5567b6f56bb2bdd638a00cb254365d5d8c3ec0f4c477f
|
data/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
|
|
5
|
+
### [1.0.18](https://github.com/eliottvincent/bay/compare/v1.0.17...v1.0.18) (2022-08-30)
|
|
6
|
+
|
|
7
|
+
### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- Update dependencies
|
|
10
|
+
|
|
5
11
|
### [1.0.17](https://github.com/eliottvincent/bay/compare/v1.0.16...v1.0.17) (2021-06-05)
|
|
6
12
|
|
|
7
13
|
### Features
|
data/README.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
# bay
|
|
2
2
|
|
|
3
|
+
[](https://rubygems.org/gems/bay_jekyll_theme)
|
|
4
|
+
[](https://rubygems.org/gems/bay_jekyll_theme)
|
|
5
|
+
|
|
3
6
|
Bay is a simple theme for Jekyll. [[view live]](https://eliottvincent.github.io/bay)
|
|
4
7
|
|
|
5
8
|
Inspired by [dangrover.com](http://dangrover.com/). Current theme used at [eliottvincent.com](http://eliottvincent.com/).
|
data/_sass/_layout.scss
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bay_jekyll_theme
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.18
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Eliott Vincent
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2022-07-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
@@ -105,7 +105,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
105
105
|
- !ruby/object:Gem::Version
|
|
106
106
|
version: '0'
|
|
107
107
|
requirements: []
|
|
108
|
-
rubygems_version: 3.
|
|
108
|
+
rubygems_version: 3.3.11
|
|
109
109
|
signing_key:
|
|
110
110
|
specification_version: 4
|
|
111
111
|
summary: A simple and minimal Jekyll theme..
|