From 28dae216210356c8856b3657e7f24e9e775e3202 Mon Sep 17 00:00:00 2001
From: jaseg <git@jaseg.de>
Date: Mon, 16 Aug 2021 14:23:40 +0200
Subject: Fill in about page

---
 content/about.rst | 40 +++++++++++++++++++++++++++++++++++++++-
 1 file changed, 39 insertions(+), 1 deletion(-)

(limited to 'content')

diff --git a/content/about.rst b/content/about.rst
index 6d6fc54..ba3388b 100644
--- a/content/about.rst
+++ b/content/about.rst
@@ -2,6 +2,44 @@
 title: "About jaseg"
 ---
 
-About
+About 
 -----
 
+Hej, I'm Jan, or jaseg. At the moment I'm doing a PhD (Dr.-Ing.) at TU Darmstadt in Computer Science, specializing on
+Hardware Security. This is my personal website where I publish things that I find interesting.
+
+I self-host my code at `git.jaseg.de <https://git.jaseg.de/>`__, but I am also on `github <https://github.com/jaseg>`__
+and on `gitlab <https://gitlab.com/neinseg>`__. I use github for issue tracking for some of my projects such as
+`gerbolyze <https://github.com/jaseg/gerbolyze>`__ and `python-mpv <https://github.com/jaseg/python-mpv>`__. I maintain
+the `python-mpv <https://pypi.org/project/python-mpv/>`__ and `gerbolyze <https://pypi.org/project/gerbolyze/>`__ python
+packages on PyPI. Release tags on these two repositories are signed with the release signing key found `on github
+<https://github.com/jaseg.gpg>`__ and below.
+
+I am not on any social network, but feel free to write me an email at `hello@jaseg.de
+<mailto:hello@jaseg.de?subject=About page on blog.jaseg.de>`__.
+
+I do not use application-level email encryption such as S/MIME or PGP. If you need a higher level of secrecy than
+regular old email provides, please ask around for my signal contact or email me a file encrypted using `age
+<https://github.com/FiloSottile/age>`__ with one of the SSH keys listed `on my github
+<https://github.com/jaseg.keys>`__.  You can find both PGP and other SSH keys that I have used in the past on the
+internet, but please consider these keys revoked, and do not use them to encrypt anything you send me.
+
+Python package release signing key
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+I use this GPG key (key ID ``ED7A208EEEC76F2D``) to sign git release tags of both `gerbolyze <https://github.com/jaseg/gerbolyze>`__ and `python-mpv
+<https://github.com/jaseg/python-mpv>`__::
+    
+    -----BEGIN PGP PUBLIC KEY BLOCK-----
+    mDMEXom49xYJKwYBBAHaRw8BAQdA/KrWMt2MKGIZUvlQZnWjNd6i8/ZYjRsBQqEf
+    PJ8pJ+20NHB5dGhvbi1tcHYgUmVsZWFzZSBTaWduaW5nIEtleSA8cHl0aG9uLW1w
+    dkBqYXNlZy5kZT6IlgQTFggAPhYhBONvdTB/Cg7C0UX/XO16II7ux28tBQJeibj3
+    AhsDBQkSzAMABQsJCAcCBhUKCQgLAgQWAgMBAh4BAheAAAoJEO16II7ux28thRYA
+    /3Yl1RdeUGor6K0RTxce9TIBB+DpLNupJgB9f6onuocpAQC614zQ/RQ6rkGTHCwA
+    ElFClWRQ5eppj0jpAuH15udqAbg4BF6JuPcSCisGAQQBl1UBBQEBB0A0mrXSv6rj
+    ajCmZR4H4OtowAx477YS+yWARqo1NtdgJwMBCAeIfgQYFggAJhYhBONvdTB/Cg7C
+    0UX/XO16II7ux28tBQJeibj3AhsMBQkSzAMAAAoJEO16II7ux28tMZwBAIUpHHvP
+    gRW2jQuzdw1r06kItfFk/0t+mgNUQ2+vtbhzAP98BoWx7lv+bvlIbBaVgLldusj0
+    pHnZI/0y3ksMBkdbBw==
+    =Mr6G
+    -----END PGP PUBLIC KEY BLOCK-----
-- 
cgit