diff options
author | Blaise Thompson <blaise@untzag.com> | 2020-04-11 18:59:35 -0500 |
---|---|---|
committer | Blaise Thompson <blaise@untzag.com> | 2020-04-11 18:59:35 -0500 |
commit | 5e2a82641aab330f9a94a74b5fa4386dd684d7f1 (patch) | |
tree | c7ec42c4c9e9a89c09660472f41a365cffd53d7b /posts |
initial commit
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* |