We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b92698c commit cbdea8bCopy full SHA for cbdea8b
dhall/signalboost.dhall
@@ -203,4 +203,25 @@ in [ Person::{
203
, Link::{ url = "https://debugpointer.com", title = "Website" }
204
]
205
}
206
+ , Person::{
207
+ , name = "Connor Edwards"
208
+ , tags =
209
+ [ "golang"
210
+ , "javascript"
211
+ , "python"
212
+ , "kubernetes"
213
+ , "devops"
214
+ , "sysadmin"
215
+ , "google-cloud"
216
+ , "aws"
217
+ , "terraform"
218
+ , "pulumi"
219
+ , "ansible"
220
+ , "puppet"
221
+ ]
222
+ , links =
223
+ [ Link::{ url = "https://github.com/cedws", title = "GitHub" }
224
+ , Link::{ url = "https://cedwards.xyz", title = "Website" }
225
226
+ }
227
0 commit comments