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

github.com/themefisher/meghna-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsomratpro <abdulmonnafsomrat@gmail.com>2020-09-29 08:15:15 +0300
committersomratpro <abdulmonnafsomrat@gmail.com>2020-09-29 08:15:15 +0300
commita92877642d58876f84fb118642d2e57f4a3fbae0 (patch)
treeeccb293bd03517dc1c22aa92803e3b80a5ac2c13 /exampleSite
parentfb337df994bbd9f13fa1edf75a61c3d100662862 (diff)
modified navigation
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml27
1 files changed, 17 insertions, 10 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 96b10e5..e7d81ab 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -43,43 +43,50 @@ link = "plugins/google-map/map.js"
############################# Navigation ##################################
[[menu.main]]
name = "about"
-URL = "about"
+pre = "#"
+url = "about"
weight = 1
[[menu.main]]
name = "services"
-URL = "services"
+pre = "#"
+url = "services"
weight = 2
[[menu.main]]
name = "portfolio"
-URL = "portfolio"
+pre = "#"
+url = "portfolio"
weight = 3
[[menu.main]]
name = "team"
-URL = "team"
+pre = "#"
+url = "team"
weight = 4
[[menu.main]]
name = "pricing"
-URL = "pricing"
+pre = "#"
+url = "pricing"
weight = 5
[[menu.main]]
name = "blog"
-URL = "blog"
+pre = "#"
+url = "blog"
weight = 6
[[menu.main]]
name = "contact"
-URL = "contact"
+pre = "#"
+url = "contact"
weight = 7
-#### external / static link ####
-[[menu.static]]
+[[menu.main]]
name = "themefisher"
-URL = "https://themefisher.com/"
+pre = ""
+url = "https://themefisher.com/"
weight = 8
############################# Default Parameters ##########################