benjeto-jekyll-theme 0.1.3 → 0.1.5

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: 39604a7910dd5e0f815291647d0cba1b1bb2e8d4b802c27e17a87684b77f7f11
4
+ data.tar.gz: 17c1143a2bd667f75afb0bcf763bef38a50fbb54c7cb9974bf8e995bd6dcdee7
5
5
  SHA512:
6
- metadata.gz: 8a88c458b29ce9f72a35c0201135972aa23a9e968964c95ff89cb26263ec7b91410eddb59c10ac6fe9fd331c4aadaf24ac3e609019b24b5f11c2aae74a51e9bc
7
- data.tar.gz: 24976b5e01f93887e7ae1281a826a75716dbac0ef48f185234cb89125a870d068bfd368c17bf5194de7ec01662193ccaec2f84228334827d4ed8edb42372cad2
6
+ metadata.gz: 5dbb8e8f4ffb9fa78ea0997980265664f034ca173b5ad2d3a23865b158b81d2e87ff9e5212b05650dd3b2743793e9a9254dbf8cca8a15aacc09b2b93d2eeb9e1
7
+ data.tar.gz: baac1d523a117e9e327a9aeff8036a4e928e6b8a24585f237a114c9fb396299ef23918bce21aebea2fcefffe3528f031c629226a2a9c8d91e73fc9158cc5941d
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,15 @@
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
 
66
+ @media (prefers-color-scheme: dark) {
67
+ .menu {
68
+ box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.6);
69
+ }
70
+ #overlay {
71
+ background: rgba(64, 64, 64, 0.5);
72
+ }
73
+ }
@@ -28,17 +28,11 @@
28
28
  .menu-btn:hover, .menu-btn:focus {
29
29
  filter: brightness(0.7);
30
30
  }
31
- .menu {
32
- box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.6);
33
- }
34
31
  header.home ul.exlink li {
35
32
  a:hover, a:focus {
36
33
  filter: brightness(0.75);
37
34
  }
38
35
  }
39
- #overlay {
40
- background: rgba(127, 127, 127, 0.5);
41
- }
42
36
  .icon {
43
37
  filter: invert(1);
44
38
  }
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.5
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