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:
Diffstat (limited to 'exampleSite/config.toml')
-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"