bay_jekyll_theme 1.2.1 → 1.2.3

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1377e4b38497fb091a4d61f54b3a272420a5a30a8dcda145cd1755cf88e69a0f
4
- data.tar.gz: '0838ea3804661e26f81ed0dcea8079aa4c7dd75e199aa58b2623591a8daa7122'
3
+ metadata.gz: 975ee45e89e5006d80c7578bb4fe77bd745a2fdf62894bd24c94531cd4df99e1
4
+ data.tar.gz: 234dd4d0f14e482265dead3ea66a732e4f0ada59160f09f1afde66ec8da39980
5
5
  SHA512:
6
- metadata.gz: 4f5b69b5525a1c72ab707796f5fba4c54258f7a5557298e655eb3da4086b195f8717b9d45ad0ef5ddf8f79665967255aeede702b256d15503f74f6cf494d5993
7
- data.tar.gz: 8be989554da3da372acb0afe0ce0546a33cb3ac0de621a26081e927150acbd1e2a4d3194a7f582f1a9087590596a9b36ab413f4c8e0d9c7c8de05c4491836b45
6
+ metadata.gz: ebb6e08d2753e29f75100252ac37ae5828f0a844a8eee64bf7f86eb4b7c6e4a9bb5338c49711ffabce5ed25ffd1f013392b3694d7b30760b1c3c3a56d14ccd1a
7
+ data.tar.gz: 69c1f2e21291ac773750e11403f6f1f9a008f64f83062b46affd72015009819af43b06a754ff47afc6f59d708a5f226d276cc318293d448d523d88dfe1413316
data/CHANGELOG.md CHANGED
@@ -2,6 +2,14 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ ### [1.2.3](https://github.com/eliottvincent/bay/compare/v1.2.2...v1.2.3) (2026-04-19)
6
+
7
+ ### Improvements
8
+
9
+ - Add Instagram icon
10
+
11
+ ### [1.2.2](https://github.com/eliottvincent/bay/compare/v1.2.1...v1.2.2) (2025-01-02)
12
+
5
13
  ### [1.2.1](https://github.com/eliottvincent/bay/compare/v1.2.0...v1.2.1) (2025-01-02)
6
14
 
7
15
  ### Improvements
data/README.md CHANGED
@@ -148,7 +148,7 @@ Your website is ready!
148
148
 
149
149
  ### GitHub Pages
150
150
 
151
- You can deploy your website to GitHub Pages, but you cannot use the 1-click GitHub Pages build and deploy system. The issue is that the Bay theme relies on Jekyll 4.3+ (which uses a more modern Sass processor), whereas the GitHub Pages build system uses an older version of Jekyll.
151
+ You can deploy your website to GitHub Pages, but you cannot use the 1-click GitHub Pages build-and-deploy system. The issue is that the Bay theme relies on Jekyll 4.3+ (which uses a more modern Sass processor), whereas the GitHub Pages build system uses an older version of Jekyll.
152
152
 
153
153
  However, it's fairly easy to build and deploy your website with GitHub Actions, yet use GitHub Pages to host it.
154
154
 
Binary file
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bay_jekyll_theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.1
4
+ version: 1.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eliott Vincent
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2025-01-02 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: jekyll
@@ -38,7 +37,6 @@ dependencies:
38
37
  - - "~>"
39
38
  - !ruby/object:Gem::Version
40
39
  version: '2.0'
41
- description:
42
40
  email:
43
41
  - hello@eliottvincent.com
44
42
  executables: []
@@ -75,6 +73,7 @@ files:
75
73
  - assets/img/icons/email.png
76
74
  - assets/img/icons/facebook.png
77
75
  - assets/img/icons/github.png
76
+ - assets/img/icons/instagram.png
78
77
  - assets/img/icons/keybase.png
79
78
  - assets/img/icons/linkedin.png
80
79
  - assets/img/icons/rss.png
@@ -93,7 +92,6 @@ homepage: https://github.com/eliottvincent/bay
93
92
  licenses:
94
93
  - MIT
95
94
  metadata: {}
96
- post_install_message:
97
95
  rdoc_options: []
98
96
  require_paths:
99
97
  - lib
@@ -101,15 +99,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
101
99
  requirements:
102
100
  - - ">="
103
101
  - !ruby/object:Gem::Version
104
- version: '0'
102
+ version: 3.3.0
105
103
  required_rubygems_version: !ruby/object:Gem::Requirement
106
104
  requirements:
107
105
  - - ">="
108
106
  - !ruby/object:Gem::Version
109
107
  version: '0'
110
108
  requirements: []
111
- rubygems_version: 3.5.22
112
- signing_key:
109
+ rubygems_version: 4.0.8
113
110
  specification_version: 4
114
- summary: A simple and minimal Jekyll theme..
111
+ summary: A simple and minimal Jekyll theme.
115
112
  test_files: []