From dc328e279be03a529be3abcecacdac1608084144 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=99=BE=E5=A7=90?= Date: Tue, 15 Sep 2026 21:55:34 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20hugo.toml=20=E8=A1=A5=20timeZone=3DAsia/?= =?UTF-8?q?Shanghai=E2=80=94=E2=80=94=E6=97=A0=E6=97=B6=E5=8C=BAdate?= =?UTF-8?q?=E8=A2=AB=E6=8C=89UTC=E8=A7=A3=E6=9E=90=E6=88=90=E6=9C=AA?= =?UTF-8?q?=E6=9D=A5=E6=96=87=E7=AB=A0=E4=B8=8D=E6=B8=B2=E6=9F=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hugo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/hugo.toml b/hugo.toml index 1245a6c..1405a88 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,3 +1,4 @@ +timeZone = "Asia/Shanghai" baseURL = 'https://blog.de.ippt.cc' locale = 'zh-cn' languageCode = 'zh-cn'