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'