cvless 2.6.0 → 2.7.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/_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: 498df6574fb776eba2df4c3c4016a18d6c9690946ed6a13ef07cc76cd545102a
|
4
|
+
data.tar.gz: 87b39ef059031ea585f5402c2a29f2f0df7f7eb1ed6d37433592b5b082c62263
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 18868ae6abb51173d5378111680f91f374c3169b7ca8e85d3696991108166129d09d85215b58f869a4a4934e957aa52cc6bc2f8c309cd57a0702ecf4c6cca6c9
|
7
|
+
data.tar.gz: e4fdf8e53336d20c2fbba49090a0e8081d7da15a9e41b108b48fa08f2c10359f3079495b0588d65073b50afd425fbc5be67c31caf95d366428300f3999eef2a6
|
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.0
|
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: []
|