diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2021-10-14 18:41:55 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2021-10-14 18:41:55 +0200 |
commit | 51d9d23c99d77edad03e6425f3ab35a390156117 (patch) | |
tree | 82b632c2aac22c3d79f43e427f311a46591f30ca /blog | |
parent | f0f4b8a4d139a855ad15f9d79190edf6320eba51 (diff) |
Blog Metadata parsing, validationa and templating.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'blog')
-rw-r--r-- | blog/my-very-first-blog-entry.json | 5 | ||||
-rw-r--r-- | blog/my-very-first-blog-entry.md | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/blog/my-very-first-blog-entry.json b/blog/my-very-first-blog-entry.json new file mode 100644 index 0000000..dec2711 --- /dev/null +++ b/blog/my-very-first-blog-entry.json @@ -0,0 +1,5 @@ +{ + "createDate": "22.02.1989 23:59", + "publishDate": "31.12.2020 1:00", + "published": false +} diff --git a/blog/my-very-first-blog-entry.md b/blog/my-very-first-blog-entry.md new file mode 100644 index 0000000..292b1e1 --- /dev/null +++ b/blog/my-very-first-blog-entry.md @@ -0,0 +1,2 @@ +Text +======= |