aboutsummaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml28
1 files changed, 10 insertions, 18 deletions
diff --git a/config.toml b/config.toml
index 74966c8..142bf7b 100644
--- a/config.toml
+++ b/config.toml
@@ -3,35 +3,27 @@ title = "Michael Hunteman"
pygmentsUseClasses = true
[menu]
-[[menu.header]]
+[[menu.nav]]
name = "Home"
url = "/"
weight = 1
-[[menu.header]]
+[[menu.nav]]
name = "Blog"
url = "/blog/"
weight = 2
-[[menu.header]]
+[[menu.nav]]
name = "Projects"
url = "/projects/"
weight = 3
-[[menu.header]]
- name = "Resume"
- url = "/resume.pdf"
+[[menu.nav]]
+ name = "Books"
+ url = "/books/"
weight = 4
-[[menu.footer]]
+[[menu.nav]]
name = "Contact"
url = "mailto:michael@huntm.net"
- weight = 1
-[[menu.footer]]
- name = "Books"
- url = "/books/"
- weight = 2
-[[menu.footer]]
- name = "Links"
- url = "/links/"
- weight = 3
-[[menu.footer]]
+ weight = 5
+[[menu.nav]]
name = "Donate"
url = "/donate/"
- weight = 4
+ weight = 6