From c226cf9acbf2eeac2e11fcd3a7896a9f38af783d Mon Sep 17 00:00:00 2001
From: Egor Tensin
Date: Wed, 7 Apr 2021 07:50:15 +0300
Subject: remove the GnuPG paragraph, shuffle links
---
_config.yml | 8 ++++----
index.html | 5 -----
2 files changed, 4 insertions(+), 9 deletions(-)
diff --git a/_config.yml b/_config.yml
index ab681a4..7b1253a 100644
--- a/_config.yml
+++ b/_config.yml
@@ -31,15 +31,15 @@ personal_info:
- url: mailto:Egor.Tensin@gmail.com
text: Egor.Tensin@gmail.com
glyph: envelope
- - url: https://egor-tensin.github.io/cv/cv.pdf
+ - url: /gpg.txt
+ text: GnuPG key
+ glyph: lock
+ - url: /cv/cv.pdf
text: CV
glyph: file
- url: https://egort.name/
text: egort.name
glyph: globe
- gpg:
- public_key_url: /gpg.txt
- fingerprint: 0281 0B23 3E1A 7D41 8FB1 5245 0494 6FC7 502B 539A
projects:
- url: /blog/
name: Blog
diff --git a/index.html b/index.html
index af36065..19003c2 100644
--- a/index.html
+++ b/index.html
@@ -18,11 +18,6 @@ Feel free to make contributions or contact me.
{% endif %}
-{% if site.personal_info.gpg %}
- My personal GnuPG public key can be found here.
-Its fingerprint is {{ site.personal_info.gpg.fingerprint }}
.
-{% endif %}
-
{% if site.personal_info.projects %}
Projects
--
cgit v1.2.3