diff options
| -rw-r--r-- | dhall/signalboost.dhall | 23 |
1 files changed, 23 insertions, 0 deletions
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" } + ] + } ] |
