This commit is contained in:
sunbeam0529 2025-06-06 20:48:34 +08:00
parent 614a09bac4
commit 81ef8d5fa4
2 changed files with 9 additions and 3 deletions

View File

@ -3,3 +3,9 @@ date = '{{ .Date }}'
draft = true draft = true
title = '{{ replace .File.ContentBaseName "-" " " | title }}' title = '{{ replace .File.ContentBaseName "-" " " | title }}'
+++ +++
# 1
# 2
# 3

View File

@ -1,4 +1,4 @@
baseURL = 'https://example.org/' baseURL = 'http://1.94.161.8/'
languageCode = 'en-us' languageCode = 'zh-cn'
title = 'My New Hugo Site' title = '花花的技术笔记'
theme = 'ananke' theme = 'ananke'