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