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.