bay_jekyll_theme 1.0.17 → 1.0.19

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: 40eafa0edde49611a37e6a796f4cf4f9d4e1197915efb18ca14df9167e6c0051
4
- data.tar.gz: 2558c71971d059aa8a77c2f1258f952336e20476a366eb0cdd6fa322a0cb4c87
3
+ metadata.gz: 995b10227651ceb45ec2e0d201b9cfe42ad018a955583b95e9c8a71c60687914
4
+ data.tar.gz: 21e26a40ec99579ca66df898f26bc41c571697a6a6e15fe53140180d5cd7cc5e
5
5
  SHA512:
6
- metadata.gz: 01641a6b9a8143e9efaffe1efcf2a9dad057b1da08fa27e0404eb069dc50913930219b7876321a43fd0e03ee46b869dac7944f461f65afc813da20bf0b106d18
7
- data.tar.gz: ca301dc270ec817ca9cb3d0f26ea88a796e4d67abd63d60e96f21b61f6c54ef8c002b80e061106e75311ac2091fc7481936cd4cc4c475fe1603ed0f4f32997d2
6
+ metadata.gz: 4648435cf93b6e96355f3e591ad9370208a8d1e9bff07805c4e76a0215bbc7cb83e513cd079e044da4d565c27f875ce223d5f71bf96d3a9194a6271d51a74b68
7
+ data.tar.gz: 394787219edbec1c6e804519c3864e417fb61ec60ce970666da59e60c05c2ca8ffe986cd447f984e480423dd323e5942066f04252babe80b2b8e4887000ab594
data/CHANGELOG.md CHANGED
@@ -2,6 +2,19 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ ### [1.0.19](https://github.com/eliottvincent/bay/compare/v1.0.18...v1.0.19) (2022-10-19)
6
+
7
+ ### Bug Fixes
8
+
9
+ - Ensure `<strong>` tags are correctly rendered in Firefox
10
+
11
+ ### [1.0.18](https://github.com/eliottvincent/bay/compare/v1.0.17...v1.0.18) (2022-08-30)
12
+
13
+ ### Bug Fixes
14
+
15
+ - Fix hamburger size
16
+ - Update dependencies
17
+
5
18
  ### [1.0.17](https://github.com/eliottvincent/bay/compare/v1.0.16...v1.0.17) (2021-06-05)
6
19
 
7
20
  ### Features
data/README.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # bay
2
2
 
3
+ [![Version](https://img.shields.io/gem/v/bay_jekyll_theme)](https://rubygems.org/gems/bay_jekyll_theme)
4
+ [![Downloads](https://img.shields.io/gem/dt/bay_jekyll_theme)](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/_base.scss CHANGED
@@ -124,6 +124,13 @@ a {
124
124
  }
125
125
  }
126
126
 
127
+ /**
128
+ * Enforce bold (Firefox)
129
+ */
130
+ strong {
131
+ font-weight: bold;
132
+ }
133
+
127
134
  /**
128
135
  * Blockquotes
129
136
  */
data/_sass/_layout.scss CHANGED
@@ -74,6 +74,7 @@
74
74
  text-align: center;
75
75
 
76
76
  background: #ffffff url($base-url + '/assets/img/menu.png') 6px 4px no-repeat;
77
+ background-size: 26px 26px;
77
78
  }
78
79
 
79
80
  .menu {
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.17
4
+ version: 1.0.19
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eliott Vincent
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-06-05 00:00:00.000000000 Z
11
+ date: 2022-10-19 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.0.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..