From 14e6795f22b64e7c9af98a3fc956d7121bef2dd5 Mon Sep 17 00:00:00 2001 From: John Date: Sat, 8 Mar 2025 17:24:57 -0600 Subject: [PATCH] add some content --- content/_index.md | 7 +++++++ content/posts/first-post.md | 7 +++++++ content/test.md | 1 - 3 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 content/_index.md create mode 100644 content/posts/first-post.md delete mode 100644 content/test.md diff --git a/content/_index.md b/content/_index.md new file mode 100644 index 0000000..bf76216 --- /dev/null +++ b/content/_index.md @@ -0,0 +1,7 @@ +--- +title: "Hello, world" +description: "This is a website" +date: 2025-03-08 +--- + +Hello World \ No newline at end of file diff --git a/content/posts/first-post.md b/content/posts/first-post.md new file mode 100644 index 0000000..5951ec3 --- /dev/null +++ b/content/posts/first-post.md @@ -0,0 +1,7 @@ +--- +title: "First post" +date: 2025-03-08 +draft: false +--- + +This is a post \ No newline at end of file diff --git a/content/test.md b/content/test.md deleted file mode 100644 index 08cf610..0000000 --- a/content/test.md +++ /dev/null @@ -1 +0,0 @@ -test content \ No newline at end of file