Skip to content

Commit

Permalink
改为使用 m10c 主题,并把主色改为浅蓝色
Browse files Browse the repository at this point in the history
  • Loading branch information
CYRUS-STUDIO committed Sep 15, 2024
1 parent 5bfc313 commit df9f08f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion hugo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
baseURL = 'https://cyrus-studio.github.io/blog/'
languageCode = "zh-CN"
title = 'CYRUS STUDIO'
theme = "ananke"
theme = "m10c"

[menu]
[[menu.main]]
Expand All @@ -21,3 +21,7 @@ theme = "ananke"
pre = "<i class='fab fa-github'></i>"
rel = "noopener noreferrer"
target = "_blank"


[params.style]
primaryColor = "#87CEFA"

0 comments on commit df9f08f

Please sign in to comment.