aboutsummaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml11
1 files changed, 8 insertions, 3 deletions
diff --git a/config.toml b/config.toml
index a4ebd49..816e318 100644
--- a/config.toml
+++ b/config.toml
@@ -4,11 +4,16 @@ title = 'mfashby.net'
theme = "XMin"
[[menu.main]]
-name = "Home"
+name = "home"
url = ""
weight = 1
[[menu.main]]
-name = "About"
+name = "about"
url = "about/"
-weight = 2 \ No newline at end of file
+weight = 2
+
+[[menu.main]]
+name = "rss"
+url = "index.xml"
+weight = 3 \ No newline at end of file