diff options
Diffstat (limited to 'posts')
-rw-r--r-- | posts/a.md | 8 | ||||
-rw-r--r-- | posts/hello-world.md | 6 |
2 files changed, 14 insertions, 0 deletions
diff --git a/posts/a.md b/posts/a.md new file mode 100644 index 0000000..c18feb5 --- /dev/null +++ b/posts/a.md @@ -0,0 +1,8 @@ +title: why not +date: 2020-04-10 + +Header: +------- +*Markdown content* + +a diff --git a/posts/hello-world.md b/posts/hello-world.md new file mode 100644 index 0000000..b419d8d --- /dev/null +++ b/posts/hello-world.md @@ -0,0 +1,6 @@ +title: Hello world! +date: 2020-04-11 + +Header: +------- +*Markdown content* |