diff options
Diffstat (limited to 'dhall/signalboost.dhall')
| -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" } + ] + } ] |
