about summary refs log tree commit diff
path: root/config.toml
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2021-12-20 14:30:49 -0800
committerFranck Cuny <franck@fcuny.net>2021-12-20 14:30:49 -0800
commitf6252b9292054e3b772865b6d279a1c08bbe8eca (patch)
tree53f787b37c34a0ff76b7a7e8dc4d1712175d7e74 /config.toml
parentbuild: push git branches / tags after deploy (diff)
downloadfcuny.net-f6252b9292054e3b772865b6d279a1c08bbe8eca.tar.gz
menu: simplify the menu
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/config.toml b/config.toml
index d600506..c126d16 100644
--- a/config.toml
+++ b/config.toml
@@ -17,6 +17,13 @@ enableGitInfo = true
 
 [menu]
   [[menu.main]]
+    identifier = "home"
+    name = "home"
+    title = "fcuny.net"
+    url = "/"
+    weight = 130
+
+  [[menu.main]]
     identifier = "articles"
     name = "blog"
     title = "articles"