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号'