aboutsummaryrefslogtreecommitdiffstats
path: root/samples/blog
diff options
context:
space:
mode:
Diffstat (limited to 'samples/blog')
-rw-r--r--samples/blog/posts/1-hello-world.json4
-rw-r--r--samples/blog/posts/2-second-post.json4
2 files changed, 8 insertions, 0 deletions
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"
+}