mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 05:36:07 +01:00
I can't quite get my head around how @indiekit-test/fixtures is available to the tests in the official indiekit repo, so I've copied it here for now.
13 lines
350 B
Text
13 lines
350 B
Text
{
|
|
"type": "feed",
|
|
"name": "My Example Feed",
|
|
"summary": "A description of my example feed",
|
|
"url": "https://website.example/",
|
|
"photo": "https://website.example/icon.png",
|
|
"author": {
|
|
"name": "Jane Doe",
|
|
"url": "https://website.example/~janedoe",
|
|
"avatar": "https://website.example/~janedoe/photo.jpg"
|
|
},
|
|
"children": []
|
|
}
|