Skip to content

Commit 07507ac

Browse files
author
Pablo Vieira
committed
PGP Key + Keybase profile
1 parent 334f26b commit 07507ac

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

_config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ profile:
3838
name: Pablo Vieira
3939
avatar: https://s.gravatar.com/avatar/80fc0ea8a3a2161074feb3725901d093?s=200
4040

41+
pgp:
42+
fingerprint: 38EB FF7D 03DA E2D5 4D39 5007 3155 7CED BBAD 4FA3
43+
url: https://keybase.io/pv8/key.asc
44+
4145
# Build settings
4246
markdown: kramdown
4347

_data/social-profiles.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,8 @@ google-plus:
1717
name: Google+
1818
url: https://plus.google.com/+PabloOVieira
1919
show: true
20+
21+
key:
22+
name: Keybase
23+
url: https://keybase.io/pv8
24+
show: true

_includes/footer.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,23 @@
77
<ul class="social-links">
88
{% for profile_hash in site.data.social-profiles %}
99
{% assign profile = profile_hash[1] %}
10+
{% if profile.show %}
1011
<li>
1112
<a href="{{ profile.url }}" target="_blank" class="icon-link">
1213
<span class="icon-desc">{{ profile.name }}</span>
1314
<br/>
1415
<i class="fa fa-{{ profile_hash[0] }} fa-3x icon"></i>
1516
</a>
1617
</li>
18+
{% endif %}
1719
{% endfor %}
1820
</ul>
1921
</div>
2022
<div class="footer-col">
21-
<span class="post-meta">Copyright &#169; 2016 • {{ site.profile.name }}</span>
23+
<span class="post-meta">PGP <a href="{{ site.pgp.url }}" target="_blank"><code>{{ site.pgp.fingerprint }}</code></a></span>
24+
</div>
25+
<div class="footer-col">
26+
<span class="post-meta">Copyright &#169; {{ site.time | date: '%Y' }} • {{ site.profile.name }}</span>
2227
</div>
2328
</div>
2429
</div>

0 commit comments

Comments
 (0)