测试ICP配置

This commit is contained in:
Gordon 莫
2025-10-21 19:54:04 +08:00
parent 90726a2b5b
commit a14f98168c
3 changed files with 27 additions and 3 deletions

View File

@@ -0,0 +1,6 @@
# 个人网站的仓库
## 新建页面
```hugo new posts/hello-world.md```

View File

@@ -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|

View File

@@ -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. 保留所有权利。<br/><a href="https://beian.miit.gov.cn/" target="_blank" rel="noopener noreferrer">粤ICP备12345678号</a>&nbsp;|&nbsp;<a href="http://www.beian.gov.cn/" target="_blank" rel="noopener noreferrer">粤公网安备 44010602000000号</a>'