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

github.com/vaga/hugo-theme-m10c.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabien CASTERS <fabien@vaga.io>2020-10-08 13:19:14 +0300
committerFabien <vaga@users.noreply.github.com>2020-10-08 13:24:48 +0300
commit982e21856dac446de160ebebff02c419feac86a7 (patch)
treecd5ef51d8ecbe691ea8ce313cdf80c1ca4a1ac43 /exampleSite
parent143e072fa91595d85dda9b16859edaa56d35528e (diff)
Add option `menu_item_separator`
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 1708f19..c551e8d 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -6,6 +6,10 @@ paginate = 5
[menu]
[[menu.main]]
+ identifier = "home"
+ name = "Home"
+ url = "/"
+ [[menu.main]]
identifier = "tags"
name = "Tags"
url = "/tags/"
@@ -13,6 +17,7 @@ paginate = 5
[params]
author = "John Doe"
description = "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc vehicula turpis sit amet elit pretium."
+ menu_item_separator = " - "
[[params.social]]
name = "github"
url = "https://github.com/gohugoio"