diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/system.json | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/config/system.json b/config/system.json index ad8adc3..a1b2f55 100644 --- a/config/system.json +++ b/config/system.json @@ -12,7 +12,8 @@ {"name": "names:", "value": "rose, rosalyn, occasionally callista"}, {"name": "pronouns:", "value": "they/them. very occasionally she/her but i'm not usually in the mood"}, {"name": "orientation:", "value": "the hell if i know"} - ] + ], + "profileImg": "images/profile/rose.png" },{ "name": "Dawn", "featured": true, @@ -25,7 +26,8 @@ {"name": "Names:", "value": "Dawn. Perhaps \"Ashelyn Dawn\" if you're feeling fancy"}, {"name": "Pronouns:", "value": "She/her, no exceptions"}, {"name": "Orientation:", "value": "Asexual, polyromantic lesbian"} - ] + ], + "profileImg": "images/profile/dawn.png" },{ "name": "echo", "mainPronouns": "it/its", @@ -37,7 +39,8 @@ {"name": "name:", "value": "echo"}, {"name": "pronouns:", "value": "it/its, “that one”, most neopronouns okay"}, {"name": "orientation:", "value": "aroace"} - ] + ], + "profileImg": "images/profile/echo.png" },{ "name": "Corona", "featured": true, @@ -50,6 +53,7 @@ {"name": "Names:", "value": "Corona (previously known as Harrow)"}, {"name": "Pronouns:", "value": "she/her or they/them with equal preference"}, {"name": "Orientation", "value": "Indeterminate"} - ] + ], + "profileImg": "images/profile/corona.png" }] } |