bay_jekyll_theme 1.2.2 → 1.2.4

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: 5a1b649a995a43e6be6f0008e9258c0eadc5960117546152a62702371fd481c3
4
- data.tar.gz: 653cfe5e14d4ca5ab52cfff53cd0fbea75c6c3a3023f1ca1657278230bb6a2e5
3
+ metadata.gz: 9722a0abac0e6959cb61100354bd87d7c460af1ef94467d05bd312e8f010eb9c
4
+ data.tar.gz: fec7e28bd2e999dde184864ea567f32cde707bdf7e8f3fa68012c3a60bf3a330
5
5
  SHA512:
6
- metadata.gz: 7061a16b191f084fecaff2e9f125c4d7a713e25d15f876814297ffeacdf3cebd73811530827251fb06eff121c77507cde3a2e46f47a8252a49c207e847dddc09
7
- data.tar.gz: f9cf286c1abf030112c494f66a178d0feeb0c0745e245ad492ad4accfee377deaf227fbd63e7b6c30a22131e17bf2e55c77f6c49e6dcc5b4fa6040fb8d13f6cc
6
+ metadata.gz: 25012cdfe1133a5bfb30da928247f8f1e40f0d5dca6cd2198edfd4bac795dc6cc3e29e74fd935bfc11ece29bcab03fa5d51688270be079b7878bcfefe9c68c19
7
+ data.tar.gz: 241f458757325dae3f0c9f61fd7c025998094e0c9910b26130e0cb26f4dd8d4ac2eb384eb91bef879afac83c5c3dc20e9dd00021d0caa3a689b45bed551321ef
data/CHANGELOG.md CHANGED
@@ -2,6 +2,20 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ ### [1.2.4](https://github.com/eliottvincent/bay/compare/v1.2.3...v1.2.4) (2026-04-19)
6
+
7
+ ### Improvements
8
+
9
+ - Cleanup README.md
10
+
11
+ ### [1.2.3](https://github.com/eliottvincent/bay/compare/v1.2.2...v1.2.3) (2026-04-19)
12
+
13
+ ### Improvements
14
+
15
+ - Add Instagram icon
16
+
17
+ ### [1.2.2](https://github.com/eliottvincent/bay/compare/v1.2.1...v1.2.2) (2025-01-02)
18
+
5
19
  ### [1.2.1](https://github.com/eliottvincent/bay/compare/v1.2.0...v1.2.1) (2025-01-02)
6
20
 
7
21
  ### Improvements
data/README.md CHANGED
@@ -11,6 +11,7 @@ Inspired by [dangrover.com](http://dangrover.com/). Current theme used at [eliot
11
11
 
12
12
 
13
13
  ## Table of contents
14
+
14
15
  1. [Installation](#installation)
15
16
  2. Website sections
16
17
  1. [Header](#header)
@@ -23,7 +24,6 @@ Inspired by [dangrover.com](http://dangrover.com/). Current theme used at [eliot
23
24
 
24
25
  ### Installation
25
26
 
26
-
27
27
  The easiest solution is to [fork this repo](https://github.com/eliottvincent/bay/fork).
28
28
  If you want to start from a clean website, follow the steps below:
29
29
 
@@ -68,6 +68,7 @@ jekyll serve
68
68
  The website will look somewhat empty at first. That's normal. Follow the next instructions to complete the header and footer components, and the home and blog pages.
69
69
 
70
70
  #### Header
71
+
71
72
  Open the `_config.yml` file and add the following:
72
73
  ```yml
73
74
  header:
@@ -80,6 +81,7 @@ header:
80
81
  Re-run `jekyll serve` to see the header updated.
81
82
 
82
83
  #### Footer
84
+
83
85
  Open the `_config.yml` file and add the following:
84
86
  ```yml
85
87
  footer:
@@ -115,6 +117,7 @@ footer:
115
117
  Re-run `jekyll serve` to see the footer updated.
116
118
 
117
119
  #### Home page
120
+
118
121
  Create (or edit) the `index.markdown` file and add the following:
119
122
  ```yml
120
123
  ---
@@ -130,8 +133,9 @@ profile_picture:
130
133
  ```
131
134
 
132
135
  #### Blog page
133
- Create `blog.markdown` file and add the following:
136
+
134
137
  ```yml
138
+ Create `blog.markdown` file and add the following:
135
139
  ---
136
140
  layout: blog
137
141
  title: Blog
@@ -148,7 +152,7 @@ Your website is ready!
148
152
 
149
153
  ### GitHub Pages
150
154
 
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.
155
+ 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
156
 
153
157
  However, it's fairly easy to build and deploy your website with GitHub Actions, yet use GitHub Pages to host it.
154
158
 
@@ -159,15 +163,11 @@ You can also refer to the [`.github/workflows/deploy.yml`](https://github.com/el
159
163
  ### Development
160
164
 
161
165
  #### Run development instance (with hot-reload)
166
+
162
167
  ```sh
163
168
  bundle exec jekyll serve
164
169
  ```
165
170
 
166
171
  #### Build and publish the gem
167
- ```sh
168
- gem build bay_jekyll_theme.gemspec
169
- ```
170
172
 
171
- ```sh
172
- gem push bay_jekyll_theme-1.x.x.gem
173
- ```
173
+ Simply push and tag a new version, Github Actions will handle the rest.
Binary file
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.2.2
4
+ version: 1.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eliott Vincent
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-01-02 00:00:00.000000000 Z
11
+ date: 2026-04-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -75,6 +75,7 @@ files:
75
75
  - assets/img/icons/email.png
76
76
  - assets/img/icons/facebook.png
77
77
  - assets/img/icons/github.png
78
+ - assets/img/icons/instagram.png
78
79
  - assets/img/icons/keybase.png
79
80
  - assets/img/icons/linkedin.png
80
81
  - assets/img/icons/rss.png