21 lines
762 B
Plaintext
21 lines
762 B
Plaintext
---
|
|
title: 'About'
|
|
description: 'Letters for Humans & Computers'
|
|
---
|
|
import DefaultPageLayout from '$/layouts/default.astro'
|
|
import Prose from '$/components/Prose.astro'
|
|
|
|
<DefaultPageLayout content={{ title: frontmatter.title, description: frontmatter.description }}>
|
|
<Prose>
|
|
Currently an SRE at [IOG](https://iog.io).
|
|
|
|
Timothy D // [@timdeh:matrix.org](https://matrix.org) // [nrdxp](https://github.com/nrdxp)
|
|
|
|
##
|
|
<div class="author">
|
|
<img class="rounded-full" width="160" src="https://avatars.githubusercontent.com/u/34083928?v=4" title="Tim" />
|
|
</div>
|
|
fingerprint: [5471 8D2B 78DC AA9C 7702 96F1 8985 725D B5B0 C122](https://github.com/nrdxp.gpg)
|
|
</Prose>
|
|
</DefaultPageLayout>
|