Move servers into subfolder and introduce profiles page

This commit is contained in:
Jonas Tobias Hopusch 2021-08-17 10:21:34 +02:00
parent f89121ed3a
commit 695e7a2410
Failed to generate hash of commit
3 changed files with 21 additions and 1 deletions

19
content/profiles/index.md Normal file
View File

@ -0,0 +1,19 @@
+++
title = "My online profiles and different communication channels"
description = "On this page I list a selection of different online accounts owned by me and communication services that can be used to talk with me."
date = 2021-08-17
+++
| Service/Protocol | Hyperlink | Notes |
|-|-|-|
| Facebook | NONE | |
| Twitter | NONE | |
| E-Mail | [contact@jotoho.de](mailto:contact@jotoho.de) | OpenPGP keys [available here](https://downloads.jotoho.de/openpgp/) and via Web Key Directory |
| Mastodon/Fediverse | [@jotoho@ruhr.social](https://ruhr.social/@jotoho) | |
| Matrix chat | [@jotoho:jotoho.de](https://matrix.to/#/@jotoho:jotoho.de) | |
| GitLab | [@jotoho](https://gitlab.com/jotoho) | Preferred Git hosting platform |
| GitHub | [@jotoho](https://github.com/jotoho) | |
| XMPP | NONE | |
| Steam | [https://steamcommunity.com/profiles/76561198098082949/](https://steamcommunity.com/profiles/76561198098082949/) | |

View File

@ -19,7 +19,8 @@
</header>
<nav class="globalnav">
<a class="globalnav-element" href="{{ get_url(path='@/blog/_index.md') }}"> Blog </a>
<a class="globalnav-element" href="{{ get_url(path='@/servers.md') }}"> Servers </a>
<a class="globalnav-element" href="{{ get_url(path='@/servers/index.md') }}"> Servers </a>
<a class="globalnav-element" href="{{ get_url(path='@/profiles/index.md') }}"> Profiles </a>
</nav>
<hr />