cvless 2.6.0 → 2.7.1
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 +0 -19
- data/_includes/contact.html +11 -3
- metadata +3 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 95cd41010b814a67107de259c7869b61e40996324e79f1b25f21eaf41cc621ae
|
4
|
+
data.tar.gz: 7a2754e1589ab6a4aff50e6fc5a61142c093b1229b9ef50d86478c0e697b966b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e05108f58c0a2f7954cf8b4797d46d37c498397cb24bf646230037b1f8bab59b4e23067798fe265bee257e63081ba91075d90aeb10fd06ed1ddcb9b6e5db329e
|
7
|
+
data.tar.gz: 54909f2c5e084380aecd7070d9106440350cd360cc1337f755d337fb047a44bba1d2459b0d8a189d65e137d6cc0636823807c2e379c9911cf83b82ddf1605190
|
data/README.md
CHANGED
@@ -59,25 +59,6 @@ Second, you might want to edit the style variables specified in `_sass/_variable
|
|
59
59
|
|
60
60
|
In addition to these files, you can customize favicons in the `assets` folder. For that, [favicon.io](https://favicon.io/) is an excellent tool. You can also change the particles.js configurations in `assets/js/particles.json`. The [library homepage](https://vincentgarreau.com/particles.js/) features an interactive tool from which you can export a new configuration.
|
61
61
|
|
62
|
-
## Local development
|
63
|
-
|
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
|
-
|
66
|
-
* [Docker](https://docs.docker.com/get-docker/)
|
67
|
-
* [Docker Compose](https://docs.docker.com/compose/install/)
|
68
|
-
|
69
|
-
To start the container simply run:
|
70
|
-
|
71
|
-
```
|
72
|
-
docker-compose up
|
73
|
-
```
|
74
|
-
|
75
|
-
Alternatively, you can run the container without Docker Compose using this command on iOS/Linux:
|
76
|
-
|
77
|
-
```
|
78
|
-
docker run -p 4000:4000 -v $(pwd):/site bretfisher/jekyll-serve
|
79
|
-
```
|
80
|
-
|
81
62
|
## Credits
|
82
63
|
|
83
64
|
The theme draws in one way or another from the following projects:
|
data/_includes/contact.html
CHANGED
@@ -1,12 +1,20 @@
|
|
1
1
|
<div class="contact">
|
2
2
|
<h2>Contact</h2>
|
3
3
|
<ul>
|
4
|
-
|
5
|
-
|
6
|
-
<li>
|
4
|
+
{% if site.joblines %}
|
5
|
+
{% for jobline in site.joblines %}
|
6
|
+
<li>{{ jobline }}</li>
|
7
|
+
{% endfor %}
|
8
|
+
{% endif %}
|
9
|
+
{% if site.address %}
|
7
10
|
<li><span class="li-icon">{% include svg/pin-alt.svg %}</span><span>{{ site.address }}</span></li>
|
11
|
+
{% endif %}
|
12
|
+
{% if site.phone %}
|
8
13
|
<li><span class="li-icon">{% include svg/phone.svg %}</span><span>{{ site.phone }}</span></li>
|
14
|
+
{% endif %}
|
15
|
+
{% if site.author.email %}
|
9
16
|
<li><span class="li-icon">{% include svg/mail.svg %}</span><a href="mailto:{{ site.author.email }}">{{ site.author.email }}</a></li>
|
17
|
+
{% endif %}
|
10
18
|
<li><span class="li-icon">{% include svg/internet.svg %}</span><a href="{{ site.url }}">{{ site.url }}</a></li>
|
11
19
|
</ul>
|
12
20
|
</div>
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cvless
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.7.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- piazzai
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: github-pages
|
@@ -38,7 +37,6 @@ dependencies:
|
|
38
37
|
- - "~>"
|
39
38
|
- !ruby/object:Gem::Version
|
40
39
|
version: '3.0'
|
41
|
-
description:
|
42
40
|
email:
|
43
41
|
- 42124135+piazzai@users.noreply.github.com
|
44
42
|
executables: []
|
@@ -142,7 +140,6 @@ homepage: https://github.com/piazzai/cvless
|
|
142
140
|
licenses:
|
143
141
|
- MIT
|
144
142
|
metadata: {}
|
145
|
-
post_install_message:
|
146
143
|
rdoc_options: []
|
147
144
|
require_paths:
|
148
145
|
- lib
|
@@ -157,8 +154,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
157
154
|
- !ruby/object:Gem::Version
|
158
155
|
version: '0'
|
159
156
|
requirements: []
|
160
|
-
rubygems_version: 3.
|
161
|
-
signing_key:
|
157
|
+
rubygems_version: 3.6.7
|
162
158
|
specification_version: 4
|
163
159
|
summary: Jekyll theme for a beautiful online CV
|
164
160
|
test_files: []
|