--- const identity = [ ["role", "soc analyst i · fortress srm"], ["based", "cleveland, oh · est. 2021"], ["stack", "go · react · typescript · linux"], ["infra", "proxmox · pfsense · authentik · nginx"], ["observ", "victoriametrics · grafana · beszel · ntfy"], ["certs", "comptia a+ · network+ (in progress)"], ]; const contact = [ { key: "github", value: "lerko96", href: "https://github.com/lerko96", glyph: "↗" }, { key: "gitea", value: "gitea.lerkolabs.com/lerko", href: "https://gitea.lerkolabs.com/lerko", glyph: "↗" }, { key: "linkedin", value: "tyler-koenig", href: "https://www.linkedin.com/in/tyler-koenig", glyph: "↗" }, { key: "email", value: "tyler@lerkolabs.com", href: "mailto:tyler@lerkolabs.com", glyph: "✉" }, ]; ---
identity ~/identity.toml

tyler koenig

security operations, self-hosted infrastructure, and the software that holds it together.

{identity.map(([k, v]) => (
{k}
{v}
))}