The code and data behind xeiaso.net
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add Dillon Baird to signalboost (#730)

authored by

Dillon M. Baird and committed by
GitHub
75342fcc f44dab02

+22
+22
dhall/signalboost.dhall
··· 224 224 , Link::{ url = "https://cedwards.xyz", title = "Website" } 225 225 ] 226 226 } 227 + , Person::{ 228 + , name = "Dillon Baird" 229 + , tags = 230 + [ "javascript" 231 + , "nodejs" 232 + , "react" 233 + , "angular" 234 + , "vue" 235 + , "python" 236 + , "redis" 237 + , "sql" 238 + , "devops" 239 + , "sysadmin" 240 + , "docker" 241 + , "terraform" 242 + , "ansible" 243 + , "ui/ux" 244 + ] 245 + , links = 246 + [ Link::{ url = "https://dillonbaird.io", title = "Website" } 247 + ] 248 + } 227 249 ]