summaryrefslogtreecommitdiff
path: root/_pages
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2019-08-10 09:15:37 +0200
committerPatrick Spek <p.spek@tyil.nl>2019-08-10 09:15:37 +0200
commitbc255c0b96d67622a4cf6636e35f511dabb9598d (patch)
tree655fb931584a7514640e90531c1104b871ca34bf /_pages
parent55206935df2591c47ec0c63ce27f08e1d4230713 (diff)
Add ID to communication channels on index page
Diffstat (limited to '_pages')
-rw-r--r--_pages/index.html (renamed from _pages/index.md)11
1 files changed, 8 insertions, 3 deletions
diff --git a/_pages/index.md b/_pages/index.html
index 3ac15a9..fb5d2bf 100644
--- a/_pages/index.md
+++ b/_pages/index.html
@@ -15,6 +15,7 @@ description: >
{% break %}
{% endfor %}
+{% markdown %}
## About me
Freedom-focused hacker. I love everything about free software, and spend much
@@ -47,7 +48,12 @@ For instant messaging I use OTR where possible. My fingerprints are the followin
- `C6025214 E05A4FB6 5E65B900 9CA6A7AF A4A35C48` IRC, tyil @ Freenode
- `80999DD8 22504629 44EC13E3 5C31BF2F FC825703` IRC, tyil @ Rizon
-### Channels
+[donate]: {{ "/support/" | prepend: site.baseurl | prepend: site.url }}
+[pubkey-mit]: http://pgp.mit.edu/pks/lookup?op=vindex&search=0x7A6AC285E2D98827
+[pubkey]: {{ "/pubkey.txt" | prepend: site.baseurl | prepend: site.url }}
+{% endmarkdown %}
+<h3 id="communication-channels">Channels</h3>
+{% markdown %}
#### Email
@@ -83,14 +89,13 @@ feed][rss] or the [Atom feed][atom].
[atom]: {{ "/atom.xml" | prepend: site.baseurl | prepend: site.url }}
[darenet]: https://darenet.org
-[donate]: {{ "/support/" | prepend: site.baseurl | prepend: site.url }}
[freenode]: https://freenode.net
[git]: https://gitlab.com/tyil
[keybase]: https://keybase.io/tyil
[linkedin]: https://www.linkedin.com/in/patrickspek
[mail]: mailto:p.spek@tyil.work
[mastodon]: https://mastodon.social/web/accounts/34234
-[pubkey-mit]: http://pgp.mit.edu/pks/lookup?op=vindex&search=0x7A6AC285E2D98827
[pubkey]: {{ "/pubkey.txt" | prepend: site.baseurl | prepend: site.url }}
[rizon]: https://rizon.net
[rss]: {{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}
+{% endmarkdown %}