cvless 2.3.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: ab2bd014e56647134973af86f64e74b44805787f65295671829e3dfeba07c8ec
4
- data.tar.gz: e6d61144099d955f56a31a078051164ed55d0d444bd5396da17417535b8602d0
3
+ metadata.gz: 42305c65639242159f14ebc8fc1387c8a6851028f7ce8597c7265426451f7d14
4
+ data.tar.gz: 5345aa75157e3c2327d9b61f30c6905a0307702623b7179812e214dcc094cd03
5
5
  SHA512:
6
- metadata.gz: 5be42ce8c48c2238a7689b511c2a4b0ad248a989bc680000df99fb0c60cb98d216d43d8dc5a8f89d0b021cf441e753bbe8ca600e6e08dfd2c898ef22109fcf2f
7
- data.tar.gz: 6e7923117e69620b327ecabedac09802ac06ae51516093f1b93f534c04cf9fe1273cc38160a02abd248c3288b6e17fc7d5e91f098f36d35a6558567bb4263d5f
6
+ metadata.gz: 3f3a1da05d4f04aac86119955f9c472cc29fb7fe01a5fdefb70b47610c7a6dba4b42e0ec85cb6f4d0b415533c01cf6cecc51f7c872b4500a3cbc6a1180e77c3b
7
+ data.tar.gz: 1767c5097eb3a4c612e8911b9a387328aa7137803ba53d0605644c638b2fec01c21ee8227f8805a3937fe0c624f00978706b0ebba41f3bf55a12547ac593067c
data/README.md CHANGED
@@ -45,7 +45,7 @@ After you are done creating the basic files, run bundler:
45
45
 
46
46
  Or install the gem yourself as:
47
47
 
48
- $ gem install jekyll-nagymaros
48
+ $ gem install cvless
49
49
 
50
50
  To customize hidden files, you can create new files with the same names and paths. For example, to change the layout of the index page, you can create a `_layouts` folder and a file `index.html` within this folder that contains your custom code. During build, Jekyll will give priority to your files over the theme's.
51
51
 
@@ -61,7 +61,7 @@ In addition to these files, you can customize favicons in the `assets` folder. F
61
61
 
62
62
  ## Local development
63
63
 
64
- The `demo` folder includes a docker-compose file that allows you to quickly setup a container running Jekyll. If you don't already have Docker and Docker Compose installed, you can install them using the following guides:
64
+ The `demo` folder includes a `docker-compose.yml` file that allows you to quickly setup a container running Jekyll. If you don't already have Docker and Docker Compose installed, you can install them using the following guides:
65
65
 
66
66
  * [Docker](https://docs.docker.com/get-docker/)
67
67
  * [Docker Compose](https://docs.docker.com/compose/install/)
@@ -6,37 +6,39 @@
6
6
  <h1 class="particles-title">{{ site.title }}</h1>
7
7
  <h1 class="particles-subtitle">{{ site.taglong }}</h1>
8
8
  <div class="nowrap">
9
- {% if site.social.facebook %}
10
- <a class="particles-icon" href="https://www.facebook.com/{{ site.social.facebook }}">{% include svg/facebook.svg %}</a>
9
+ {% if site.profile.facebook %}
10
+ <a class="particles-icon" href="{{ site.profile.facebook }}">{% include svg/facebook.svg %}</a>
11
11
  {% endif %}
12
- {% if site.social.x %}
13
- <a class="particles-icon" href="https://twitter.com/{{ site.social.x }}">{% include svg/x.svg %}</a>
12
+ {% if site.profile.x %}
13
+ <a class="particles-icon" href="{{ site.profile.x }}">{% include svg/x.svg %}</a>
14
14
  {% endif %}
15
- {% if site.social.mastodon %}
16
- <a class="particles-icon" href="https://{{ site.social.mastodon.domain }}/@{{ site.social.mastodon.user }}">{% include svg/mastodon.svg %}</a>
15
+ {% if site.profile.mastodon %}
16
+ <a class="particles-icon" href="{{ site.profile.mastodon }}">{% include svg/mastodon.svg %}</a>
17
17
  {% endif %}
18
- {% if site.social.bluesky %}
19
- <a class="particles-icon" href="https://bsky.app/profile/{{ site.social.bluesky.user }}.{{ site.social.bluesky.domain }}">{% include svg/bluesky.svg %}</a>
18
+ {% if site.profile.bluesky %}
19
+ <a class="particles-icon" href="{{ site.profile.bluesky }}">{% include svg/bluesky.svg %}</a>
20
20
  {% endif %}
21
- {% if site.social.instagram %}
22
- <a class="particles-icon" href="https://www.instagram.com/{{ site.social.instagram }}">{% include svg/instagram.svg %}</a>
21
+ {% if site.profile.instagram %}
22
+ <a class="particles-icon" href="{{ site.profile.instagram }}">{% include svg/instagram.svg %}</a>
23
23
  {% endif %}
24
- {% if site.social.linkedin %}
25
- <a class="particles-icon" href="https://www.linkedin.com/in/{{ site.social.linkedin }}">{% include svg/linkedin.svg %}</a>
24
+ {% if site.profile.linkedin %}
25
+ <a class="particles-icon" href="{{ site.profile.linkedin }}">{% include svg/linkedin.svg %}</a>
26
26
  {% endif %}
27
- {% if site.social.xing %}
28
- <a class="particles-icon" href="https://www.xing.com/profile/{{ site.social.xing }}">{% include svg/xing.svg %}</a>
27
+ {% if site.profile.xing %}
28
+ <a class="particles-icon" href="{{ site.profile.xing }}">{% include svg/xing.svg %}</a>
29
29
  {% endif %}
30
- {% if site.social.stackoverflow %}
31
- <a class="particles-icon" href="https://stackoverflow.com/users/{{ site.social.stackoverflow }}">{% include svg/stackoverflow.svg %}</a>
30
+ {% if site.profile.stackoverflow %}
31
+ <a class="particles-icon" href="{{ site.profile.stackoverflow }}">{% include svg/stackoverflow.svg %}</a>
32
32
  {% endif %}
33
- {% if site.social.medium %}
34
- <a class="particles-icon" href="https://medium.com/@{{ site.social.medium }}">{% include svg/medium.svg %}</a>
33
+ {% if site.profile.medium %}
34
+ <a class="particles-icon" href="{{ site.profile.medium }}">{% include svg/medium.svg %}</a>
35
35
  {% endif %}
36
- {% if site.social.github %}
37
- <a class="particles-icon" href="https://github.com/{{ site.social.github }}">{% include svg/github.svg %}</a>
36
+ {% if site.profile.github %}
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.3.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-11-23 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: []