summaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-11-03 08:32:04 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2022-11-03 08:32:04 +0100
commitd4f9391a7b5e1118e9cb1f670a220279c7f02c42 (patch)
tree4a88b3559f8a6f2e62b04e20b595aaa51c584e88 /config.toml
parent967ecb7b9df7feb0134255f5dc8899b32477f1a7 (diff)
downloadwww-andreasbaumann-cc-d4f9391a7b5e1118e9cb1f670a220279c7f02c42.tar.gz
www-andreasbaumann-cc-d4f9391a7b5e1118e9cb1f670a220279c7f02c42.tar.bz2
added hardware section with the IMC-2001
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml18
1 files changed, 12 insertions, 6 deletions
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"