aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAury <36026624+AurorahHarmony@users.noreply.github.com>2023-06-05 00:58:30 +1200
committerGitHub <noreply@github.com>2023-06-04 08:58:30 -0400
commit64111bdc2737ced0c8394401ac3fd0364d84f0a3 (patch)
tree4252d61aaec1ee373ae19306841c9c966605b378
parentc3fc3c865a84e940a0539ef240ebd30c53fcbd01 (diff)
downloadxesite-64111bdc2737ced0c8394401ac3fd0364d84f0a3.tar.xz
xesite-64111bdc2737ced0c8394401ac3fd0364d84f0a3.zip
Add Aurorah Harmony (self) (#670)
-rw-r--r--dhall/signalboost.dhall19
1 files changed, 19 insertions, 0 deletions
diff --git a/dhall/signalboost.dhall b/dhall/signalboost.dhall
index 2eff261..5714cc8 100644
--- a/dhall/signalboost.dhall
+++ b/dhall/signalboost.dhall
@@ -153,4 +153,23 @@ in [ Person::{
, Link::{ url = "https://ryansquared.pub", title = "Website" }
]
}
+ , Person::{
+ , name = "Aurorah Harmony"
+ , tags =
+ [ "full-stack"
+ , "typescript"
+ , "javascript"
+ , "vue"
+ , "nodejs"
+ , "php"
+ , "laravel"
+ , "docker"
+ , "linux"
+ ]
+ , links =
+ [ Link::{ url = "https://github.com/aurorahHarmony", title = "GitHub" }
+ , Link::{ url = "https://pony.social/@aurorahHarmony", title = "Fediverse" }
+ , Link::{ url = "https://itsaury.net", title = "Website" }
+ ]
+ }
]