From f376ed5dfba6689c18e812a8759a8ce27b1abe70 Mon Sep 17 00:00:00 2001 From: Richard Oswald Date: Tue, 10 Jun 2025 16:43:27 -0500 Subject: [PATCH] new posts --- Tuesday post.md => My Title.md | 6 ++---- Tuesday's Blog Post.md | 14 ++++++++++++++ Untitled.md | 14 -------------- 3 files changed, 16 insertions(+), 18 deletions(-) rename Tuesday post.md => My Title.md (71%) create mode 100644 Tuesday's Blog Post.md delete mode 100644 Untitled.md diff --git a/Tuesday post.md b/My Title.md similarity index 71% rename from Tuesday post.md rename to My Title.md index fb65bbd..7f9d7b6 100644 --- a/Tuesday post.md +++ b/My Title.md @@ -1,6 +1,6 @@ +++ -title = "{{ title }}" -date = "{{ date }}" +title = Untitled 4 +date = 2025-06-10T16:23:26-05:00 author = "" cover = "" tags = ["", ""] @@ -10,5 +10,3 @@ showFullContent = false readingTime = false hideComments = false +++ - -Here is my text \ No newline at end of file diff --git a/Tuesday's Blog Post.md b/Tuesday's Blog Post.md new file mode 100644 index 0000000..4371811 --- /dev/null +++ b/Tuesday's Blog Post.md @@ -0,0 +1,14 @@ + + ++++ +title = Tuesday's Blog Post +date = 2025-06-10 T16:42:20-05:00 +author = "" +cover = "" +tags = ["", ""] +keywords = ["", ""] +description = "" +showFullContent = false +readingTime = false +hideComments = false ++++ diff --git a/Untitled.md b/Untitled.md deleted file mode 100644 index f716079..0000000 --- a/Untitled.md +++ /dev/null @@ -1,14 +0,0 @@ -+++ -title = '{{title}}' -date = '{{date}}' -author = '' -cover = '' -tags = ['', ''] -keywords = ['', ''] -description = '' -showFullContent = false -readingTime = false -hideComments = false -+++ - -Just some text \ No newline at end of file