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"