aboutsummaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorMichael Hunteman <michael@huntm.net>2023-03-07 10:36:03 -0600
committerMichael Hunteman <michael@huntm.net>2023-03-07 10:36:03 -0600
commit544136925ffe8ebac3b729a9c86ac7a1d2bfb814 (patch)
treea10226275979ee7aff41d25a7787feabf7da70e0 /config.toml
Initial commit
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml37
1 files changed, 37 insertions, 0 deletions
diff --git a/config.toml b/config.toml
new file mode 100644
index 0000000..74966c8
--- /dev/null
+++ b/config.toml
@@ -0,0 +1,37 @@
+baseURL = "https://huntm.net/"
+title = "Michael Hunteman"
+pygmentsUseClasses = true
+
+[menu]
+[[menu.header]]
+ name = "Home"
+ url = "/"
+ weight = 1
+[[menu.header]]
+ name = "Blog"
+ url = "/blog/"
+ weight = 2
+[[menu.header]]
+ name = "Projects"
+ url = "/projects/"
+ weight = 3
+[[menu.header]]
+ name = "Resume"
+ url = "/resume.pdf"
+ weight = 4
+[[menu.footer]]
+ 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]]
+ name = "Donate"
+ url = "/donate/"
+ weight = 4