diff --git a/config/_default/params.toml b/config/_default/params.toml index 9b87faf..288d186 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -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 = "cherry" defaultAppearance = "light" # valid options: light or dark autoSwitchAppearance = true @@ -21,7 +21,7 @@ fingerprintAlgorithm = "sha256" [header] layout = "basic" # valid options: basic, hamburger, hybrid, custom - # logo = "img/logo.jpg" + # logo = "img/avatar.jpg" # logoDark = "img/dark-logo.jpg" showTitle = true @@ -33,7 +33,7 @@ fingerprintAlgorithm = "sha256" [homepage] layout = "profile" # valid options: page, profile, custom - showRecent = false + showRecent = true recentLimit = 5 [article]