From fd91e8cc92bc6f07fb9c4c338735061a6a548e6a Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Thu, 13 Feb 2025 14:02:05 +0000 Subject: [PATCH] test: have one post and one draft --- content/posts/my-first-draft.md | 7 +++++++ content/posts/my-first-post.md | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 content/posts/my-first-draft.md diff --git a/content/posts/my-first-draft.md b/content/posts/my-first-draft.md new file mode 100644 index 0000000..e4706fe --- /dev/null +++ b/content/posts/my-first-draft.md @@ -0,0 +1,7 @@ ++++ +title = 'My First Draft' +date = 2025-02-13T13:26:35Z +draft = true ++++ + +This page wont be shown publicly yet \ No newline at end of file diff --git a/content/posts/my-first-post.md b/content/posts/my-first-post.md index 2c5db96..953254e 100644 --- a/content/posts/my-first-post.md +++ b/content/posts/my-first-post.md @@ -1,7 +1,7 @@ +++ title = 'My First Post' date = 2025-02-13T13:26:35Z -draft = true +draft = false +++ Put yer markdown content here \ No newline at end of file