Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergio Merino Hernández <merinhunter94@gmail.com>2022-09-06 03:17:17 +0300
committerGitHub <noreply@github.com>2022-09-06 03:17:17 +0300
commit3c01130d0a33006665a5762f151af6016eb02fae (patch)
treed8865ec7b22d80edf80753f4e5d192567d4cc57f /README.md
parente7e8344a512c12c02bd7bc8875067af8f737069a (diff)
Include an option to remove the navigation menu (#340)HEADmaster
* 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.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 36271b4..deef066 100644
--- a/README.md
+++ b/README.md
@@ -179,6 +179,8 @@ See the [hugo documentation](https://gohugo.io/content-management/multilingual/)
Introduction contains a default menu. If you want to override this, you can do so by defining a `menu.main` in `config.toml`.
+Optionally, you can disable this menu by setting `showMenu` to `false` in your `config.toml`.
+
## Contact section clock
Introduction can optionally show your current local time in your [contact section](https://hugo-introduction.netlify.app/#contact). This uses vanilla JS and variables you provide. You can set this up by copying the settings in the exampleSite `config.toml` for `localTime`, `timeZone`, and `timeFormat`.