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

github.com/apvarun/showcase-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVarun A P <varunlakshmananap@gmail.com>2020-06-24 22:45:02 +0300
committerVarun A P <varunlakshmananap@gmail.com>2020-06-24 22:45:02 +0300
commit3dedc7b9c3557bc3d8c42d6fa9fcacd86db6878c (patch)
treed3e5a71f1b9c0b476d6aa7c514dd5ee1315db8c0 /exampleSite
parent88e4006447346fb8907b6a40f7126589ad3198f1 (diff)
Add support for custom menu option
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 39bfe70..b2bb113 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -10,6 +10,11 @@ disableKinds = ["taxonomy", "taxonomyTerm", "RSS"]
author = "showcase"
description = "Minimal, one page, theme for showcasing your work"
message = ""
+ hideAutoMenu = false
+
+[[menu.main]]
+ name = "External"
+ url = "https://example.com"
[social]
facebook = "https://facebook.com"