aboutsummaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/config.toml b/config.toml
index fdb0e35..a4ebd49 100644
--- a/config.toml
+++ b/config.toml
@@ -2,3 +2,13 @@ baseURL = 'https://mfashby.net/'
languageCode = 'en-gb'
title = 'mfashby.net'
theme = "XMin"
+
+[[menu.main]]
+name = "Home"
+url = ""
+weight = 1
+
+[[menu.main]]
+name = "About"
+url = "about/"
+weight = 2 \ No newline at end of file