cooking/public/authors.json
2026-02-09 15:26:06 -08:00

17 lines
394 B
JSON

{
"authors": [
{
"id": "jake",
"name": "jake",
"fullName": "Paul Wilson Smith",
"bio": "Home cook and food enthusiast sharing tested recipes and cooking techniques.",
"email": "jake@runyan.dev",
"website": "https://jake.runyan.dev",
"links": {
"github": "https://github.com/runyanjake"
},
"joinDate": "2026-01-01"
}
]
}