From 5b2c7d9fa72508b32933ad628a350846b1e4e2f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BA=BF=E7=B2=92=E4=BD=93XianlitiCN?= Date: Tue, 3 Feb 2026 13:52:09 +0800 Subject: [PATCH] =?UTF-8?q?toml=E6=94=B9yaml=EF=BC=8C=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E9=A6=96=E9=A1=B5=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hugo.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 hugo.yaml diff --git a/hugo.yaml b/hugo.yaml new file mode 100644 index 0000000..4f24587 --- /dev/null +++ b/hugo.yaml @@ -0,0 +1,11 @@ +baseURL: "https://qingshuige.ink/" +languageCode: "zh-Hans" +title: "清水阁" +theme: "PaperMod" +defaultContentLanguage: "zh" +hasCJKLanguage: true + +params: + homeInfoParams: + Title: 清水阁 + Content: 后之览者,亦将有感于斯文 \ No newline at end of file