benjeto-jekyll-theme 0.1.3 → 0.1.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: 345337e58e5cd5987fa9d881b76b49c950d6e01de12dcef749166c9f4c74fdf8
4
- data.tar.gz: c929d600a1a63b65d4d932c97cb2d77eb3f2d4d09883d7e9adc7631e4a55c3a5
3
+ metadata.gz: 0a6dd777524e968881186170705c27b985aaf25f0b5260d0892f9d5752a21fb2
4
+ data.tar.gz: bfb0c1457d87f1e79683b041072340a6e5e6e0fe54fc78cb593aba4f0000042a
5
5
  SHA512:
6
- metadata.gz: 8a88c458b29ce9f72a35c0201135972aa23a9e968964c95ff89cb26263ec7b91410eddb59c10ac6fe9fd331c4aadaf24ac3e609019b24b5f11c2aae74a51e9bc
7
- data.tar.gz: 24976b5e01f93887e7ae1281a826a75716dbac0ef48f185234cb89125a870d068bfd368c17bf5194de7ec01662193ccaec2f84228334827d4ed8edb42372cad2
6
+ metadata.gz: e0bf18f4700bd26aeead8dde4013c9e0e9c68634ee76d1b7178c73d83debcba5062492e621f81aeb953ee396188230909b02079b278825608ed61ab7f868bf6e
7
+ data.tar.gz: e7c18540e29fed3aea732d34b922694d7b9d55424c55d74c213895686a098c0160327c3181b80313ec18135391ab03a9d618c162fba84f9b631d984cfe0e1d70
data/_layouts/home.html CHANGED
@@ -20,7 +20,7 @@ layout: base
20
20
  </a>
21
21
  {%- include menu.html %}
22
22
  </div>
23
- <h1 itemprop="name">{{ profile.name | default: site.title }}</h1>
23
+ <h1>{{ profile.name | default: site.title }}</h1>
24
24
  {%- if profile.pronouns %}
25
25
  <span class="pronouns" itemprop="pronouns">{{ profile.pronouns }}</span>
26
26
  {%- endif %}
@@ -34,9 +34,6 @@ article.post {
34
34
  font-size: 1.05rem;
35
35
  padding: 0 20px;
36
36
  }
37
- article.serif {
38
- font-family: serif;
39
- }
40
37
 
41
38
  h1, h2, h3 {
42
39
  margin: 20px 0 16px;
@@ -403,7 +400,7 @@ header.home {
403
400
  }
404
401
  h1 {
405
402
  display: inline-block;
406
- font-size: 1.5em;
403
+ font-size: 1.8em;
407
404
  margin: 0;
408
405
  }
409
406
  p.bio {
@@ -59,6 +59,7 @@
59
59
  width: 100%;
60
60
  height: 100%;
61
61
  background: rgba(0, 0, 0, 0.3);
62
+ backdrop-filter: blur(8px);
62
63
  z-index: 1;
63
64
  }
64
65
 
@@ -28,17 +28,19 @@
28
28
  .menu-btn:hover, .menu-btn:focus {
29
29
  filter: brightness(0.7);
30
30
  }
31
+ {% if settings.style.menu == true %}
31
32
  .menu {
32
33
  box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.6);
33
34
  }
35
+ #overlay {
36
+ background: rgba(64, 64, 64, 0.5);
37
+ }
38
+ {% endif %}
34
39
  header.home ul.exlink li {
35
40
  a:hover, a:focus {
36
41
  filter: brightness(0.75);
37
42
  }
38
43
  }
39
- #overlay {
40
- background: rgba(127, 127, 127, 0.5);
41
- }
42
44
  .icon {
43
45
  filter: invert(1);
44
46
  }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: benjeto-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cizzuk
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-07-07 00:00:00.000000000 Z
11
+ date: 2024-07-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll