From 3c01130d0a33006665a5762f151af6016eb02fae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Merino=20Hern=C3=A1ndez?= Date: Tue, 6 Sep 2022 02:17:17 +0200 Subject: Include an option to remove the navigation menu (#340) * Add showMenu option The showMenu option allows users to remove the navigation menu if necessary. * Update README.md This commit will update the README.md file to include information about the showMenu option. --- exampleSite/config.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'exampleSite') diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 6334faf..62b4458 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -7,6 +7,7 @@ DefaultContentLanguage = "en" # Default language fo [params] themeStyle = "auto" # Choose "light" or "dark" or "auto" favicon = "/img/fav.ico" # Path to favicon file + showMenu = true # Show navigation menu showRSSButton = false # Show rss button in navigation fadeIn = true # Turn on/off the fade-in effect fadeInIndex = false # Turn on/off the fade-in effect on the index page even if fade-in was otherwise turned off -- cgit v1.2.3