diff options
| author | Aury <36026624+AurorahHarmony@users.noreply.github.com> | 2023-06-05 00:58:30 +1200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-04 08:58:30 -0400 |
| commit | 64111bdc2737ced0c8394401ac3fd0364d84f0a3 (patch) | |
| tree | 4252d61aaec1ee373ae19306841c9c966605b378 | |
| parent | c3fc3c865a84e940a0539ef240ebd30c53fcbd01 (diff) | |
| download | xesite-64111bdc2737ced0c8394401ac3fd0364d84f0a3.tar.xz xesite-64111bdc2737ced0c8394401ac3fd0364d84f0a3.zip | |
Add Aurorah Harmony (self) (#670)
| -rw-r--r-- | dhall/signalboost.dhall | 19 |
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" } + ] + } ] |
