From 9e2255a4eac6c0cdfdec12ac9157d6e9d763f4cf Mon Sep 17 00:00:00 2001 From: Ryan Date: Sun, 2 Apr 2023 08:58:54 -0400 Subject: dhall/signalboost: add Ryan Heywood (self) (#637) --- dhall/signalboost.dhall | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/dhall/signalboost.dhall b/dhall/signalboost.dhall index 6a1dd7f..199dccc 100644 --- a/dhall/signalboost.dhall +++ b/dhall/signalboost.dhall @@ -146,4 +146,27 @@ in [ Person::{ , Link::{ url = "https://sneakycrow.dev", title = "Website" } ] } + , Person::{ + , name = "Ryan Heywood" + , tags = + [ "backend" + , "rust" + , "linux" + , "docker" + , "kubernetes" + , "rook+ceph" + , "calico" + , "aws" + , "terraform" + , "ansible" + , "nodejs" + , "react" + , "python" + ] + , links = + [ Link::{ url = "https://github.com/RyanSquared", title = "GitHub" } + , Link::{ url = "https://tilde.zone/@ryan", title = "Fediverse" } + , Link::{ url = "https://ryansquared.pub", title = "Website" } + ] + } ] -- cgit v1.2.3