26 lines
343 B
Markdown
26 lines
343 B
Markdown
|
|
---
|
||
|
|
layout: plain.njk
|
||
|
|
title: "contact"
|
||
|
|
permalink: /boring/contact/
|
||
|
|
---
|
||
|
|
|
||
|
|
# Contact
|
||
|
|
|
||
|
|
## Mail
|
||
|
|
|
||
|
|
[{{ site.email }}](mailto:{{ site.email }})
|
||
|
|
|
||
|
|
## GitHub
|
||
|
|
|
||
|
|
[{{ site.github }}]({{ site.github }})
|
||
|
|
|
||
|
|
## PGP
|
||
|
|
|
||
|
|
Fingerprint: `{{ site.pgp_fingerprint }}`
|
||
|
|
|
||
|
|
Key available on [keys.openpgp.org](https://keys.openpgp.org) or on request.
|
||
|
|
|
||
|
|
---
|
||
|
|
|
||
|
|
[← back](/boring/)
|