36 lines
530 B
Markdown
36 lines
530 B
Markdown
|
|
---
|
||
|
|
layout: plain.njk
|
||
|
|
title: "about"
|
||
|
|
permalink: /boring/about/
|
||
|
|
---
|
||
|
|
|
||
|
|
# {{ site.author }}
|
||
|
|
|
||
|
|
{{ site.bio }}
|
||
|
|
|
||
|
|
## Skills
|
||
|
|
|
||
|
|
- Systems & low-level programming
|
||
|
|
- Web development (front + back)
|
||
|
|
- Open source / UNIX tooling
|
||
|
|
- Whatever interesting problem is in front of me
|
||
|
|
|
||
|
|
## Setup
|
||
|
|
|
||
|
|
```
|
||
|
|
OS: Gentoo Linux
|
||
|
|
Shell: zsh
|
||
|
|
Editor: neovim
|
||
|
|
WM: dwm
|
||
|
|
```
|
||
|
|
|
||
|
|
## Contact
|
||
|
|
|
||
|
|
- **GitHub:** [{{ site.github }}]({{ site.github }})
|
||
|
|
- **Email:** [{{ site.email }}](mailto:{{ site.email }})
|
||
|
|
- **PGP:** `{{ site.pgp_fingerprint }}`
|
||
|
|
|
||
|
|
---
|
||
|
|
|
||
|
|
[← back](/boring/)
|