mirror of
https://github.com/restincode/restincode.git
synced 2026-09-11 17:19:30 +02:00
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
20 lines
499 B
JSON
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": []
|
|
}
|