change theme

This commit is contained in:
2022-09-17 19:25:01 +02:00
parent 6f5579da1a
commit 924ecd1c81
8 changed files with 145 additions and 92 deletions

View File

@ -15,10 +15,15 @@ name = "Blog"
pageRef = "posts"
weight = 10
[[main]]
name = "About"
pageRef = "about"
weight = 20
[[main]]
name = "Works"
pageRef = "works"
weight = 20
weight = 30
# [[main]]
# name = "Categories"

View File

@ -5,7 +5,7 @@
# Refer to the theme docs for more details about each of these parameters.
# https://jpanther.github.io/congo/docs/configuration/#theme-parameters
colorScheme = "congo"
colorScheme = "okami"
defaultAppearance = "light" # valid options: light or dark
autoSwitchAppearance = true
footer.showAppearanceSwitcher = true