Skip to content

Commit 266a4ea

Browse files
Add post: Test Post
1 parent 7583a28 commit 266a4ea

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

blog/posts/test-post.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"slug": "test-post",
3+
"title": "Test Post",
4+
"author": "Archie Worthington",
5+
"authorImage": "/blog/authors/archie.jpeg",
6+
"date": "2026-03-15T09:08:59.952Z",
7+
"body": "Test Post",
8+
"excerpt": "test",
9+
"coverImage": "/blog/images/test-post-1.png",
10+
"images": [
11+
"/blog/images/test-post-1.png"
12+
],
13+
"tags": [],
14+
"linkedinRequested": true
15+
}

0 commit comments

Comments
 (0)