From df9f08f1e421fd006d610c3c9dc6c9af01fe03be Mon Sep 17 00:00:00 2001 From: linchaolong Date: Sun, 15 Sep 2024 09:16:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E4=B8=BA=E4=BD=BF=E7=94=A8=20m10c=20?= =?UTF-8?q?=E4=B8=BB=E9=A2=98=EF=BC=8C=E5=B9=B6=E6=8A=8A=E4=B8=BB=E8=89=B2?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=E6=B5=85=E8=93=9D=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hugo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index 419ffc5..f3dacf2 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,7 +1,7 @@ baseURL = 'https://cyrus-studio.github.io/blog/' languageCode = "zh-CN" title = 'CYRUS STUDIO' -theme = "ananke" +theme = "m10c" [menu] [[menu.main]] @@ -21,3 +21,7 @@ theme = "ananke" pre = "" rel = "noopener noreferrer" target = "_blank" + + +[params.style] + primaryColor = "#87CEFA"