diff options
author | Ashelyn Rose <git@tempest.dev> | 2023-05-08 23:10:59 -0600 |
---|---|---|
committer | Ashelyn Rose <git@tempest.dev> | 2023-05-08 23:10:59 -0600 |
commit | c32753a06f454ef15011e8df8a2083b9cdc72f58 (patch) | |
tree | d12e3535bbb57b008e059eea63daaf15703cc43f /config | |
parent | d89d92d3936683f4212186cef517c7930dd5b33a (diff) |
filled out about system page
Diffstat (limited to 'config')
-rw-r--r-- | config/system.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/config/system.json b/config/system.json new file mode 100644 index 0000000..d71df22 --- /dev/null +++ b/config/system.json @@ -0,0 +1,25 @@ +{ + "pluralkit": "aypoe", + "members": [{ + "name": "rose", + "mainPronouns": "they/them", + "avatarUrl": "https://placekitten.com/200/200", + "bioShort": "web developer and system administrator, i'm the part of us that spends most of my time online and maintains our technical infrastructure", + "readMore": "read my docs", + "color": "#df5c87" + },{ + "name": "Dawn", + "mainPronouns": "she/her", + "avatarUrl": "https://placekitten.com/200/200", + "bioShort": "As our artist, our performer, and our orator I'm the one of us who maintains in-person relationships and makes sure we care for each other", + "readMore": "Ask me more", + "color": "#9495b5" + },{ + "name": "echo", + "mainPronouns": "it/its", + "avatarUrl": "https://placekitten.com/200/200", + "bioShort": "hi! i'm the one who catalogues and digs through our understanding of the outside world. also i don't talk much", + "readMore": "see the archive", + "color": "#67d4b3" + }] +} |