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 +4 -4
- data/README.md +2 -2
- data/_includes/particles-home.html +20 -20
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 13fdfd4cde251d69b1e6df0a3c3993294b40acc6158f57c3f3c25d88b242e539
|
4
|
+
data.tar.gz: 374f7faa0f084d3896ff7f4b4877ba6f52358c6d997dd3e2890db49db78ca49a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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.
|
10
|
-
<a class="particles-icon" href="
|
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.
|
13
|
-
<a class="particles-icon" href="
|
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.
|
16
|
-
<a class="particles-icon" href="
|
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.
|
19
|
-
<a class="particles-icon" href="
|
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.
|
22
|
-
<a class="particles-icon" href="
|
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.
|
25
|
-
<a class="particles-icon" href="
|
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.
|
28
|
-
<a class="particles-icon" href="
|
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.
|
31
|
-
<a class="particles-icon" href="
|
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.
|
34
|
-
<a class="particles-icon" href="
|
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.
|
37
|
-
<a class="particles-icon" href="
|
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.
|
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
|
+
date: 2024-12-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: github-pages
|