From 365aba5f1785df0e67e7aeda4d1824f82dba3301 Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Mon, 27 Mar 2023 10:41:09 -0400 Subject: [PATCH] Add blog and first blog post --- src/content/blog/_index.md | 5 +++++ src/content/blog/my-first-blog-post.md | 9 +++++++++ 2 files changed, 14 insertions(+) create mode 100644 src/content/blog/_index.md create mode 100644 src/content/blog/my-first-blog-post.md diff --git a/src/content/blog/_index.md b/src/content/blog/_index.md new file mode 100644 index 0000000..d8755ce --- /dev/null +++ b/src/content/blog/_index.md @@ -0,0 +1,5 @@ +--- +title: "Blog" +description: "A collection of my thoughts, insights, and experiences." +date: 2023-03-27 +--- diff --git a/src/content/blog/my-first-blog-post.md b/src/content/blog/my-first-blog-post.md new file mode 100644 index 0000000..87e390b --- /dev/null +++ b/src/content/blog/my-first-blog-post.md @@ -0,0 +1,9 @@ +--- +title: "My First Blog Post" +date: 2023-03-27 +draft: false +--- + +## Welcome to my blog! + +This is my first blog post. Stay tuned for more exciting content!