From d4f9391a7b5e1118e9cb1f670a220279c7f02c42 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 3 Nov 2022 08:32:04 +0100 Subject: added hardware section with the IMC-2001 --- config.toml | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) (limited to 'config.toml') diff --git a/config.toml b/config.toml index 279e110..ede6fa8 100644 --- a/config.toml +++ b/config.toml @@ -58,38 +58,44 @@ googleAnalytics = "" # Enable Google Analytics by entering your tracking id url = "/software" [[menu.main]] - name = "Toolbox" + name = "Hardware" weight = 50 + identifier = "hardware" + url = "/hardware" + +[[menu.main]] + name = "Toolbox" + weight = 60 identifier = "toolbox" url = "/toolbox" [[menu.main]] name = "Git" - weight = 60 + weight = 70 identifier = "git" url = "/git" [[menu.main]] name = "Slides" - weight = 70 + weight = 80 identifier = "slide" url = "/slide" [[menu.main]] name = "Blog" - weight = 80 + weight = 90 identifier = "blog" url = "/blog" [[menu.main]] name = "Search" - weight = 90 + weight = 100 identifier = "search" url = "/search" [[menu.main]] name = "Contact" - weight = 100 + weight = 110 identifier = "contact" url = "/contact" -- cgit v1.2.3-54-g00ecf