summaryrefslogtreecommitdiffstats
path: root/exampleSite/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 998bf5a..4bf5dcb 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -5,6 +5,7 @@ defaultContentLanguage = 'en'
title = 'Ed.'
theme = ['github.com/sergeyklay/gohugo-theme-ed']
resourceDir = '../resources'
+enableRobotsTXT = true
[languages]
[languages.en]
@@ -69,6 +70,11 @@ resourceDir = '../resources'
url = '/documentation/'
weight = 4
[[menu.main]]
+ identifier = 'search'
+ name = 'Search'
+ url = '/search/' # TODO: Implement search
+ weight = 5
+ [[menu.main]]
identifier = 'github'
name = 'GitHub Project'
url = 'https://github.com/sergeyklay/gohugo-theme-ed/'