mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 01:35:56 +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.
40 lines
1.2 KiB
Text
40 lines
1.2 KiB
Text
{
|
||
"type": "entry",
|
||
"url": "https://website.example/posts/cheese-sandwich",
|
||
"name": "What I had for lunch",
|
||
"content": {
|
||
"html": "<p>I ate a <a href=\"https://en.wikipedia.org/wiki/Cheese\">cheese</a> sandwich, which was nice.</p>",
|
||
"text": "I ate a [cheese](https://en.wikipedia.org/wiki/Cheese) sandwich, which was nice."
|
||
},
|
||
"summary": "A very satisfactory meal.",
|
||
"published": "2020-02-02",
|
||
"category": ["lunch", "food"],
|
||
"audio": [{
|
||
"url": "https://website.example/audio.mp3"
|
||
}],
|
||
"photo": [{
|
||
"alt": "Alternative text",
|
||
"url": "https://website.example/photo.jpg"
|
||
}],
|
||
"video": [{
|
||
"url": "https://website.example/video.mp4"
|
||
}],
|
||
"start": "2020-02-02",
|
||
"end": "2020-02-20",
|
||
"rsvp": "Yes",
|
||
"location": {
|
||
"type": "geo",
|
||
"latitude": "37.780080",
|
||
"longitude": "-122.420160",
|
||
"name": "37° 46′ 48.29″ N 122° 25′ 12.576″ W"
|
||
},
|
||
"bookmark-of": "https://website.example",
|
||
"like-of": "https://website.example",
|
||
"repost-of": "https://website.example",
|
||
"in-reply-to": "https://website.example",
|
||
"post-status": "draft",
|
||
"visibility": "private",
|
||
"syndication": "https://website.example/post/12345",
|
||
"mp-slug": "cheese-sandwich",
|
||
"mp-syndicate-to": "https://mastodon.example"
|
||
}
|