diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-07 07:50:15 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-07 07:52:44 +0300 |
commit | c226cf9acbf2eeac2e11fcd3a7896a9f38af783d (patch) | |
tree | b04c0bc0014cd5a6ce6933ac135d85d18d9c4109 | |
parent | adjust link names (diff) | |
download | egor-tensin.github.io-c226cf9acbf2eeac2e11fcd3a7896a9f38af783d.tar.gz egor-tensin.github.io-c226cf9acbf2eeac2e11fcd3a7896a9f38af783d.zip |
remove the GnuPG paragraph, shuffle links
-rw-r--r-- | _config.yml | 8 | ||||
-rw-r--r-- | 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 @@ -18,11 +18,6 @@ Feel free to make contributions or contact me.</p> {% endif %} </div> -{% if site.personal_info.gpg %} - <p>My personal GnuPG public key can be found <a href="{{ site.personal_info.gpg.public_key_url }}">here</a>. -Its fingerprint is <code style="white-space: pre-wrap;">{{ site.personal_info.gpg.fingerprint }}</code>.</p> -{% endif %} - {% if site.personal_info.projects %} <h3>Projects</h3> <div class="list-group wide-enough"> |