From 67718659a37954b01c5a25097503a5fa644b53ad Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Tue, 28 Sep 2021 08:41:31 -0700 Subject: [PATCH] Two dummy posts --- content/posts/the-first-post.md | 7 +++++++ content/posts/the-second-post.md | 7 +++++++ 2 files changed, 14 insertions(+) create mode 100644 content/posts/the-first-post.md create mode 100644 content/posts/the-second-post.md diff --git a/content/posts/the-first-post.md b/content/posts/the-first-post.md new file mode 100644 index 0000000..fe4d3d3 --- /dev/null +++ b/content/posts/the-first-post.md @@ -0,0 +1,7 @@ +--- +title: "The First Post" +date: 2021-09-20T08:39:41-07:00 +draft: false +--- + +This is the first post of the rest of my blog. diff --git a/content/posts/the-second-post.md b/content/posts/the-second-post.md new file mode 100644 index 0000000..3c2d6be --- /dev/null +++ b/content/posts/the-second-post.md @@ -0,0 +1,7 @@ +--- +title: "The Second Post" +date: 2021-09-25T08:39:46-07:00 +draft: false +--- + +Here's the second post. It's a quarter past ten.