jekyll-theme-bean 1.0.0 → 1.0.2

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: 8aacce50b854381ca8a6e9d138e949778c36c9a878ae84c782192712563d135a
4
- data.tar.gz: 387cefe7f9cebe4a13e1b306d7b2ddf9bdb7ba651afafa02f06a152ca00b2f5d
3
+ metadata.gz: cee2a28173d9ba3a73baf903d13b188063678e1e107d9e3fec4aad28915ce94c
4
+ data.tar.gz: 1f2e1f3f97c063311c3c232a2b5eaf4188bf26bd5d7c60c9cd021f79bbac5fa1
5
5
  SHA512:
6
- metadata.gz: 777ed1b83e801554ed41d6f9285e45da39baf6b853a9c739d09e3de598a5de588a38f3c61118dca5f7dc09156992c8e6faddcde29fec45198e9a0217aaa5e897
7
- data.tar.gz: 179f18af7376c3063fd153db45e5adc26cdbea81d07eef013de49eab2aa2c00af352fe432722688dfc8c1371192124e57d9d312bfb60bb553b3cfb8b27134503
6
+ metadata.gz: bea1f2946321a4bf142ca807d8337e6888fed194a9a6a2f66c24d0441dd0b05f0e6717df8ff4f1ceab6cb4162c5fdb0bd9978cb1b73f511ef12b7e67ea322007
7
+ data.tar.gz: 829c81a8668943652fc14f6aaff71d91524bb61fc2d222553804769db8c21d3cd6f3958161e2a1850bc1344939807127c6d1f036ce4c3f4e0fc98003b8e75f2a
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/_config.yml CHANGED
@@ -7,6 +7,8 @@ description: >-
7
7
  # Build settings
8
8
  permalink: "/:year/:month/:day/:title.html"
9
9
  slug_mode: latin
10
+ url: "https://esporo.github.io/"
11
+ baseurl: "/bean"
10
12
 
11
13
  # Theme Settings
12
14
  bean:
@@ -62,7 +62,7 @@
62
62
  </div>
63
63
  {%- endif %}
64
64
 
65
- {% if include.post.tags -%}
65
+ {% if include.post.tags and include.post.tags.size > 0 -%}
66
66
  <footer class="post-footer">
67
67
  <span class="post-meta">
68
68
  {{ site.bean.translations.post_tagged_with }}
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: 0.1rem solid var(--color-details);
298
+ border: none;
297
299
  text-align: start;
298
300
  padding: 0.5rem;
299
301
  }
@@ -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 0 1rem var(--color-shadows);
223
+ box-shadow: 0 0 1rem var(--color-shadows);
223
224
  min-height: 100px;
224
225
  }
225
226
 
@@ -244,7 +245,8 @@
244
245
  }
245
246
  }
246
247
 
247
- .blog-posts {
248
+ .blog-posts,
249
+ .page {
248
250
  grid-area: content;
249
251
  }
250
252
 
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: var(--base-font-size);
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.0
4
+ version: 1.0.2
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-15 00:00:00.000000000 Z
11
+ date: 2024-10-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll