benjeto-jekyll-theme 0.2.1 → 0.2.3

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: 93f5884e254bc5017623def809c781d10ec8cb6508e8ed375e052790462cab1b
4
- data.tar.gz: be4fe9cfc0bf39086066fff9b572f78b1c3dadda3924f6be6007eef623117225
3
+ metadata.gz: 3f5f00032df24f8b009d8684f4d6eba1409fd0863ba64515f76f1ae139d6e92d
4
+ data.tar.gz: 70605de49cd0af72d3912f65b085a01397420c57b4f62dc3c0221be3c8940c56
5
5
  SHA512:
6
- metadata.gz: c473be2dc86e39bbe94aac4f8eb31445896c4896c51600f9930de65cb5b2b0e8cce5abc4097ab87d884cb9831390de05ca7b65877dadcf86c47eb80b843bac3d
7
- data.tar.gz: 6c68a94c3af351d51e98d66ddb0cd053e87ca20753c511b1b67813ab1882f827df8c6802f07a8303a370668575cadcaf54883c1cfbd93a5d7139ca6c0708b21f
6
+ metadata.gz: 2f30c9b541bbd0efefca5a2722babca864464f06f16c90a3822a0d67590b93415242cdabfc9e095b6794f8fb15b6ee3692099e263e8f792463066326ad0e90e8
7
+ data.tar.gz: ab8d542840bfe94b1b59c5e51aea9508a40d1439aae48521b05a5eb40c36d43d1319b7a99f441370144a991c2e5c66bc272f06ce4b57a7941c0d4c81b07780eb
data/_layouts/home.html CHANGED
@@ -10,20 +10,24 @@ layout: base
10
10
 
11
11
  <main>
12
12
  <header class="home">
13
- <div class="headline">
14
- <a class="proficon{% if settings.round_icon == true %} round{% endif %}{% if profile.header == nil %} no-header{% endif %}" href="{{ "/" | relative_url }}">
15
- {%- if profile.icon %}
16
- <img src="{{ profile.icon | relative_url }}" alt="{{ profile.name }}">
17
- {%- else %}
18
- <div class="dummy"></div>
13
+ <div class="header-top">
14
+ <div class="nameline">
15
+ <h1>{{ profile.name | default: site.title }}</h1>
16
+ {%- if profile.pronouns %}
17
+ <span class="pronouns" itemprop="pronouns">{{ profile.pronouns }}</span>
19
18
  {%- endif %}
20
- </a>
21
- {%- include menu.html %}
19
+ </div>
20
+ <div class="headline">
21
+ <a class="proficon{% if settings.round_icon == true %} round{% endif %}{% if profile.header == nil %} no-header{% endif %}" href="{{ "/" | relative_url }}" aria-hidden="true">
22
+ {%- if profile.icon %}
23
+ <img src="{{ profile.icon | relative_url }}" alt="">
24
+ {%- else %}
25
+ <div class="dummy"></div>
26
+ {%- endif %}
27
+ </a>
28
+ {%- include menu.html %}
29
+ </div>
22
30
  </div>
23
- <h1>{{ profile.name | default: site.title }}</h1>
24
- {%- if profile.pronouns %}
25
- <span class="pronouns" itemprop="pronouns">{{ profile.pronouns }}</span>
26
- {%- endif %}
27
31
  {%- if profile.bio %}
28
32
  <p class="bio">{{ profile.bio }}</p>
29
33
  {%- endif %}
@@ -148,8 +148,8 @@ pre code {
148
148
  details {
149
149
  margin: 16px 0;
150
150
  padding: 8px 16px;
151
- background: var(--boxbglight);
152
- border: 1px solid var(--border);
151
+ background: var(--boxbg);
152
+ border: 1px solid var(--boxbg);
153
153
  border-radius: 8px;
154
154
  summary {
155
155
  font-weight: 600;
@@ -351,6 +351,13 @@ div.header {
351
351
  }
352
352
 
353
353
  header.home {
354
+ div.header-top {
355
+ display: flex;
356
+ flex-wrap: wrap-reverse;
357
+ div.nameline, div.headline {
358
+ width: 100%;
359
+ }
360
+ }
354
361
  ul.exlink {
355
362
  display: flex;
356
363
  flex-wrap: wrap;
@@ -642,5 +649,9 @@ ul.lang-select {
642
649
  border-color: var(--link);
643
650
  }
644
651
  }
652
+ details {
653
+ background: var(--page);
654
+ border-color: var(--border);
655
+ }
645
656
  }
646
657
 
@@ -8,8 +8,9 @@ img.app-icon {
8
8
  height: 100px;
9
9
  vertical-align: top;
10
10
  margin-inline-end: 16px;
11
- border-radius: 16px;
11
+ border-radius: 20px;
12
12
  flex-grow:0;
13
+ box-shadow: 0 2px 8px 0 rgba(0,0,0,0.1);
13
14
  }
14
15
  div.app-info {
15
16
  flex-grow:1;
@@ -24,6 +25,9 @@ div.app-info {
24
25
  margin: 2px 0;
25
26
  padding: 0;
26
27
  }
28
+ h1 {
29
+ font-size: 1.8em;
30
+ }
27
31
  }
28
32
 
29
33
  article.feed-post, div.custom-feed {
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.2.1
4
+ version: 0.2.3
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-18 00:00:00.000000000 Z
11
+ date: 2024-07-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll