From 294bc2f2f591a59ee4b7c0cc5a41aada96524eac Mon Sep 17 00:00:00 2001 From: qizhiyule Date: Sun, 5 Jan 2025 19:08:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86=E9=83=A8=E5=88=86?= =?UTF-8?q?=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/posts/my-first-blog.md | 4 ++-- content/posts/my-second-blog.md | 7 +++++++ hugo.toml | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) create mode 100644 content/posts/my-second-blog.md diff --git a/content/posts/my-first-blog.md b/content/posts/my-first-blog.md index 75fd08e..89034e9 100644 --- a/content/posts/my-first-blog.md +++ b/content/posts/my-first-blog.md @@ -1,7 +1,7 @@ +++ date = '2024-12-29T18:06:12+08:00' -draft = true -title = 'My First Blog' +draft = false +title = '我的第一篇博客' +++ ## 春和日历 diff --git a/content/posts/my-second-blog.md b/content/posts/my-second-blog.md new file mode 100644 index 0000000..6ac6b0d --- /dev/null +++ b/content/posts/my-second-blog.md @@ -0,0 +1,7 @@ ++++ +date = '2025-01-05T19:06:22+08:00' +draft = false +title = '我的第二篇博客' ++++ + +# 阖家欢乐 \ No newline at end of file diff --git a/hugo.toml b/hugo.toml index 21be856..db6f1fe 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,5 +1,5 @@ baseURL = 'https://example.org/' languageCode = 'en-us' -title = 'My New Hugo Site' +title = '我的博客' theme = 'soho'