From b97aa0ba687c66d66789e479c51cc0cf2297fdf9 Mon Sep 17 00:00:00 2001 From: paul Date: Mon, 25 Aug 2025 15:45:04 -0400 Subject: [PATCH] Shrinking menu --- config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index c02fe66..f408f2b 100644 --- a/config.toml +++ b/config.toml @@ -16,7 +16,7 @@ paginate = 5 themeColor = "green" # if you set this to 0, only submenu trigger will be visible - showMenuItems = 3 + showMenuItems = 2 # show selector to switch language showLanguageSelector = false @@ -34,7 +34,7 @@ paginate = 5 # set post to show the last updated # If you use git, you can set `enableGitInfo` to `true` and then post will automatically get the last updated - showLastUpdated = true + showLastUpdated = false # set a custom favicon (default is a `themeColor` square) # favicon = "favicon.ico"