From d9c7c7509b2ff8d356834058538c3a2eaf89a97b Mon Sep 17 00:00:00 2001 From: Mathieu Broillet Date: Sun, 11 Jun 2023 13:07:04 +0200 Subject: [PATCH] test add intro --- content/posts/my-first-post.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 content/posts/my-first-post.md diff --git a/content/posts/my-first-post.md b/content/posts/my-first-post.md new file mode 100644 index 0000000..ee057fd --- /dev/null +++ b/content/posts/my-first-post.md @@ -0,0 +1,11 @@ +--- +title: "My First Post" +date: 2023-06-11T13:06:44+02:00 +draft: true +--- + +## Introduction + +This is **bold** text, and this is *emphasized* text. + +Visit the [Hugo](https://gohugo.io) website! \ No newline at end of file