From 96b036d0546f65d0de39726f8f41c9850c6e3eb7 Mon Sep 17 00:00:00 2001 From: Alvin Cao Date: Thu, 19 Sep 2024 12:08:33 +0800 Subject: [PATCH] Update config. --- config/_default/params.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/_default/params.toml b/config/_default/params.toml index 0382192..6663112 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -19,7 +19,7 @@ enableQuicklink = true fingerprintAlgorithm = "sha256" [header] - layout = "hamburger" # valid options: basic, hamburger, hybrid, custom + layout = "basic" # valid options: basic, hamburger, hybrid, custom # logo = "img/logo.jpg" # logoDark = "img/dark-logo.jpg" showTitle = true @@ -31,7 +31,7 @@ fingerprintAlgorithm = "sha256" showScrollToTop = true [homepage] - layout = "page" # valid options: page, profile, custom + layout = "profile" # valid options: page, profile, custom showRecent = true recentLimit = 5