From c32753a06f454ef15011e8df8a2083b9cdc72f58 Mon Sep 17 00:00:00 2001 From: Ashelyn Rose Date: Mon, 8 May 2023 23:10:59 -0600 Subject: filled out about system page --- config/system.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 config/system.json (limited to 'config/system.json') 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" + }] +} -- cgit 1.4.1