From 020e47d45c9ad79f26b12c37a024fc9ef97b7d42 Mon Sep 17 00:00:00 2001 From: Trekathlon <48809284+Trekathlon@users.noreply.github.com> Date: Sun, 1 Sep 2024 21:18:00 +0200 Subject: [PATCH] Setting sample posts Draft to true --- content/_index.md | 2 +- content/posts/_index.md | 2 +- content/posts/post-1.md | 2 +- content/posts/post-2.md | 2 +- content/posts/post-3/index.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/content/_index.md b/content/_index.md index 652623b..442a306 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,7 +1,7 @@ +++ title = 'Home' date = 2023-01-01T08:00:00-07:00 -draft = false +draft = true +++ Laborum voluptate pariatur ex culpa magna nostrud est incididunt fugiat diff --git a/content/posts/_index.md b/content/posts/_index.md index e7066c0..51cd392 100644 --- a/content/posts/_index.md +++ b/content/posts/_index.md @@ -1,7 +1,7 @@ +++ title = 'Posts' date = 2023-01-01T08:30:00-07:00 -draft = false +draft = true +++ Tempor est exercitation ad qui pariatur quis adipisicing aliquip nisi ea consequat ipsum occaecat. Nostrud consequat ullamco laboris fugiat esse esse adipisicing velit laborum ipsum incididunt ut enim. Dolor pariatur nulla quis fugiat dolore excepteur. Aliquip ad quis aliqua enim do consequat. diff --git a/content/posts/post-1.md b/content/posts/post-1.md index ffeb3dd..9fe21f9 100644 --- a/content/posts/post-1.md +++ b/content/posts/post-1.md @@ -1,7 +1,7 @@ +++ title = 'Post 1' date = 2023-01-15T09:00:00-07:00 -draft = false +draft = true tags = ['red'] +++ diff --git a/content/posts/post-2.md b/content/posts/post-2.md index de7be12..8c1433e 100644 --- a/content/posts/post-2.md +++ b/content/posts/post-2.md @@ -1,7 +1,7 @@ +++ title = 'Post 2' date = 2023-02-15T10:00:00-07:00 -draft = false +draft = true tags = ['red','green'] +++ diff --git a/content/posts/post-3/index.md b/content/posts/post-3/index.md index ca42a66..b212a1e 100644 --- a/content/posts/post-3/index.md +++ b/content/posts/post-3/index.md @@ -1,7 +1,7 @@ +++ title = 'Post 3' date = 2023-03-15T11:00:00-07:00 -draft = false +draft = true tags = ['red','green','blue'] +++