cooking/data/authors.json
2026-02-08 23:12:47 -08:00

20 lines
537 B
JSON

{
"authors": [
{
"id": "pws",
"name": "PWS",
"fullName": "Paul Wilson Smith",
"bio": "Home cook and food enthusiast sharing tested recipes and cooking techniques.",
"email": "pws@example.com",
"website": "https://github.com/runyanjake/cooking",
"avatar": "/images/authors/pws.jpg",
"social": {
"github": "runyanjake"
},
"joinDate": "2026-01-01",
"specialties": ["Italian cuisine", "Baking", "Comfort food"],
"favoriteIngredient": "Garlic"
}
]
}