mirror of
https://github.com/runyanjake/cooking.git
synced 2026-03-26 01:43:17 -07:00
20 lines
537 B
JSON
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"
|
|
}
|
|
]
|
|
}
|