summary refs log tree commit diff
path: root/config/system.json
diff options
context:
space:
mode:
authorAshelyn Rose <git@tempest.dev>2023-12-02 16:29:03 -0700
committerAshelyn Rose <git@tempest.dev>2023-12-02 16:29:03 -0700
commitc74fad179379260dcf46edeae22c1f04ee842508 (patch)
tree6e5cce69c0b01227599933179cc7be2b230486a0 /config/system.json
parent11aed6e30f3050a1062e37149bba878d485d52a8 (diff)
Manual static image optimization
Diffstat (limited to 'config/system.json')
-rw-r--r--config/system.json12
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"
   }]
 }