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
24 lines
488 B
JSON
24 lines
488 B
JSON
{
|
|
"firstname": "Arjen",
|
|
"lastname": "Kamphuis",
|
|
"handle": "",
|
|
"birth": "",
|
|
"death": "",
|
|
"obituary": "",
|
|
"issue": "22",
|
|
"affiliations": "",
|
|
"mainimage": "/images/face-silhouette-clipart.png",
|
|
"maintext": "",
|
|
"socialmedialinks": [
|
|
{
|
|
"sitename": "Twitter",
|
|
"siteurl": "https://www.twitter.com/ArjenKamphuis"
|
|
},
|
|
{
|
|
"sitename": "About.me",
|
|
"siteurl": "https://about.me/arjenkamphuis"
|
|
}
|
|
],
|
|
"contributions": [],
|
|
"gallery": []
|
|
}
|