From 6f3d90f593b8acd961f9407cf3731770383dde9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gordon=20=E8=8E=AB?= Date: Tue, 21 Oct 2025 17:57:08 +0800 Subject: [PATCH] add hello world --- content/posts/hello-world.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 content/posts/hello-world.md diff --git a/content/posts/hello-world.md b/content/posts/hello-world.md new file mode 100644 index 0000000..4ba0220 --- /dev/null +++ b/content/posts/hello-world.md @@ -0,0 +1,5 @@ ++++ +date = '2025-10-21T17:56:47+08:00' +draft = true +title = 'Hello World' ++++