The code and data behind xeiaso.net
5
fork

Configure Feed

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

add Jerred Shepherd to signal boosts (#797)

authored by

Jerred Shepherd and committed by
GitHub
dc9ff2d3 646d35d4

+18
+18
dhall/signalboost.dhall
··· 292 292 , Link::{ url = "https://github.com/linuxgemini", title = "GitHub" } 293 293 ] 294 294 } 295 + , Person::{ 296 + , name = "Jerred Shepherd" 297 + , tags = 298 + [ "Software Engineer" 299 + , "Fullstack" 300 + , "Java" 301 + , "TypeScript" 302 + , "React" 303 + , "Vue" 304 + , "Kubernetes" 305 + , "AWS" 306 + ] 307 + , links = 308 + [ Link::{ url = "https://sjer.red", title = "Website" } 309 + , Link::{ url = "https://resume.sjer.red", title = "Resume" } 310 + , Link::{ url = "https://github.com/shepherdjerred", title = "GitHub" } 311 + ] 312 + } 295 313 ] 296 314