From 7985947c4b5624c2211d2851fa69eefba5daf178 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Sat, 23 Oct 2021 01:32:04 +0200 Subject: Initial blog.impl.cc Signed-off-by: Toni Uhlig --- wwwroot/blog/hello-world.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 wwwroot/blog/hello-world.json (limited to 'wwwroot/blog/hello-world.json') diff --git a/wwwroot/blog/hello-world.json b/wwwroot/blog/hello-world.json new file mode 100644 index 0000000..ce3ecba --- /dev/null +++ b/wwwroot/blog/hello-world.json @@ -0,0 +1,9 @@ +{ + "title": "Hello World!", + "tags": [ "first" ], + "author": "lns", + "createDate": "30.10.2021 22:32", + "publishDate": "30.10.2021 22:39", + "published": true, + "accessAllowed": true +} -- cgit v1.2.3