diff --git a/dhall/signalboost.dhall b/dhall/signalboost.dhall index a45f43240..46adcd237 100644 --- a/dhall/signalboost.dhall +++ b/dhall/signalboost.dhall @@ -203,4 +203,25 @@ in [ Person::{ , Link::{ url = "https://debugpointer.com", title = "Website" } ] } + , Person::{ + , name = "Connor Edwards" + , tags = + [ "golang" + , "javascript" + , "python" + , "kubernetes" + , "devops" + , "sysadmin" + , "google-cloud" + , "aws" + , "terraform" + , "pulumi" + , "ansible" + , "puppet" + ] + , links = + [ Link::{ url = "https://github.com/cedws", title = "GitHub" } + , Link::{ url = "https://cedwards.xyz", title = "Website" } + ] + } ]