aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dhall/signalboost.dhall21
1 files changed, 21 insertions, 0 deletions
diff --git a/dhall/signalboost.dhall b/dhall/signalboost.dhall
index a45f432..46adcd2 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" }
+ ]
+ }
]