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