From 143e072fa91595d85dda9b16859edaa56d35528e Mon Sep 17 00:00:00 2001 From: Fabien CASTERS Date: Thu, 16 Jul 2020 20:57:33 +0200 Subject: Add custom menu --- exampleSite/config.toml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'exampleSite') 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." -- cgit v1.2.3