summary refs log tree commit diff stats
path: root/config/default.toml
diff options
context:
space:
mode:
Diffstat (limited to 'config/default.toml')
-rw-r--r--config/default.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/default.toml b/config/default.toml
index 8683981..3b6ceb6 100644
--- a/config/default.toml
+++ b/config/default.toml
@@ -7,6 +7,10 @@ port = 3000
 name = "John Doe"
 photo = "/static/johndoe.jpg"
 
+[[site.nav]]
+text = "Home"
+url = "/"
+
 [posts]
 folder = "./posts"