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

github.com/jeremybise/twentynineteen-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Bise <jeremy.bise@thosegeeks.com>2019-04-17 19:46:25 +0300
committerJeremy Bise <jeremy.bise@thosegeeks.com>2019-04-17 19:46:25 +0300
commit1f9d0aa9759be12a7268e6d342938dbc9342c4cc (patch)
tree6bf58c1086a5caa3fc07d61bb3c2b5bdbcbf7253
parent69c038bfb5c73b39c9ad07f0a2954ef628fa467c (diff)
update example site menus
-rw-r--r--exampleSite/config.toml16
1 files changed, 14 insertions, 2 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index dc3c419..44313e9 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -19,8 +19,16 @@ Home = ["HTML", "RSS", "JSON"]
privacy_link = "/privacy/"
description = "TwentyNineteen ported from WordPress"
-# Social menu
+# Menus
[menu]
+ [[menu.main]]
+ name = "Tags"
+ url = "/tags/"
+ weight = 1
+ [[menu.main]]
+ name = "About"
+ url = "/about/"
+ weight = 2
[[menu.social]]
identifier = "github"
name = "Github"
@@ -28,4 +36,8 @@ description = "TwentyNineteen ported from WordPress"
[[menu.social]]
identifier = "twitter"
name = "Twitter"
- url = "https://twitter.com/gohugoio" \ No newline at end of file
+ url = "https://twitter.com/gohugoio"
+ [[menu.footer]]
+ name = "About"
+ url = "/about/"
+ weight = 1 \ No newline at end of file