cvless 2.4.0 → 2.5.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 13fdfd4cde251d69b1e6df0a3c3993294b40acc6158f57c3f3c25d88b242e539
4
- data.tar.gz: 374f7faa0f084d3896ff7f4b4877ba6f52358c6d997dd3e2890db49db78ca49a
3
+ metadata.gz: 42305c65639242159f14ebc8fc1387c8a6851028f7ce8597c7265426451f7d14
4
+ data.tar.gz: 5345aa75157e3c2327d9b61f30c6905a0307702623b7179812e214dcc094cd03
5
5
  SHA512:
6
- metadata.gz: e556eeabbd8d8d7daebc9337bd041de36cb5af480a79c617611b6791cfb65bb01322a6763cf911560a6d3c487b9069c70265800ba21b39eec271461408f8f3e8
7
- data.tar.gz: 91e1b5d059e6ecd0877169347b3ed3ad1ae73a7ced816dd1cf3f339284b0b323faedfc02998666288499041d2f68ea8d6204f26ba6ef3a1cb3aee7f7e691de8c
6
+ metadata.gz: 3f3a1da05d4f04aac86119955f9c472cc29fb7fe01a5fdefb70b47610c7a6dba4b42e0ec85cb6f4d0b415533c01cf6cecc51f7c872b4500a3cbc6a1180e77c3b
7
+ data.tar.gz: 1767c5097eb3a4c612e8911b9a387328aa7137803ba53d0605644c638b2fec01c21ee8227f8805a3937fe0c624f00978706b0ebba41f3bf55a12547ac593067c
@@ -36,7 +36,9 @@
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.profile.cv != false %}
39
40
  <a class="particles-icon" href="cv">{% include svg/cv-circled.svg %}</a>
41
+ {% endif %}
40
42
  </div>
41
43
  </div>
42
44
  <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.0
4
+ version: 2.5.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: 2024-12-30 00:00:00.000000000 Z
11
+ date: 2025-03-22 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.3.5
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: []