change links and wording

Amolith created

Change summary

_config.yml           |  2 --
_includes/header.html | 16 ++--------------
contact.html          |  2 +-
3 files changed, 3 insertions(+), 17 deletions(-)

Detailed changes

_config.yml 🔗

@@ -10,8 +10,6 @@ author:
   fullname: Amolith
   mastodon: amolith
   gnusocial: amolith
-  gitlab: Amolith
-  gitea: Amolith
   telegram: amolith
   email: amolith@nixnet.xyz?body=Please%20make%20sure%20this%20email%20is%20encrypted%20with%20my%20GPG%20key:%20https://nixnet.xyz/amolith.txt
   gpgkey: amolith.txt

_includes/header.html 🔗

@@ -12,29 +12,17 @@
 
     <ul class="social-links">
         {% if site.author.mastodon %}
-        <a rel="me" href="https://fosstodon.org/@{{ site.author.gitlab }}" class="social-links__entry" target="_blank">
+        <a rel="me" href="https://fosstodon.org/@{{ site.author.mastodon }}" class="social-links__entry" target="_blank">
             <i class="fa fa-mastodon"></i>
         </a>
         {% endif %}
 
-        {% if site.author.mastodon %}
+        {% if site.author.gnusocial %}
         <a rel="me" href="https://quitter.im/{{ site.author.gnusocial }}" class="social-links__entry" target="_blank">
             <i class="fa fa-gnu-social"></i>
         </a>
         {% endif %}
 
-        {% if site.author.gitea %}
-        <a href="https://git.nixnet.xyz/{{ site.author.gitea }}" class="social-links__entry" target="_blank">
-            <i class="fa fa-gitea"></i>
-        </a>
-        {% endif %}
-        
-        {% if site.author.gitlab %}
-        <a href="https://gitlab.com/{{ site.author.gitlab }}" class="social-links__entry" target="_blank">
-            <i class="fa fa-gitlab"></i>
-        </a>
-        {% endif %}
-
         {% if site.author.telegram %}
         <a href="https://t.me/{{ site.author.telegram }}" class="social-links__entry" target="_blank">
             <i class="fa fa-telegram"></i>

contact.html 🔗

@@ -20,7 +20,7 @@ These are some of my more public accounts; feel free to contact me at any of the
 I also have <a href="https://briarproject.org/" target="_blank">Briar</a>, <a href="https://keybase.io/amolith" target="_blank">Keybase</a>, <a href="https://signal.org/" target="_blank">Signal</a>, and I'm on <a href="https://wire.com/en/" target="_blank">Wire</a> as <code>@amolith</code>. I can be found on the IRC server Freenode with the nick <code>amolith</code> and Jabber/XMPP at <code>amolith@member.fsf.org</code>.  
 </p>
 <p class="center">
-Despite the many ways to contact me, email is and always will be my most preferrered as well as the most reliable method. 
+Despite the many ways to contact me, email is and always will be my most preferrered method (as well as the most reliable). 
 </p>
 <p class="center">If you email me, please be sure to encrypt it with my <a title="Plaintext GPG key" href="https://nixnet.xyz/amolith.txt" type="text/plain" target="_blank">GPG key</a>
 </p>