diff options
| author | Ryan <RyanSquared@users.noreply.github.com> | 2023-04-02 08:58:54 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-02 08:58:54 -0400 |
| commit | 9e2255a4eac6c0cdfdec12ac9157d6e9d763f4cf (patch) | |
| tree | bc4aa550388fecda612082a19a13d84a4356448e /dhall | |
| parent | edbb00f6ca0f30712cab495a8fda2651749cf263 (diff) | |
| download | xesite-9e2255a4eac6c0cdfdec12ac9157d6e9d763f4cf.tar.xz xesite-9e2255a4eac6c0cdfdec12ac9157d6e9d763f4cf.zip | |
dhall/signalboost: add Ryan Heywood (self) (#637)
Diffstat (limited to 'dhall')
| -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" } + ] + } ] |
