cvless 2.3.0 → 2.4.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: 13fdfd4cde251d69b1e6df0a3c3993294b40acc6158f57c3f3c25d88b242e539
4
+ data.tar.gz: 374f7faa0f084d3896ff7f4b4877ba6f52358c6d997dd3e2890db49db78ca49a
5
5
  SHA512:
6
- metadata.gz: 5be42ce8c48c2238a7689b511c2a4b0ad248a989bc680000df99fb0c60cb98d216d43d8dc5a8f89d0b021cf441e753bbe8ca600e6e08dfd2c898ef22109fcf2f
7
- data.tar.gz: 6e7923117e69620b327ecabedac09802ac06ae51516093f1b93f534c04cf9fe1273cc38160a02abd248c3288b6e17fc7d5e91f098f36d35a6558567bb4263d5f
6
+ metadata.gz: e556eeabbd8d8d7daebc9337bd041de36cb5af480a79c617611b6791cfb65bb01322a6763cf911560a6d3c487b9069c70265800ba21b39eec271461408f8f3e8
7
+ data.tar.gz: 91e1b5d059e6ecd0877169347b3ed3ad1ae73a7ced816dd1cf3f339284b0b323faedfc02998666288499041d2f68ea8d6204f26ba6ef3a1cb3aee7f7e691de8c
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,35 +6,35 @@
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
39
  <a class="particles-icon" href="cv">{% include svg/cv-circled.svg %}</a>
40
40
  </div>
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.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - piazzai
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-11-23 00:00:00.000000000 Z
11
+ date: 2024-12-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: github-pages