From a14f98168c76a4d0153eb8a7025791398ea3ded1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gordon=20=E8=8E=AB?= Date: Tue, 21 Oct 2025 19:54:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95ICP=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 ++++++ content/posts/hello-world.md | 17 +++++++++++++++++ hugo.toml | 7 ++++--- 3 files changed, 27 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e69de29..4041402 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,6 @@ +# 个人网站的仓库 + +## 新建页面 + +```hugo new posts/hello-world.md``` + diff --git a/content/posts/hello-world.md b/content/posts/hello-world.md index 4ba0220..e1db9f3 100644 --- a/content/posts/hello-world.md +++ b/content/posts/hello-world.md @@ -3,3 +3,20 @@ date = '2025-10-21T17:56:47+08:00' draft = true title = 'Hello World' +++ + +# hello world + +测试页面 + +```test``` + +1. test1 + +2. test2 + +|一号|二号|三号| +|---|---|---| +|四号|五号|六号| +|aa|bb|cc| + + diff --git a/hugo.toml b/hugo.toml index 6eb3dd2..e204293 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,4 +1,5 @@ -baseURL = 'https://example.org/' -languageCode = 'en-us' +baseURL = 'http://localhost:1313/' +languageCode = 'zh-cn' title = 'My New Hugo Site' -theme = 'ananke' +theme = 'terminal' +copyright = '© 2025 Gordon. 保留所有权利。
粤ICP备12345678号 | 粤公网安备 44010602000000号'