cvless 2.4.0 → 2.6.0
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/_includes/particles-home.html +6 -1
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 688429ee00664a34da635e16295fedf4fe0114b0c38e8e2226e0582ba5f4ebae
|
4
|
+
data.tar.gz: 0063a033dc90f28ca267206a4deac436274211898fbbc43623e9d91552459c1c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0ae4a24e1b25dfebc3698326510a7929bd418b5b587932adbc2e035be0a0b81ef7d4f14b11eb26961414c040f003ceb8d428d548a98477d881a4939c44d25afa
|
7
|
+
data.tar.gz: 34d09995cf17c93335336c8d8b0483b3c2b75f895b2d82fe0a3551437b49fb69809a565a01abc5a2d93b3106432e0174268e41b327d164d6d949dea98bf99cca
|
@@ -13,7 +13,7 @@
|
|
13
13
|
<a class="particles-icon" href="{{ site.profile.x }}">{% include svg/x.svg %}</a>
|
14
14
|
{% endif %}
|
15
15
|
{% if site.profile.mastodon %}
|
16
|
-
<a class="particles-icon" href="{{ site.profile.mastodon }}">{% include svg/mastodon.svg %}</a>
|
16
|
+
<a class="particles-icon" rel="me" href="{{ site.profile.mastodon }}">{% include svg/mastodon.svg %}</a>
|
17
17
|
{% endif %}
|
18
18
|
{% if site.profile.bluesky %}
|
19
19
|
<a class="particles-icon" href="{{ site.profile.bluesky }}">{% include svg/bluesky.svg %}</a>
|
@@ -36,7 +36,12 @@
|
|
36
36
|
{% if site.profile.github %}
|
37
37
|
<a class="particles-icon" href="{{ site.profile.github }}">{% include svg/github.svg %}</a>
|
38
38
|
{% endif %}
|
39
|
+
{% if site.author.email %}
|
40
|
+
<a class="particles-icon" href="mailto:{{ site.author.email }}">{% include svg/mail.svg %}</a>
|
41
|
+
{% endif %}
|
42
|
+
{% if site.profile.cv != false %}
|
39
43
|
<a class="particles-icon" href="cv">{% include svg/cv-circled.svg %}</a>
|
44
|
+
{% endif %}
|
40
45
|
</div>
|
41
46
|
</div>
|
42
47
|
<div class="particles-scroll">
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cvless
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.6.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- piazzai
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-04-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: github-pages
|
@@ -38,7 +38,7 @@ dependencies:
|
|
38
38
|
- - "~>"
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: '3.0'
|
41
|
-
description:
|
41
|
+
description:
|
42
42
|
email:
|
43
43
|
- 42124135+piazzai@users.noreply.github.com
|
44
44
|
executables: []
|
@@ -142,7 +142,7 @@ homepage: https://github.com/piazzai/cvless
|
|
142
142
|
licenses:
|
143
143
|
- MIT
|
144
144
|
metadata: {}
|
145
|
-
post_install_message:
|
145
|
+
post_install_message:
|
146
146
|
rdoc_options: []
|
147
147
|
require_paths:
|
148
148
|
- lib
|
@@ -157,8 +157,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
157
157
|
- !ruby/object:Gem::Version
|
158
158
|
version: '0'
|
159
159
|
requirements: []
|
160
|
-
rubygems_version: 3.
|
161
|
-
signing_key:
|
160
|
+
rubygems_version: 3.5.22
|
161
|
+
signing_key:
|
162
162
|
specification_version: 4
|
163
163
|
summary: Jekyll theme for a beautiful online CV
|
164
164
|
test_files: []
|