From e8c59390119386bee3669395bc309f9c0582bf35 Mon Sep 17 00:00:00 2001 From: Aroy-Art <39088602+Aroy-Art@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:29:59 +0100 Subject: [PATCH] Updated Hello world post --- content/blog/hello-world/content.md | 7 ++++++- content/blog/hello-world/index.md | 3 +++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/content/blog/hello-world/content.md b/content/blog/hello-world/content.md index 281fbe4..03c3afb 100644 --- a/content/blog/hello-world/content.md +++ b/content/blog/hello-world/content.md @@ -1,6 +1,11 @@ +++ +title = "Hello World!" +subtitle = "Hello world! This is my first blog post." fragment = "content" weight = 100 +tags = ["test", "test2"] +++ -Hello world! This is my first blog post. \ No newline at end of file +Hello world! This is my first blog post. + +![Demo Image](/images/header.jpg) diff --git a/content/blog/hello-world/index.md b/content/blog/hello-world/index.md index c64ceb7..be60fa5 100644 --- a/content/blog/hello-world/index.md +++ b/content/blog/hello-world/index.md @@ -1,4 +1,7 @@ +++ title = "Hello World!" +subtitle = "Hello world! This is my first blog post." date = "2020-12-01" +draft = true +tags = ["test", "test2"] +++ \ No newline at end of file