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-07-16 21:57:33 +0300
committerFabien <vaga@users.noreply.github.com>2020-10-08 13:24:48 +0300
commit143e072fa91595d85dda9b16859edaa56d35528e (patch)
tree1360b65163e3c99d17fd01f30218e1062b40f92b /exampleSite
parent476c36d260427d1b7a0aab768af18021db240cda (diff)
Add custom menu
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 42eb189..1708f19 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -4,6 +4,12 @@ themesDir = "../.."
theme = "m10c"
paginate = 5
+[menu]
+ [[menu.main]]
+ identifier = "tags"
+ name = "Tags"
+ url = "/tags/"
+
[params]
author = "John Doe"
description = "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc vehicula turpis sit amet elit pretium."