jekyll-theme-bean 1.0.0 → 1.0.1
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 +2 -0
- data/_includes/blog/post.html +1 -1
- data/assets/css/base.css +3 -1
- data/assets/css/layout.css +2 -1
- data/assets/css/reset.css +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: e72a78f9ff74436ee9abc5ebd5cbbaf8a6bc20ea5962e57969fb2e0bfe6d4027
|
4
|
+
data.tar.gz: 6b0050f5b24e1d96de8e2a7b8298822d142077dedafe0f056ef9a0a5b5f0ba41
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c5d00e09cc67c51b72cb734d88b7564524e851c383fd17a9a51c8d82e86ba4f5fe07451559d4a4cceab5fc721990777b4cec60597443c0e7e74c16420b769afe
|
7
|
+
data.tar.gz: 5b92f63593f44f67736bd2d3c774ecedbb18317281e581caa713b3f2829863ec1c3a20692946599561ac7445a63043850cd4407456748a848d3df02b6ac72cd4
|
data/README.md
CHANGED
@@ -132,6 +132,8 @@ Bean adds support for pagination, archives, feeds and SEO tags, so you can confi
|
|
132
132
|
* [jekyll-seo-tag](https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md)
|
133
133
|
* [jekyll-sitemap](https://github.com/jekyll/jekyll-sitemap)
|
134
134
|
|
135
|
+
Please refer to the full [`_config.yml`](https://github.com/esporo/bean/blob/main/_config.yml) for plugin configurations.
|
136
|
+
|
135
137
|
#### Style Options
|
136
138
|
|
137
139
|
You can add a `theme.css` in your `/assets/css` directory to customize the style options of your site.
|
data/_includes/blog/post.html
CHANGED
data/assets/css/base.css
CHANGED
@@ -283,7 +283,9 @@ table {
|
|
283
283
|
border-radius: 0.5rem;
|
284
284
|
border: 0.1rem solid var(--color-details);
|
285
285
|
box-shadow: var(--shadow);
|
286
|
+
font-size: var(--small-font-size);
|
286
287
|
margin: 1.5rem 0;
|
288
|
+
overflow: hidden;
|
287
289
|
}
|
288
290
|
|
289
291
|
figure > table {
|
@@ -293,7 +295,7 @@ figure > table {
|
|
293
295
|
|
294
296
|
td,
|
295
297
|
th {
|
296
|
-
border:
|
298
|
+
border: none;
|
297
299
|
text-align: start;
|
298
300
|
padding: 0.5rem;
|
299
301
|
}
|
data/assets/css/layout.css
CHANGED
@@ -130,6 +130,7 @@
|
|
130
130
|
border-radius: 2.5em;
|
131
131
|
color: var(--background-body);
|
132
132
|
display: inline-block;
|
133
|
+
flex: 0 0 auto;
|
133
134
|
font-size: var(--small-font-size);
|
134
135
|
font-weight: 700;
|
135
136
|
line-height: 1;
|
@@ -219,7 +220,7 @@
|
|
219
220
|
position: relative;
|
220
221
|
z-index: 2;
|
221
222
|
background: var(--background-body);
|
222
|
-
box-shadow: 0 0
|
223
|
+
box-shadow: 0 0 1rem var(--color-shadows);
|
223
224
|
min-height: 100px;
|
224
225
|
}
|
225
226
|
|
data/assets/css/reset.css
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
/* Sizing */
|
4
4
|
--base-font-size: clamp(1.6rem, 2vw, 1.9rem);
|
5
5
|
--small-font-size: clamp(1.2rem, 1.5vw, 1.4rem);
|
6
|
-
--spacing-unit:
|
6
|
+
--spacing-unit: clamp(2rem, 2.5vw, 2.5rem);
|
7
7
|
|
8
8
|
/* Typography */
|
9
9
|
--main-font-family: "IBM Plex Sans", system-ui, sans-serif;
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-bean
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Arthur Freitas
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-10-
|
11
|
+
date: 2024-10-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|