summaryrefslogtreecommitdiffstats
path: root/exampleSite/config.toml
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2022-07-05 01:39:56 +0200
committerGitHub <noreply@github.com>2022-07-05 01:39:56 +0200
commit03a5d662e498ac295e6aab2c0322d624f76ffa2e (patch)
tree5f92cccab02c899071424bc02b7dde08f75cf602 /exampleSite/config.toml
parentf1cb48a7e000be9332d22aa5f0f40bb36015839c (diff)
parent143f31a09673045925622d062c993315c62cff41 (diff)
downloadgohugo-theme-ed-03a5d662e498ac295e6aab2c0322d624f76ffa2e.tar.gz
Merge pull request #6 from sergeyklay/feature/search
Implementing search
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml7
1 files changed, 6 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 319e680..e456f66 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -235,10 +235,15 @@ googleAnalytics = ''
url = '/documentation/'
weight = 4
[[menu.main]]
+ identifier = 'search'
+ name = 'Search'
+ url = '/search/'
+ weight = 5
+ [[menu.main]]
identifier = 'contact'
name = 'Contact'
url = '/contact/'
- weight = 5
+ weight = 6
[[menu.main]]
identifier = 'github'
name = 'GitHub Project'