restincode/people/bill.json
mauvehed 6c4f1221ae chore(data): normalize all people JSON files to match template schema
Add missing obituary and affiliations fields, convert empty string
collection fields to empty arrays, and standardize field ordering
across all 44 modified person files to match _template.json
2026-03-14 14:07:38 -05:00

20 lines
499 B
JSON

{
"firstname": "Bill",
"lastname": "",
"handle": "Wolfgame",
"birth": "",
"death": "2019",
"obituary": "",
"issue": "59",
"affiliations": "",
"mainimage": "/images/bill.jpg",
"maintext": "25 years later, still Wolfgame. IT Consultant, Cider Enthusiast, Vaper, Gamer, and cranky fucker with no time for your shit.",
"socialmedialinks": [
{
"sitename": "Twitter",
"siteurl": "https://www.twitter.com/wolfgame"
}
],
"contributions": [],
"gallery": []
}