From c7d0139116ff5c12ffa4c11dbfee697dbf694c46 Mon Sep 17 00:00:00 2001 From: Alexander Foremny Date: Thu, 6 Jun 2024 09:29:50 +0200 Subject: add README --- samples/blog/posts/1-hello-world.json | 4 ++++ samples/blog/posts/2-second-post.json | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 samples/blog/posts/1-hello-world.json create mode 100644 samples/blog/posts/2-second-post.json (limited to 'samples') diff --git a/samples/blog/posts/1-hello-world.json b/samples/blog/posts/1-hello-world.json new file mode 100644 index 0000000..460d5d0 --- /dev/null +++ b/samples/blog/posts/1-hello-world.json @@ -0,0 +1,4 @@ +{ + "title": "hello world!", + "contents": "hello world!" +} diff --git a/samples/blog/posts/2-second-post.json b/samples/blog/posts/2-second-post.json new file mode 100644 index 0000000..7a64fed --- /dev/null +++ b/samples/blog/posts/2-second-post.json @@ -0,0 +1,4 @@ +{ + "title": "second post", + "contents": "lorem ipsum" +} -- cgit v1.2.3