From 81ef8d5fa4922bd3f098997c3b5921944680f860 Mon Sep 17 00:00:00 2001 From: sunbeam0529 Date: Fri, 6 Jun 2025 20:48:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- archetypes/default.md | 6 ++++++ hugo.toml | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/archetypes/default.md b/archetypes/default.md index 25b6752..8261b20 100644 --- a/archetypes/default.md +++ b/archetypes/default.md @@ -3,3 +3,9 @@ date = '{{ .Date }}' draft = true title = '{{ replace .File.ContentBaseName "-" " " | title }}' +++ + +# 1 + +# 2 + +# 3 \ No newline at end of file diff --git a/hugo.toml b/hugo.toml index 6eb3dd2..f606f1e 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,4 +1,4 @@ -baseURL = 'https://example.org/' -languageCode = 'en-us' -title = 'My New Hugo Site' +baseURL = 'http://1.94.161.8/' +languageCode = 'zh-cn' +title = '花花的技术笔记' theme = 'ananke'